Required. Parent customer resource name, e.g. 'customers/123'.
Query parameters
Parameters
pageSize
integer
Maximum number of items to return. If 0, the server will determine the number of linked customers to return.
pageToken
string
Page token, returned by a previous call, used to request the next page of results, if any.
filter
string
Filters your response. Works using the following fields / formatting: name="customers/1/adsDataLinks/CNC0w8IFEAEYAQ" platform="GOOGLE_ADS" status="PENDING" create_time.seconds>unix_seconds update_time.seconds>unix_seconds vendorClientId="vendor_customer" metrics="VIEWABILITY"
Request body
The request body must be empty.
Response body
Response to a adsDataLinks.list request.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Lists links between a Google Ads customer and other Google advertising entities, allowing data sharing and analysis."],["Retrieves a list of AdsDataLinks, which represent connections to various platforms like Google Ads."],["Allows filtering of AdsDataLinks by name, platform, status, creation/update time, vendor client ID, and metrics."],["Supports pagination to retrieve large result sets using page tokens."],["Requires authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["This document details how to retrieve links between a customer and other Google advertising entities using the Ads Data Hub API. It involves a `GET` HTTP request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks`, with the `parent` customer resource name as a required path parameter. Optional query parameters include `pageSize`, `pageToken`, and `filter` to manage and refine the results. The request body must be empty. The successful response includes a list of `links` and `nextPageToken` for pagination, formatted as JSON. The request requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]