REST Resource: accounts.containers.workspaces.clients
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[[["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 2025-03-06 UTC."],[],[],null,["# REST Resource: accounts.containers.workspaces.clients\n\n- [Resource: Client](#Client)\n - [JSON representation](#Client.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Client\n----------------\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"path\": string, \"accountId\": string, \"containerId\": string, \"workspaceId\": string, \"clientId\": string, \"name\": string, \"type\": string, \"parameter\": [ { object (/tag-platform/tag-manager/api/reference/rest/v2/Parameter) } ], \"priority\": integer, \"fingerprint\": string, \"tagManagerUrl\": string, \"parentFolderId\": string, \"notes\": string } ``` |\n\n| Fields ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `path` | `string` GTM client's API relative path. |\n| `accountId` | `string` GTM Account ID. |\n| `containerId` | `string` GTM Container ID. |\n| `workspaceId` | `string` GTM Workspace ID. |\n| `clientId` | `string` The Client ID uniquely identifies the GTM client. |\n| `name` | `string` Client display name. |\n| `type` | `string` Client type. |\n| `parameter[]` | `object (`[Parameter](/tag-platform/tag-manager/api/reference/rest/v2/Parameter)`)` The client's parameters. |\n| `priority` | `integer` Priority determines relative firing order. |\n| `fingerprint` | `string` The fingerprint of the GTM Client as computed at storage time. This value is recomputed whenever the client is modified. |\n| `tagManagerUrl` | `string` Auto generated link to the tag manager UI |\n| `parentFolderId` | `string` Parent folder id. |\n| `notes` | `string` User notes on how to apply this tag in the container. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|\n| ### [create](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.clients/create) | Creates a GTM Client. |\n| ### [delete](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.clients/delete) | Deletes a GTM Client. |\n| ### [get](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.clients/get) | Gets a GTM Client. |\n| ### [list](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.clients/list) | Lists all GTM Clients of a GTM container workspace. |\n| ### [revert](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.clients/revert) | Reverts changes to a GTM Client in a GTM Workspace. |\n| ### [update](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.workspaces.clients/update) | Updates a GTM Client. |"]]