Die Konto-ID identifiziert das GTM-Konto eindeutig.
name
string
Anzeigename des Kontos.
shareData
boolean
Gibt an, ob Daten aus dem Konto anonym an Google und andere weitergegeben werden. Mit diesem Flag können Sie Ihre Daten für Benchmarking-Zwecke freigeben. Google entfernt alle Informationen, die mit Ihrer Website in Verbindung gebracht werden können, kombiniert die Daten mit Hunderten von anderen anonymen Websites und fasst für den Benchmarking-Service Trends in Berichten zusammen.
fingerprint
string
Der Fingerabdruck des GTM-Kontos, wie er zum Zeitpunkt der Speicherung berechnet wurde. Dieser Wert wird jedes Mal neu berechnet, wenn das Konto geändert wird.
tagManagerUrl
string
Automatisch generierter Link zur Tag Manager-Benutzeroberfläche
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[],[],null,["# REST Resource: accounts\n\n- [Resource: Account](#Account)\n - [JSON representation](#Account.SCHEMA_REPRESENTATION)\n- [Features](#Features)\n - [JSON representation](#Features.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Account\n-----------------\n\nRepresents a Google Tag Manager Account.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"path\": string, \"accountId\": string, \"name\": string, \"shareData\": boolean, \"fingerprint\": string, \"tagManagerUrl\": string, \"features\": { object (/tag-platform/tag-manager/api/reference/rest/v2/accounts#Features) } } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `path` | `string` GTM Account's API relative path. |\n| `accountId` | `string` The Account ID uniquely identifies the GTM Account. |\n| `name` | `string` Account display name. |\n| `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. |\n| `fingerprint` | `string` The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified. |\n| `tagManagerUrl` | `string` Auto generated link to the tag manager UI |\n| `features` | `object (`[Features](/tag-platform/tag-manager/api/reference/rest/v2/accounts#Features)`)` Read-only Account feature set |\n\nFeatures\n--------\n\n| JSON representation |\n|-------------------------------------------------------------------------------------|\n| ``` { \"supportUserPermissions\": boolean, \"supportMultipleContainers\": boolean } ``` |\n\n| Fields ||\n|-----------------------------|--------------------------------------------------------------------------|\n| `supportUserPermissions` | `boolean` Whether this Account supports user permissions managed by GTM. |\n| `supportMultipleContainers` | `boolean` Whether this Account supports multiple Containers. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------|---------------------------------------------------|\n| ### [get](/tag-platform/tag-manager/api/reference/rest/v2/accounts/get) | Gets a GTM Account. |\n| ### [list](/tag-platform/tag-manager/api/reference/rest/v2/accounts/list) | Lists all GTM Accounts that a user has access to. |\n| ### [update](/tag-platform/tag-manager/api/reference/rest/v2/accounts/update) | Updates a GTM Account. |"]]