Method: customers.inboundCustomerLinks.list

  • This method lists where another Ads Data Hub customer has granted access to the specified customer, including both direct and indirect links.

  • The HTTP request uses a GET method with a specified URL structure incorporating gRPC Transcoding syntax.

  • Path parameters include the required parent string, representing the parent customer resource name.

  • Query parameters can include pageSize for the maximum number of items to return, pageToken for paginated results, and filter for filtering the response based on various fields.

  • The request body for this operation must be empty.

  • The response body, if successful, will contain an instance of ListCustomerLinksResponse.

  • The required authorization scope for this operation is https://www.googleapis.com/auth/adsdatahub.

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