[[["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 ads data customers accessible from the customer using an HTTP GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequest parameters include parent (required), pageSize, and pageToken.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains a list of AdsDataCustomer objects and a nextPageToken for pagination.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["The core content describes retrieving a list of ads data customers via an HTTP GET request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataCustomers`. The `parent` path parameter is required, specifying the associated customer. Optional query parameters `pageSize` and `pageToken` control pagination. The request body must be empty. The response includes a list of `adsDataCustomers` and a `nextPageToken` for additional results. Access requires the `https://www.googleapis.com/auth/adsdatahub` authorization scope.\n"],null,["# Method: customers.adsDataCustomers.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.ListAdsDataCustomersResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nLists ads data customers accessible from the customer.\n\n### HTTP request\n\n`GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataCustomers`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The customer associated with these ads data customers. Format: customers/{customer} |\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 ads data customers to return. |\n| `pageToken` | `string` Page token, returned by previous call, to request the next page of results, if any. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse to a ListAdsDataCustomersRequest request. Contains the ads data customers accessible by the customer.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"adsDataCustomers\": [ { object (/ads-data-hub/marketers/reference/rest/v1/customers.adsDataCustomers#AdsDataCustomer) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `adsDataCustomers[]` | `object (`[AdsDataCustomer](/ads-data-hub/marketers/reference/rest/v1/customers.adsDataCustomers#AdsDataCustomer)`)` A list of ads data customers. |\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`"]]