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.
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, identified by a unique 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 budget information for the past year, and list accessible ads data customers.\u003c/p\u003e\n"],["\u003cp\u003eA JSON representation with the \u003ccode\u003ename\u003c/code\u003e field is used to define an AdsDataCustomer.\u003c/p\u003e\n"]]],["The content describes the `AdsDataCustomer` resource, representing a customer in Ads Data Hub. Its key attribute is `name`, a string that uniquely identifies the customer in the format 'customers/[customerId]/adsDataCustomers/[adsDataCustomerId]'. The available methods are `get`, which retrieves a specific customer; `getDataAccessBudget`, to retrieve data access budget information; and `list`, which retrieves a collection of accessible Ads Data Hub customers.\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/reference/rest/v1/customers.adsDataCustomers/get) | Retrieves the requested Ads Data Hub customer. |\n| ### [getDataAccessBudget](/ads-data-hub/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/reference/rest/v1/customers.adsDataCustomers/list) | Lists ads data customers accessible from the customer. |"]]