Name that uniquely identifies a customer. It should have the form customers/[customerId]/adsDataCustomers/[adsDataCustomerId], e.g. 'customers/123/adsDataCustomers/456'.
[[["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\u003eAdsDataCustomer represents a customer within Ads Data Hub, uniquely identified by a name in the format \u003ccode\u003ecustomers/[customerId]/adsDataCustomers/[adsDataCustomerId]\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe resource provides methods to retrieve customer details, access the data access budget for the past year, and list accessible ads data customers.\u003c/p\u003e\n"],["\u003cp\u003eAdsDataCustomer includes a JSON representation with a "name" field indicating the customer's unique identifier.\u003c/p\u003e\n"]]],["The content describes the `AdsDataCustomer` resource, which represents an Ads Data Hub customer identified by a unique name (e.g., 'customers/123/adsDataCustomers/456'). Key methods include `get`, which retrieves a specific customer; `getDataAccessBudget`, which fetches the data access budget for an ad source over the past year; and `list`, which returns all accessible ads data customers. The resource's JSON representation is a simple structure with a single string field, `name`.\n"],null,["# REST Resource: customers.adsDataCustomers\n\n- [Resource: AdsDataCustomer](#AdsDataCustomer)\n - [JSON representation](#AdsDataCustomer.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AdsDataCustomer\n-------------------------\n\nAn Ads Data Hub customer.\n\n| JSON representation |\n|----------------------------|\n| ``` { \"name\": string } ``` |\n\n| Fields ||\n|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Name that uniquely identifies a customer. It should have the form customers/\\[customerId\\]/adsDataCustomers/\\[adsDataCustomerId\\], e.g. 'customers/123/adsDataCustomers/456'. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| ### [get](/ads-data-hub/marketers/reference/rest/v1/customers.adsDataCustomers/get) | Retrieves the requested Ads Data Hub customer. |\n| ### [getDataAccessBudget](/ads-data-hub/marketers/reference/rest/v1/customers.adsDataCustomers/getDataAccessBudget) | Retrieves the data access budget for the requested ads data source for the last 366 days. |\n| ### [list](/ads-data-hub/marketers/reference/rest/v1/customers.adsDataCustomers/list) | Lists ads data customers accessible from the customer. |"]]