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.
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."],[[["\u003cp\u003eLists existing links between a specified Google Ads customer and other Google advertising entities, like Campaign Manager or Display & Video 360.\u003c/p\u003e\n"],["\u003cp\u003eRetrieves a paginated list of AdsDataLinks, allowing you to specify the page size and use tokens for navigating through results.\u003c/p\u003e\n"],["\u003cp\u003eSupports filtering results based on criteria such as name, platform, status, creation/update time, vendor client ID, and available metrics.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope for access.\u003c/p\u003e\n"]]],["This document details how to retrieve a list of links between a customer and other Google advertising entities using an HTTP GET request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks`. Key actions include: specifying the `parent` customer in the path, using optional `pageSize`, `pageToken`, and `filter` query parameters to refine results. The request body is empty. The response body contains an array of `links` and an optional `nextPageToken` for pagination. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` scope.\n"],null,["# Method: customers.adsDataLinks.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListAdsDataLinksResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nLists links between the specified customer and other Google advertising entities.\n\n### HTTP request\n\n`GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------|\n| `parent` | `string` Required. Parent customer resource name, e.g. 'customers/123'. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Maximum number of items to return. If 0, the server will determine the number of linked customers to return. |\n| `pageToken` | `string` Page token, returned by a previous call, used to request the next page of results, if any. |\n| `filter` | `string` Filters your response. Works using the following fields / formatting: name=\"customers/1/adsDataLinks/CNC0w8IFEAEYAQ\" platform=\"GOOGLE_ADS\" status=\"PENDING\" create_time.seconds\\\u003eunix_seconds update_time.seconds\\\u003eunix_seconds vendorClientId=\"vendor_customer\" metrics=\"VIEWABILITY\" |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse to a adsDataLinks.list request.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"links\": [ { object (/ads-data-hub/reference/rest/v1/customers.adsDataLinks#AdsDataLink) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------|\n| `links[]` | `object (`[AdsDataLink](/ads-data-hub/reference/rest/v1/customers.adsDataLinks#AdsDataLink)`)` A list of ad data links. |\n| `nextPageToken` | `string` A token that can be used to request the next results page. This field is empty if there are no additional results. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]