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."],[[["AdsDataCustomer represents a customer within Ads Data Hub, uniquely identified by a name in the format `customers/[customerId]/adsDataCustomers/[adsDataCustomerId]`."],["The resource provides methods to retrieve customer details, access the data access budget for the past year, and list accessible ads data customers."],["AdsDataCustomer includes a JSON representation with a \"name\" field indicating the customer's unique identifier."]]],["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"]]