[[["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 a list of customer links and a token for pagination to retrieve further results if available.\u003c/p\u003e\n"]]],["The response to a `ListCustomerLinks` request includes a list of customer links (`links[]`), each representing a linked Ads Data Hub customer. The response also contains an optional `nextPageToken` string. This token facilitates retrieving subsequent pages of results, if available. If no further results exist, the `nextPageToken` 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/marketers/reference/rest/v1/customers.inboundCustomerLinks#CustomerLink) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| `links[]` | `object (`[CustomerLink](/ads-data-hub/marketers/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. |"]]