ListCustomerLinksResponse

  • A ListCustomerLinks request returns a response containing the Ads Data Hub customers linked to the specified customer.

  • The JSON representation of the response includes a list of links (CustomerLink objects) and a nextPageToken string.

  • The links field is an array of CustomerLink objects representing the customer links.

  • The nextPageToken field is a string used for pagination to request the next page of results.

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.