Retrieves linked Ads Data Hub customers (customers that can be queries by the specified customer).
HTTP request
GET https://fullcirclequery.googleapis.com/v2/linkedCustomers
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
customerId |
The customer to which the listed customers are linked. |
pageSize |
Maximum number of items to return. If 0, the server will determine the number of linked customers to return. |
pageToken |
Page token, returned by a previous call, used to request the next page of results, if any. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response to a linkedCustomers.list request.
JSON representation | |
---|---|
{
"linkedCustomers": [
{
object ( |
Fields | |
---|---|
linkedCustomers[] |
List of customers that have granted access to the customer in the request. |
nextPageToken |
A token that can be used to request the next results page. This field is empty if there are no additional results. |
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/adsdatahub
https://www.googleapis.com/auth/xapi.zoo