注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
CustomerClientLink
JSON 表示法 |
{
"resourceName": string,
"status": enum (ManagerLinkStatus ),
"clientCustomer": string,
"managerLinkId": string,
"hidden": boolean
} |
字段 |
resourceName |
string
不可变。资源的名称。CustomerClientLink 资源名称的格式为:customers/{customerId}/customerClientLinks/{client_customer_id}~{managerLinkId}
|
status |
enum (ManagerLinkStatus )
这是客户与经理之间关联的状态。
|
clientCustomer |
string
不可变。与此客户关联的客户客户。
|
managerLinkId |
string (int64 format)
仅限输出。这可唯一标识客户客户端链接。只读。
|
hidden |
boolean
链接的公开范围。用户可以选择是否在 Google Ads 界面中查看隐藏的链接。默认值为 false
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-05。
[null,null,["最后更新时间 (UTC):2024-11-05。"],[[["The CustomerClientLink resource represents the relationship between a client customer and a manager customer."],["It includes fields such as resource name, status, client customer ID, manager link ID, and visibility status."],["The manager link ID uniquely identifies the link between the client and the manager."],["The visibility of the link determines whether or not users can see it in the Google Ads UI."]]],[]]