google_api_tag_manager v0.1.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 (String.t): GTM Account ID. Defaults to: null.
  • containerId (String.t): The Container ID uniquely identifies the GTM Container. Defaults to: null.
  • domainName ([String.t]): List of domain names associated with the Container. Defaults to: null.
  • fingerprint (String.t): The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified. Defaults to: null.
  • name (String.t): Container display name. Defaults to: null.
  • notes (String.t): Container Notes. Defaults to: null.
  • path (String.t): GTM Container's API relative path. Defaults to: null.
  • publicId (String.t): Container Public ID. Defaults to: null.
  • tagManagerUrl (String.t): Auto generated link to the tag manager UI Defaults to: null.
  • usageContext ([String.t]): List of Usage Contexts for the Container. Valid values include: web, android, or ios. Defaults to: null.

    • Enum - one of

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