Der Fingerabdruck der Google-Tag-Konfiguration, wie er zum Zeitpunkt der Speicherung berechnet wurde. Dieser Wert wird jedes Mal neu berechnet, wenn die Konfiguration 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.containers.workspaces.gtag_config\n\n- [Resource: GtagConfig](#GtagConfig)\n - [JSON representation](#GtagConfig.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GtagConfig\n--------------------\n\nRepresents a Google tag configuration.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"path\": string, \"accountId\": string, \"containerId\": string, \"workspaceId\": string, \"gtagConfigId\": string, \"type\": string, \"parameter\": [ { object (/tag-platform/tag-manager/api/reference/rest/v2/Parameter) } ], \"fingerprint\": string, \"tagManagerUrl\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `path` | `string` Google tag config's API relative path. |\n| `accountId` | `string` Google tag account ID. |\n| `containerId` | `string` Google tag container ID. |\n| `workspaceId` | `string` Google tag workspace ID. Only used by GTM containers. Set to 0 otherwise. |\n| `gtagConfigId` | `string` The ID uniquely identifies the Google tag config. |\n| `type` | `string` Google tag config type. |\n| `parameter[]` | `object (`[Parameter](/tag-platform/tag-manager/api/reference/rest/v2/Parameter)`)` The Google tag config's parameters. |\n| `fingerprint` | `string` The fingerprint of the Google tag config as computed at storage time. This value is recomputed whenever the config is modified. |\n| `tagManagerUrl` | `string` Auto generated link to the tag manager UI |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------------------|----------------------------------------------|\n| ### [create](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.gtag_config/create) | Creates a Google tag config. |\n| ### [delete](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.gtag_config/delete) | Deletes a Google tag config. |\n| ### [get](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.gtag_config/get) | Gets a Google tag config. |\n| ### [list](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.gtag_config/list) | Lists all Google tag configs in a Container. |\n| ### [update](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.gtag_config/update) | Updates a Google tag config. |"]]