[[["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.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. |"]]