google_api_tag_manager v0.6.0 GoogleApi.TagManager.V2.Model.Container View Source

Represents a Google Tag Manager Container, which specifies the platform tags will run on, manages workspaces, and retains container versions.

Attributes

  • accountId (type: String.t, default: nil) - GTM Account ID.
  • containerId (type: String.t, default: nil) - The Container ID uniquely identifies the GTM Container.
  • domainName (type: list(String.t), default: nil) - List of domain names associated with the Container.
  • fingerprint (type: String.t, default: nil) - The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified.
  • name (type: String.t, default: nil) - Container display name.
  • notes (type: String.t, default: nil) - Container Notes.
  • path (type: String.t, default: nil) - GTM Container's API relative path.
  • publicId (type: String.t, default: nil) - Container Public ID.
  • tagManagerUrl (type: String.t, default: nil) - Auto generated link to the tag manager UI
  • usageContext (type: list(String.t), default: nil) - List of Usage Contexts for the Container. Valid values include: web, android, or ios.

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.Container{
  accountId: String.t(),
  containerId: String.t(),
  domainName: [String.t()],
  fingerprint: String.t(),
  name: String.t(),
  notes: String.t(),
  path: String.t(),
  publicId: String.t(),
  tagManagerUrl: String.t(),
  usageContext: [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.