REST Resource: accounts.containers.workspaces.clients
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[],[],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. |"]]