google_api_tag_manager v0.5.0 GoogleApi.TagManager.V2.Model.Account 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.
  • 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.
  • 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

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.