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.

Method: customers.outboundCustomerLinks.list

  • This document describes how to list the customer links where a specified customer has granted access to other Ads Data Hub customers, including only direct links.

  • The method uses an HTTP GET request to a specific URL that follows gRPC Transcoding syntax.

  • The request requires a parent path parameter which is the parent customer resource name.

  • Optional query parameters include pageSize for the number of items to return, pageToken for pagination, and filter for filtering results based on various fields.

  • The request body must be empty, and a successful response body contains an instance of ListCustomerLinksResponse.

  • The request requires the https://www.googleapis.com/auth/adsdatahub OAuth scope for authorization.

Lists links where the specified customer has granted access to other Ads Data Hub customers. Only direct links are included.

HTTP request

GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/outboundCustomerLinks

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.