Struct gapi_grpc::google::analytics::admin::v1alpha::GoogleAdsLink[][src]

pub struct GoogleAdsLink {
    pub name: String,
    pub customer_id: String,
    pub can_manage_clients: bool,
    pub ads_personalization_enabled: Option<bool>,
    pub email_address: String,
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
}

A link between an GA4 property and a Google Ads account.

Fields

name: String

Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId}

Note: googleAdsLinkId is not the Google Ads customer ID.

customer_id: String

Immutable. Google Ads customer ID.

can_manage_clients: bool

Output only. If true, this link is for a Google Ads manager account.

ads_personalization_enabled: Option<bool>

Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update, it will be defaulted to true.

email_address: String

Output only. Email address of the user that created the link. An empty string will be returned if the email address can’t be retrieved.

create_time: Option<Timestamp>

Output only. Time when this link was originally created.

update_time: Option<Timestamp>

Output only. Time when this link was last updated.

Trait Implementations

impl Clone for GoogleAdsLink[src]

impl Debug for GoogleAdsLink[src]

impl Default for GoogleAdsLink[src]

impl Message for GoogleAdsLink[src]

impl PartialEq<GoogleAdsLink> for GoogleAdsLink[src]

impl StructuralPartialEq for GoogleAdsLink[src]

Auto Trait Implementations

impl RefUnwindSafe for GoogleAdsLink

impl Send for GoogleAdsLink

impl Sync for GoogleAdsLink

impl Unpin for GoogleAdsLink

impl UnwindSafe for GoogleAdsLink

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]