资源:GtagConfig
表示 Google 代码配置。
JSON 表示法 |
---|
{
"path": string,
"accountId": string,
"containerId": string,
"workspaceId": string,
"gtagConfigId": string,
"type": string,
"parameter": [
{
object ( |
字段 | |
---|---|
path |
Google 代码配置的 API 相对路径。 |
accountId |
Google 代码账号 ID。 |
containerId |
Google 代码容器 ID。 |
workspaceId |
Google 代码工作区 ID。仅供 GTM 容器使用。否则,将其设置为 0。 |
gtagConfigId |
该 ID 用于唯一标识 Google 代码配置。 |
type |
Google 代码配置类型。 |
parameter[] |
Google 代码配置的参数。 |
fingerprint |
Google 代码配置的指纹,以存储时计算的值为准。每当修改配置时,都会重新计算此值。 |
tagManagerUrl |
自动生成的指向跟踪代码管理器界面的链接 |
方法 |
|
---|---|
|
创建 Google 代码配置。 |
|
删除 Google 代码配置。 |
|
获取 Google 代码配置。 |
|
列出容器中的所有 Google 代码配置。 |
|
更新 Google 代码配置。 |