Skip to main content

containers

Overview

Namecontainers
TypeResource
Idgoogleanalytics.tagmanager.containers

Fields

NameDatatypeDescription
namestringContainer display name. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update
domainNamearrayList of domain names associated with the Container. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update
tagManagerUrlstringAuto generated link to the tag manager UI
publicIdstringContainer Public ID.
taggingServerUrlsarrayList of server-side container URLs for the Container. If multiple URLs are provided, all URL paths must match. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update
usageContextarrayList of Usage Contexts for the Container. Valid values include: web, android, or ios. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update
accountIdstringGTM Account ID.
containerIdstringThe Container ID uniquely identifies the GTM Container.
featuresobject
fingerprintstringThe fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified.
tagIdsarrayAll Tag IDs that refer to this Container.
notesstringContainer Notes. @mutable tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.update
pathstringGTM Container's API relative path.

Methods

NameAccessible byRequired ParamsDescription
accounts_containers_getSELECTaccountsId, containersIdGets a Container.
accounts_containers_listSELECTaccountsIdLists all Containers that belongs to a GTM Account.
accounts_containers_createINSERTaccountsIdCreates a Container.
accounts_containers_deleteDELETEaccountsId, containersIdDeletes a Container.
accounts_containers_combineEXECaccountsId, containersIdCombines Containers.
accounts_containers_lookupEXECLooks up a Container by destination ID.
accounts_containers_move_tag_idEXECaccountsId, containersIdMove Tag ID out of a Container.
accounts_containers_snippetEXECaccountsId, containersIdGets the tagging snippet for a Container.
accounts_containers_updateEXECaccountsId, containersIdUpdates a Container.