[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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. |"]]