google_api_analytics v0.4.0 GoogleApi.Analytics.V3.Model.EntityAdWordsLink View Source
JSON template for Analytics Entity Google Ads Link.
Attributes
adWordsAccounts
(type:list(GoogleApi.Analytics.V3.Model.AdWordsAccount.t)
, default:nil
) - A list of Google Ads client accounts. These cannot be MCC accounts. This field is required when creating a Google Ads link. It cannot be empty.entity
(type:GoogleApi.Analytics.V3.Model.EntityAdWordsLinkEntity.t
, default:nil
) - Web property being linked.id
(type:String.t
, default:nil
) - Entity Google Ads link IDkind
(type:String.t
, default:analytics#entityAdWordsLink
) - Resource type for entity Google Ads link.name
(type:String.t
, default:nil
) - Name of the link. This field is required when creating a Google Ads link.profileIds
(type:list(String.t)
, default:nil
) - IDs of linked Views (Profiles) represented as strings.selfLink
(type:String.t
, default:nil
) - URL link for this Google Analytics - Google Ads link.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Analytics.V3.Model.EntityAdWordsLink{ adWordsAccounts: [GoogleApi.Analytics.V3.Model.AdWordsAccount.t()], entity: GoogleApi.Analytics.V3.Model.EntityAdWordsLinkEntity.t(), id: String.t(), kind: String.t(), name: String.t(), profileIds: [String.t()], selfLink: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.