GoogleApi.TagManager.V2.Model.Container (google_api_tag_manager v0.16.0) 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. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update -
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. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update -
notes(type:String.t, default:nil) - Container Notes. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update -
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. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update
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.Container{
accountId: String.t() | nil,
containerId: String.t() | nil,
domainName: [String.t()] | nil,
fingerprint: String.t() | nil,
name: String.t() | nil,
notes: String.t() | nil,
path: String.t() | nil,
publicId: String.t() | nil,
tagManagerUrl: String.t() | nil,
usageContext: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.