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.
Lists links where another Ads Data Hub customer has granted access to the specified customer. Both direct and indirect (propagated through management) links are included.
HTTP request
GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/inboundCustomerLinks
[[["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\u003eLists inbound customer links for an Ads Data Hub customer, including both direct and indirect links.\u003c/p\u003e\n"],["\u003cp\u003eThe API endpoint is accessed via a GET request to \u003ccode\u003ehttps://adsdatahub.googleapis.com/v1/{parent=customers/*}/inboundCustomerLinks\u003c/code\u003e, using gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eRequest parameters include \u003ccode\u003eparent\u003c/code\u003e in the path, and optional \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003efilter\u003c/code\u003e in the query.\u003c/p\u003e\n"],["\u003cp\u003eThe response provides a list of customer links and a page token for pagination, requiring authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document details retrieving inbound customer links in Ads Data Hub. It uses a `GET` HTTP request to the `inboundCustomerLinks` endpoint, requiring a parent customer ID in the path. Optional query parameters include `pageSize`, `pageToken`, and `filter` for refining results. The request body is empty. A successful response returns a list of customer links in the response body. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` scope.\n"],null,["# Method: customers.inboundCustomerLinks.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nLists links where another Ads Data Hub customer has granted access to the specified customer. Both direct and indirect (propagated through management) links are included.\n\n### HTTP request\n\n`GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/inboundCustomerLinks`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------|\n| `parent` | `string` Required. Parent customer resource name, e.g. 'customers/123'. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Maximum number of items to return. If 0, the server will determine the number of linked customers to return. |\n| `pageToken` | `string` Page token, returned by a previous call, used to request the next page of results, if any. |\n| `filter` | `string` Filters your response. Works using the following fields / formatting: name=\"customers/1/outboundCustomerLinks/3141\" customerId=\"314159\" displayName=\"Some account\" status=\"REJECTED\" updateTime.seconds\\\u003eunix_time |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListCustomerLinksResponse](/ads-data-hub/reference/rest/v1/ListCustomerLinksResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]