This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the
Marketers site. If you are a measurement partner, refer to the
Measurement Partners site.
ListCustomerLinksResponse
Stay organized with collections
Save and categorize content based on your preferences.
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 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"],null,[]]