We've updated our documentation with the latest features and updates introduced by Ads Data Hub's
two new experiences.
Advertisers, agencies, and publishers, refer to the
Marketers site.
Vendors and partners, refer to the
Measurement Partners site.
ListCustomerLinksResponse
Response to a ListCustomerLinks request. Contains the Ads Data Hub customers linked to the specified customer.
JSON representation |
{
"links": [
{
object (CustomerLink )
}
],
"nextPageToken": string
} |
Fields |
links[] |
object (CustomerLink )
A list of customer links.
|
nextPageToken |
string
A token that can be used to request the next results page. This field is empty if there are no additional results.
|
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.
[null,null,["Last updated 2024-09-18 UTC."],[[["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."]]],["The response to a `ListCustomerLinks` request includes a list of linked Ads Data Hub customers. This is represented in JSON with two key fields: `links`, which contains an array of `CustomerLink` objects, detailing the connections. The `nextPageToken` field, a string, provides a token for retrieving subsequent pages of results; if no further results exist, this field is empty.\n"]]