GoogleApi.TagManager.V2.Model.Container (google_api_tag_manager v0.24.0)
View SourceRepresents 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. -
features
(type:GoogleApi.TagManager.V2.Model.ContainerFeatures.t
, default:nil
) - Read-only Container feature set. -
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. -
tagIds
(type:list(String.t)
, default:nil
) - All Tag IDs that refer to this Container. -
tagManagerUrl
(type:String.t
, default:nil
) - Auto generated link to the tag manager UI -
taggingServerUrls
(type:list(String.t)
, default:nil
) - List of server-side container URLs for the Container. If multiple URLs are provided, all URL paths must match. -
usageContext
(type:list(String.t)
, default:nil
) - List of Usage Contexts for the Container. Valid values include: web, android, or ios.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TagManager.V2.Model.Container{ accountId: String.t() | nil, containerId: String.t() | nil, domainName: [String.t()] | nil, features: GoogleApi.TagManager.V2.Model.ContainerFeatures.t() | nil, fingerprint: String.t() | nil, name: String.t() | nil, notes: String.t() | nil, path: String.t() | nil, publicId: String.t() | nil, tagIds: [String.t()] | nil, tagManagerUrl: String.t() | nil, taggingServerUrls: [String.t()] | nil, usageContext: [String.t()] | nil }