We've updated our documentation with the latest features and updates introduced by Ads Data Hub's
two new experiences.
Advertisers, agencies, and publishers, refer to the
Marketers site.
Vendors and partners, refer to the
Measurement Partners site.
Method: customers.inboundCustomerLinks.list
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
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. Parent customer resource name, e.g. 'customers/123'.
|
Query parameters
Parameters |
pageSize |
integer
Maximum number of items to return. If 0, the server will determine the number of linked customers to return.
|
pageToken |
string
Page token, returned by a previous call, used to request the next page of results, if any.
|
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>unix_time
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListCustomerLinksResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsdatahub
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Lists inbound customer links for an Ads Data Hub customer, including both direct and indirect links."],["The API endpoint is accessed via a GET request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/inboundCustomerLinks`, using gRPC Transcoding syntax."],["Request parameters include `parent` in the path, and optional `pageSize`, `pageToken`, and `filter` in the query."],["The response provides a list of customer links and a page token for pagination, requiring authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["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"]]