Destinations
Stay organized with collections
Save and categorize content based on your preferences.
For a list of methods for this resource, see the end of this page.
Resource representations
Represents a Google Tag Destination.
{
"path": string,
"accountId": string,
"containerId": string,
"destinationLinkId": string,
"destinationId": string,
"name": string,
"fingerprint": string,
"tagManagerUrl": string
}
Property name |
Value |
Description |
Notes |
accountId |
string |
GTM Account ID. |
|
containerId |
string |
GTM Container ID. |
|
destinationId |
string |
Destination ID. |
|
destinationLinkId |
string |
The Destination link ID uniquely identifies the Destination. |
|
fingerprint |
string |
The fingerprint of the Google Tag Destination as computed at storage time. This value is recomputed whenever the destination is modified. |
|
name |
string |
Destination display name. |
|
path |
string |
Destination's API relative path. |
|
tagManagerUrl |
string |
Auto generated link to the tag manager UI. |
|
Methods
- get
- Gets a Destination.
- link
- Adds a Destination to this Container and removes it from the Container to
which it is currently linked.
- list
- Lists all Destinations linked to a GTM Container.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-10-04 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2022-10-04 UTC."}
[[["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 2022-10-04 UTC."]]