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\u003eThis document details how to list inbound customer links for an Ads Data Hub customer, including both direct and indirect links.\u003c/p\u003e\n"],["\u003cp\u003eThe API request is a GET request sent to the specified endpoint with parameters for parent customer, page size, page token, and filtering.\u003c/p\u003e\n"],["\u003cp\u003eThe response will contain a list of customer links matching the specified criteria.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["This document details retrieving inbound customer links in Ads Data Hub. A `GET` request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/inboundCustomerLinks` is used. The `parent` path parameter specifies the customer. `pageSize`, `pageToken`, and `filter` query parameters manage result pagination and filtering. The request body is empty. The response returns a `ListCustomerLinksResponse` containing link details. Access requires the `https://www.googleapis.com/auth/adsdatahub` authorization 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/marketers/reference/rest/v1/ListCustomerLinksResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]