REST Resource: accounts.containers.destinations

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

string

Destination's API relative path.

accountId

string

GTM Account ID.

containerId

string

GTM Container ID.

destinationId

string

Destination ID.

name

string

Destination display name.

fingerprint

string

The fingerprint of the Google Tag Destination as computed at storage time. This value is recomputed whenever the destination is modified.

tagManagerUrl

string

Auto generated link to the tag manager UI.

Methods

get

Gets a Destination.
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.