Accounts
通过身份验证的用户拥有访问权限的跟踪代码管理器账号集合。如需了解用户如何创建和维护账号,请参阅设置和工作流程。
有关此类资源的方法列表,请参阅本页面的结尾部分。
资源表示形式
表示 Google 跟踪代码管理器账号。
{
"accountId": string,
"name": string,
"shareData": boolean,
"fingerprint": string
}
属性名称 |
值 |
说明 |
备注 |
accountId |
string |
唯一标识 GTM 账号的账号 ID。 |
|
fingerprint |
string |
GTM 账号的指纹,以存储时计算的值为准。每当修改账号时,都会重新计算此值。 |
|
name |
string |
账号的显示名称。 |
可写入 |
shareData |
boolean |
该账号是否以匿名方式与 Google 及其他各方共享数据。 |
可写入 |
方法
使用以下方法列出、获取和更新账号。目前,此 API 尚未支持配置新账号。
- get
- 获取 GTM 账号。
- list
- 列出用户有权访问的所有 GTM 账号。
- update
- 更新 GTM 账号。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-21。
[null,null,["最后更新时间 (UTC):2024-08-21。"],[[["This documentation outlines the structure and properties of Google Tag Manager accounts accessible to authenticated users."],["Users can utilize provided methods to list, retrieve, and update their Tag Manager accounts through the API."],["Each account is identified by a unique Account ID and contains properties like name, data sharing preferences, and a fingerprint for change tracking."],["While account management is supported, creating new accounts directly via the API is not currently available, and users should refer to the setup and workflow guide for account creation."]]],[]]