Resource: Account
Represents a Google Tag Manager Account.
JSON representation |
---|
{
"path": string,
"accountId": string,
"name": string,
"shareData": boolean,
"fingerprint": string,
"tagManagerUrl": string,
"features": {
object ( |
Fields | |
---|---|
path |
GTM Account's API relative path. |
accountId |
The Account ID uniquely identifies the GTM Account. |
name |
Account display name. |
shareData |
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. |
fingerprint |
The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified. |
tagManagerUrl |
Auto generated link to the tag manager UI |
features |
Read-only Account feature set |
Features
JSON representation |
---|
{ "supportUserPermissions": boolean, "supportMultipleContainers": boolean } |
Fields | |
---|---|
supportUserPermissions |
Whether this Account supports user permissions managed by GTM. |
supportMultipleContainers |
Whether this Account supports multiple Containers. |
Methods |
|
---|---|
|
Gets a GTM Account. |
|
Lists all GTM Accounts that a user has access to. |
|
Updates a GTM Account. |