ListCustomerLinksResponse

  • The ListCustomerLinks request returns a JSON response detailing the Ads Data Hub customers linked to a specific customer.

  • The response includes an array of CustomerLink objects, each representing a linked customer, and a nextPageToken for retrieving additional results if available.

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.