ListCustomerLinksResponse

  • The ListCustomerLinksResponse lists Ads Data Hub customers linked to a specified customer.

  • The response includes a list of customer links and a token for requesting the next page of results.

  • The links field contains CustomerLink objects, and the nextPageToken field is a string used for pagination.

Response to a ListCustomerLinks request. Contains the Ads Data Hub customers linked to the specified customer.

JSON representation
{
  "links": [
    {
      object (CustomerLink)
    }
  ],
  "nextPageToken": string
}
Fields
nextPageToken

string

A token that can be used to request the next results page. This field is empty if there are no additional results.