google_api_analytics v0.9.0 GoogleApi.Analytics.V3.Model.AdWordsAccount View Source

JSON template for an Google Ads account.

Attributes

  • autoTaggingEnabled (type: boolean(), default: nil) - True if auto-tagging is enabled on the Google Ads account. Read-only after the insert operation.
  • customerId (type: String.t, default: nil) - Customer ID. This field is required when creating a Google Ads link.
  • kind (type: String.t, default: analytics#adWordsAccount) - Resource type for Google Ads account.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Analytics.V3.Model.AdWordsAccount{
  autoTaggingEnabled: boolean(),
  customerId: String.t(),
  kind: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.