Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/25 (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. |"]]