Destinations
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 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["This document describes the structure and properties of a Google Tag Destination resource within Google Tag Manager."],["Each Destination is uniquely identified by its `destinationLinkId` and includes details like its name, associated container, and an auto-generated link to the Tag Manager UI."],["This resource can be accessed and manipulated using methods like `get`, `link`, and `list` to retrieve, relocate, and view all Destinations in a container."],["A Google Tag Destination representation encompasses crucial identifiers such as `accountId`, `containerId`, and `destinationId` alongside descriptive attributes such as `name`, `path`, and `tagManagerUrl`."]]],[]]