Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CustomerClient
Stay organized with collections
Save and categorize content based on your preferences.
A link between the given customer and a client customer. CustomerClients only exist for manager customers. All direct and indirect client customers are included, as well as the manager itself.
Fields |
resource_name
|
string
Output only. The resource name of the customer client. CustomerClient resource names have the form: customers/{customer_id}/customerClients/{client_customer_id}
|
applied_labels[]
|
string
Output only. The resource names of the labels owned by the requesting customer that are applied to the client customer. Label resource names have the form: customers/{customer_id}/labels/{label_id}
|
status
|
CustomerStatus
Output only. The status of the client customer. Read only.
|
client_customer
|
string
Output only. The resource name of the client-customer which is linked to the given customer. Read only.
|
hidden
|
bool
Output only. Specifies whether this is a hidden account. Read only.
|
level
|
int64
Output only. Distance between given customer and client. For self link, the level value will be 0. Read only.
|
time_zone
|
string
Output only. Common Locale Data Repository (CLDR) string representation of the time zone of the client, for example, America/Los_Angeles. Read only.
|
test_account
|
bool
Output only. Identifies if the client is a test account. Read only.
|
manager
|
bool
Output only. Identifies if the client is a manager. Read only.
|
descriptive_name
|
string
Output only. Descriptive name for the client. Read only.
|
currency_code
|
string
Output only. Currency code (for example, 'USD', 'EUR') for the client. Read only.
|
id
|
int64
Output only. The ID of the client customer. Read only.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["CustomerClients represent a link between a manager customer and its client customers, including direct, indirect, and the manager itself."],["This resource provides information about the client customer, such as its status, labels, level in the hierarchy, time zone, and whether it's a test or manager account."],["Key fields include `resource_name`, `client_customer`, `level`, and `status`, offering insights into the relationship and properties of the client customer."],["The `hidden` field indicates if the client is a hidden account, while `test_account` and `manager` specify its type."]]],["CustomerClients establish a link between a manager customer and its client customers, including direct, indirect, and the manager itself. Key information includes the client's resource name (`client_customer`), status (`status`), applied labels (`applied_labels[]`), hidden status (`hidden`), distance from the manager (`level`), time zone (`time_zone`), and test account status (`test_account`). The resource name of this link is also specified (`resource_name`), and also provides client properties like currency (`currency_code`), name (`descriptive_name`), manager status (`manager`) and ID (`id`).\n"]]