Resource: Destination
Represents a Google Tag Destination.
JSON representation |
---|
{ "path": string, "accountId": string, "containerId": string, "destinationLinkId": string, "destinationId": string, "name": string, "fingerprint": string, "tagManagerUrl": string } |
Fields | |
---|---|
path |
Destination's API relative path. |
accountId |
GTM Account ID. |
containerId |
GTM Container ID. |
destinationLinkId |
The Destination link ID uniquely identifies the Destination. |
destinationId |
Destination ID. |
name |
Destination display name. |
fingerprint |
The fingerprint of the Google Tag Destination as computed at storage time. This value is recomputed whenever the destination is modified. |
tagManagerUrl |
Auto generated link to the tag manager UI. |
Methods |
|
---|---|
|
Gets a Destination. |
|
Adds a Destination to this Container and removes it from the Container to which it is currently linked. |
|
Lists all Destinations linked to a GTM Container. |