This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
[[["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-09-18 UTC."],[[["\u003cp\u003eThe ListCustomerLinks request returns a JSON response detailing the Ads Data Hub customers linked to a specific customer.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of \u003ccode\u003eCustomerLink\u003c/code\u003e objects, each representing a linked customer, and a \u003ccode\u003enextPageToken\u003c/code\u003e for retrieving additional results if available.\u003c/p\u003e\n"]]],["The response to a `ListCustomerLinks` request includes a list of linked Ads Data Hub customers. This is represented in JSON with two key fields: `links`, which contains an array of `CustomerLink` objects, detailing the connections. The `nextPageToken` field, a string, provides a token for retrieving subsequent pages of results; if no further results exist, this field is empty.\n"],null,["# ListCustomerLinksResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse to a ListCustomerLinks request. Contains the Ads Data Hub customers linked to the specified customer.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"links\": [ { object (/ads-data-hub/reference/rest/v1/customers.inboundCustomerLinks#CustomerLink) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------|\n| `links[]` | `object (`[CustomerLink](/ads-data-hub/reference/rest/v1/customers.inboundCustomerLinks#CustomerLink)`)` A list of customer links. |\n| `nextPageToken` | `string` A token that can be used to request the next results page. This field is empty if there are no additional results. |"]]