REST Resource: accounts.containers.destinations
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# REST Resource: accounts.containers.destinations\n\n- [Resource: Destination](#Destination)\n - [JSON representation](#Destination.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Destination\n---------------------\n\nRepresents a Google Tag Destination.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"path\": string, \"accountId\": string, \"containerId\": string, \"destinationLinkId\": string, \"destinationId\": string, \"name\": string, \"fingerprint\": string, \"tagManagerUrl\": string } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `path` | `string` Destination's API relative path. |\n| `accountId` | `string` GTM Account ID. |\n| `containerId` | `string` GTM Container ID. |\n| `destinationLinkId` | `string` The Destination link ID uniquely identifies the Destination. |\n| `destinationId` | `string` Destination ID. |\n| `name` | `string` Destination display name. |\n| `fingerprint` | `string` The fingerprint of the Google Tag Destination as computed at storage time. This value is recomputed whenever the destination is modified. |\n| `tagManagerUrl` | `string` Auto generated link to the tag manager UI. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| ### [get](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.destinations/get) | Gets a Destination. |\n| ### [link](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.destinations/link) | Adds a Destination to this Container and removes it from the Container to which it is currently linked. |\n| ### [list](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.destinations/list) | Lists all Destinations linked to a GTM Container. |"]]