Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
CustomerClientLink
Represents customer client link relationship.
JSON representation |
{
"resourceName": string,
"status": enum (ManagerLinkStatus ),
"clientCustomer": string,
"managerLinkId": string,
"hidden": boolean
} |
Fields |
resourceName |
string
Immutable. Name of the resource. CustomerClientLink resource names have the form: customers/{customerId}/customerClientLinks/{client_customer_id}~{managerLinkId}
|
status |
enum (ManagerLinkStatus )
This is the status of the link between client and manager.
|
clientCustomer |
string
Immutable. The client customer linked to this customer.
|
managerLinkId |
string (int64 format)
Output only. This is uniquely identifies a customer client link. Read only.
|
hidden |
boolean
The visibility of the link. Users can choose whether or not to see hidden links in the Google Ads UI. Default value is false
|
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 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["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."]]],[]]