REST Resource: accounts.containers.destinations

资源:目的地

表示 Google 代码目标账号。

JSON 表示法
{
  "path": string,
  "accountId": string,
  "containerId": string,
  "destinationLinkId": string,
  "destinationId": string,
  "name": string,
  "fingerprint": string,
  "tagManagerUrl": string
}
字段
path

string

目标的 API 相对路径。

accountId

string

GTM 账号 ID。

containerId

string

GTM 容器 ID。

destinationId

string

目标 ID。

name

string

目的地显示名称。

fingerprint

string

Google 代码目标的指纹,以存储时计算的值为准。每当修改目的地时,都会重新计算此值。

tagManagerUrl

string

自动生成的指向跟踪代码管理器界面的链接。

方法

get

获取目的地。
将目标添加到此容器,并将其从当前关联的容器中移除。

list

列出与 GTM 容器关联的所有目标位置。