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.