For a list of methods for this resource, see the end of this page.
Resource representations
Represents a Google Tag Manager Account.
{ "path": string, "accountId": string, "name": string, "shareData": boolean, "fingerprint": string, "tagManagerUrl": string, "features": { "supportUserPermissions": boolean, "supportMultipleContainers": boolean } }
Property name | Value | Description | Notes |
---|---|---|---|
accountId |
string |
The Account ID uniquely identifies the GTM Account. | |
features |
nested object |
Read-only Account feature set | |
features.supportMultipleContainers |
boolean |
Whether this Account supports multiple Containers. | |
features.supportUserPermissions |
boolean |
Whether this Account supports user permissions managed by GTM. | |
fingerprint |
string |
The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified. | |
name |
string |
Account display name. | writable |
path |
string |
GTM Account's API relative path. | |
shareData |
boolean |
Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service. | writable |
tagManagerUrl |
string |
Auto generated link to the tag manager UI |