GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaGoogleAdsLink (google_api_analytics_admin v0.2.0) View Source
A link between an App+Web 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. -
customerId(type:String.t, default:nil) - Immutable. Google Ads customer ID. -
emailAddress(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. -
name(type:String.t, default:nil) - Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. -
parent(type:String.t, default:nil) - Immutable. Format: properties/{propertyId} -
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(),
canManageClients: boolean(),
createTime: DateTime.t(),
customerId: String.t(),
emailAddress: String.t(),
name: String.t(),
parent: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.