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.
Immutable. Name of the resource. CustomerClientLink resource names have the form: customers/{customerId}/customerClientLinks/{client_customer_id}~{managerLinkId}
[[["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 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."],["The `managerLinkId` is a unique identifier for the link and is read-only."],["The `hidden` field controls whether the link is visible in the Google Ads UI."],["Resource names for CustomerClientLink follow a specific format: `customers/{customerId}/customerClientLinks/{client_customer_id}~{managerLinkId}`."]]],["The content describes a customer client link relationship using a JSON representation. Key information includes: `resourceName` (immutable resource identifier), `status` (link status), `clientCustomer` (linked client), `managerLinkId` (unique read-only ID), and `hidden` (link visibility). The link's status is defined by a `ManagerLinkStatus` enum. The `resourceName` field has a specific format for defining the `customerId` and `client_customer_id`. The `hidden` field is by default `false`.\n"]]