Struct gapi_grpc::google::ads::googleads::v7::common::StoreSalesThirdPartyMetadata[][src]

pub struct StoreSalesThirdPartyMetadata {
    pub advertiser_upload_date_time: String,
    pub valid_transaction_fraction: f64,
    pub partner_match_fraction: f64,
    pub partner_upload_fraction: f64,
    pub bridge_map_version_id: String,
    pub partner_id: i64,
}

Metadata for a third party Store Sales. This product is only for customers on the allow-list. Please contact your Google business development representative for details on the upload configuration.

Fields

advertiser_upload_date_time: String

Time the advertiser uploaded the data to the partner. Required. The format is “YYYY-MM-DD HH:MM:SS”. Examples: “2018-03-05 09:15:00” or “2018-02-01 14:34:30”

valid_transaction_fraction: f64

The fraction of transactions that are valid. Invalid transactions may include invalid formats or values. Required. The fraction needs to be between 0 and 1 (excluding 0).

partner_match_fraction: f64

The fraction of valid transactions that are matched to a third party assigned user ID on the partner side. Required. The fraction needs to be between 0 and 1 (excluding 0).

partner_upload_fraction: f64

The fraction of valid transactions that are uploaded by the partner to Google. Required. The fraction needs to be between 0 and 1 (excluding 0).

bridge_map_version_id: String

Version of partner IDs to be used for uploads. Required.

partner_id: i64

ID of the third party partner updating the transaction feed.

Trait Implementations

impl Clone for StoreSalesThirdPartyMetadata[src]

impl Debug for StoreSalesThirdPartyMetadata[src]

impl Default for StoreSalesThirdPartyMetadata[src]

impl Message for StoreSalesThirdPartyMetadata[src]

impl PartialEq<StoreSalesThirdPartyMetadata> for StoreSalesThirdPartyMetadata[src]

impl StructuralPartialEq for StoreSalesThirdPartyMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for StoreSalesThirdPartyMetadata

impl Send for StoreSalesThirdPartyMetadata

impl Sync for StoreSalesThirdPartyMetadata

impl Unpin for StoreSalesThirdPartyMetadata

impl UnwindSafe for StoreSalesThirdPartyMetadata

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]