GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaGoogleAdsLink (google_api_analytics_admin v0.12.0) View Source
A link between a GA4 property and a Google Ads account.
Attributes
-
adsPersonalizationEnabled(type:boolean(), default:nil) - 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. -
canManageClients(type:boolean(), default:nil) - Output only. If true, this link is for a Google Ads manager account. -
createTime(type:DateTime.t, default:nil) - Output only. Time when this link was originally created. -
creatorEmailAddress(type:String.t, default:nil) - 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. -
customerId(type:String.t, default:nil) - Immutable. Google Ads customer ID. -
name(type:String.t, default:nil) - Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. -
updateTime(type:DateTime.t, default:nil) - Output only. Time when this link was last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaGoogleAdsLink{
adsPersonalizationEnabled: boolean() | nil,
canManageClients: boolean() | nil,
createTime: DateTime.t() | nil,
creatorEmailAddress: String.t() | nil,
customerId: String.t() | nil,
name: String.t() | nil,
updateTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.