Struct google_analyticsadmin1_alpha::api::GoogleAnalyticsAdminV1alphaGoogleAdsLink[][src]

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

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

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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.

can_manage_clients: Option<bool>

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

create_time: Option<String>

Output only. Time when this link was originally created.

customer_id: Option<String>

Immutable. Google Ads customer ID.

email_address: Option<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.

name: Option<String>

Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.

update_time: Option<String>

Output only. Time when this link was last updated.

Trait Implementations

impl Clone for GoogleAnalyticsAdminV1alphaGoogleAdsLink[src]

impl Debug for GoogleAnalyticsAdminV1alphaGoogleAdsLink[src]

impl Default for GoogleAnalyticsAdminV1alphaGoogleAdsLink[src]

impl<'de> Deserialize<'de> for GoogleAnalyticsAdminV1alphaGoogleAdsLink[src]

impl RequestValue for GoogleAnalyticsAdminV1alphaGoogleAdsLink[src]

impl ResponseResult for GoogleAnalyticsAdminV1alphaGoogleAdsLink[src]

impl Serialize for GoogleAnalyticsAdminV1alphaGoogleAdsLink[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<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.