REST Resource: accounts.containers.workspaces.clients
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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. |"]]