Struct gapi_grpc::google::ads::googleads::v4::services::ExternalAttributionData [−][src]
Contains additional information about externally attributed conversions.
Fields
external_attribution_credit: Option<f64>
Represents the fraction of the conversion that is attributed to the Google Ads click.
external_attribution_model: Option<String>
Specifies the attribution model name.
Trait Implementations
impl Clone for ExternalAttributionData
[src][+]
impl Debug for ExternalAttributionData
[src][+]
impl Default for ExternalAttributionData
[src][+]
impl Message for ExternalAttributionData
[src][+]
impl PartialEq<ExternalAttributionData> for ExternalAttributionData
[src][+]
impl StructuralPartialEq for ExternalAttributionData
[src]
Auto Trait Implementations
impl RefUnwindSafe for ExternalAttributionData
impl Send for ExternalAttributionData
impl Sync for ExternalAttributionData
impl Unpin for ExternalAttributionData
impl UnwindSafe for ExternalAttributionData
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,