google_api_tag_manager v0.1.0 GoogleApi.TagManager.V2.Model.Account View Source

Represents a Google Tag Manager Account.

Attributes

  • accountId (String.t): The Account ID uniquely identifies the GTM Account. Defaults to: null.
  • fingerprint (String.t): The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified. Defaults to: null.
  • name (String.t): Account display name. Defaults to: null.
  • path (String.t): GTM Account's API relative path. Defaults to: null.
  • shareData (boolean()): 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. Defaults to: null.
  • tagManagerUrl (String.t): Auto generated link to the tag manager UI Defaults to: null.

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: any(),
  fingerprint: any(),
  name: any(),
  path: any(),
  shareData: any(),
  tagManagerUrl: any()
}

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.