REST Resource: accounts

Resource: Account

Represents a Google Tag Manager Account.

JSON representation
{
  "accountId": string,
  "name": string,
  "shareData": boolean,
  "fingerprint": string
}
Fields
accountId

string

The Account ID uniquely identifies the GTM Account.

name

string

Account display name.

shareData

boolean

Whether the account shares data anonymously with Google and others.

fingerprint

string

The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.

Methods

get

Gets a GTM Account.

list

Lists all GTM Accounts that a user has access to.

update

Updates a GTM Account.