Resource: Account
Represents a Google Tag Manager Account.
| JSON representation |
|---|
{ "accountId" : string , "name" : string , "shareData" : boolean , "fingerprint" : string } |
| Fields | |
|---|---|
accountId
|
The Account ID uniquely identifies the GTM Account. |
name
|
Account display name. |
shareData
|
Whether the account shares data anonymously with Google and others. |
fingerprint
|
The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified. |
Methods |
|
|---|---|
|
Gets a GTM Account. |
|
Lists all GTM Accounts that a user has access to. |
|
Updates a GTM Account. |

