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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["Represents a Google Tag Manager Account, providing details like name, ID, data sharing preferences, and features."],["Includes properties such as `accountId`, `name`, `shareData`, `fingerprint`, and `tagManagerUrl`, along with their descriptions."],["Offers methods to get, list, and update Google Tag Manager Account details via API requests."],["`name` and `shareData` properties are writable, allowing for modifications to the account display name and data sharing settings."]]],["This document describes the structure and properties of a Google Tag Manager (GTM) Account resource. Key properties include `accountId` (unique identifier), `name` (display name), `shareData` (data sharing preference), `fingerprint` (computed value), and `tagManagerUrl` (link to UI). The `features` nested object details support for multiple containers and user permissions. Three core actions can be performed on the resource: `get`, `list`, and `update`.\n"]]