有关此类资源的方法列表,请参阅本页面的结尾部分。
资源表示形式
JSON 模板,用于创建 Google Analytics(分析)帐号 Ticket。帐号 Ticket 由 Ticket ID 以及帐号、媒体资源和配置文件的基本信息组成。
{ "id": string, "kind": "analytics#accountTicket", "account": management.accounts Resource, "webproperty": management.webproperties Resource, "profile": management.profiles Resource, "redirectUri": string }
属性名 | 值 | 说明 | 备注 |
---|---|---|---|
account |
nested object |
此 Ticket 所属的帐号。 | |
id |
string |
帐号 Ticket 的 ID,用于访问此帐号 Ticket。 | |
kind |
string |
帐号 Ticket 的资源类型。 | |
profile |
nested object |
帐号的数据视图(配置文件)。 | |
redirectUri |
string |
用户接受服务条款后会转到的重定向 URI。必须在 Developers Console 中配置为重定向 URI。 | |
webproperty |
nested object |
帐号的网络媒体资源。 |
方法
- createAccountTicket
- 创建帐号 Ticket。