customer_client
指定客户与客户之间的关联。只有经理客户才能使用 CustomerClients。包括所有直接和间接客户,以及经理本身。
您可以在 SELECT 和 WHERE 子句中选择上述资源中的字段以及此资源。这些字段不会细分 SELECT
子句中的指标。
customer_client.applied_labels |
字段说明 | 发出请求的客户拥有的、应用于该客户客户的标签的资源名称。标签资源名称采用如下格式:customers/{customer_id}/labels/{label_id} |
Category | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | False |
重复 | True |
|
customer_client.client_customer |
字段说明 | 与指定客户相关联的客户-客户的资源名称。只读。 |
Category | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
customer_client.currency_code |
字段说明 | 客户的货币代码(例如“USD”、“EUR”)。只读。 |
Category | ATTRIBUTE |
数据类型 | STRING |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
customer_client.descriptive_name |
字段说明 | 客户的描述性名称。只读。 |
Category | ATTRIBUTE |
数据类型 | STRING |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
customer_client.hidden |
字段说明 | 指定此账号是否为隐藏账号。只读。 |
Category | ATTRIBUTE |
数据类型 | BOOLEAN |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
customer_client.id |
字段说明 | 客户帐号的客户 ID。只读。 |
Category | ATTRIBUTE |
数据类型 | INT64 |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
customer_client.level |
字段说明 | 指定客户与客户之间的距离。对于自链接,级别值为 0。只读。 |
Category | ATTRIBUTE |
数据类型 | INT64 |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
customer_client.manager |
字段说明 | 指明客户是否为经理账号。只读。 |
Category | ATTRIBUTE |
数据类型 | BOOLEAN |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
customer_client.resource_name |
字段说明 | 客户客户端的资源名称。CustomerClient 资源名称采用以下格式:customers/{customer_id}/customerClients/{client_customer_id} |
Category | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | False |
重复 | False |
|
customer_client.status |
字段说明 | 相应客户的状态。只读。 |
Category | ATTRIBUTE |
数据类型 |
ENUM
CANCELED CLOSED ENABLED SUSPENDED UNKNOWN UNSPECIFIED
|
输入网址 | google.ads.searchads360.v0.enums.CustomerStatusEnum.CustomerStatus |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
customer_client.test_account |
字段说明 | 指明客户是否为测试帐号。只读。 |
Category | ATTRIBUTE |
数据类型 | BOOLEAN |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
customer_client.time_zone |
字段说明 | 客户端时区的通用语言区域数据存储 (CLDR) 字符串表示,例如 America/Los_Angeles。只读。 |
Category | ATTRIBUTE |
数据类型 | STRING |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["CustomerClients establish a link between a given customer and a client customer, existing solely for manager customers."],["The relationship encompasses all direct and indirect client customers, including the manager itself."],["This resource allows for the selection of fields from associated resources like 'customer' in SELECT and WHERE clauses, but these fields won't segment metrics in the SELECT clause."],["Key attributes of a CustomerClient include its resource name, applied labels, currency code, descriptive name, hidden status, ID, level, manager status, resource name, status, test account status, and time zone."],["These attributes provide insights into the client customer's relationship with the manager customer, their operational details, and their account status."]]],["CustomerClients represent the relationship between a manager customer and its client customers, including direct and indirect clients, and the manager itself. Key information includes the client's resource name, ID, descriptive name, currency code, time zone, and status. Other attributes specify if the client is a manager or a test account, whether it is hidden, the level of the client, and any applied labels. All this data can be filtered, selected, and sorted, and can be used for the customer resource.\n"]]