View Source GoogleApi.Analytics.V3.Model.AdWordsAccount (google_api_analytics v0.15.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.