GoogleApi.TagManager.V2.Model.Account (google_api_tag_manager v0.17.0) View Source

Represents a Google Tag Manager Account.

Attributes

  • accountId (type: String.t, default: nil) - The Account ID uniquely identifies the GTM Account.
  • fingerprint (type: String.t, default: nil) - The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.
  • name (type: String.t, default: nil) - Account display name. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
  • path (type: String.t, default: nil) - GTM Account's API relative path.
  • shareData (type: boolean(), default: nil) - Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
  • tagManagerUrl (type: String.t, default: nil) - Auto generated link to the tag manager UI

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.TagManager.V2.Model.Account{
  accountId: String.t() | nil,
  fingerprint: String.t() | nil,
  name: String.t() | nil,
  path: String.t() | nil,
  shareData: boolean() | nil,
  tagManagerUrl: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.