REST Resource: customers.adsDataCustomers
Stay organized with collections
Save and categorize content based on your preferences.
Resource: AdsDataCustomer
An Ads Data Hub customer.
JSON representation |
{
"name": string
} |
Fields |
name |
string
Name that uniquely identifies a customer. It should have the form customers/[customerId]/adsDataCustomers/[adsDataCustomerId], e.g. 'customers/123/adsDataCustomers/456'.
|
Methods |
|
Retrieves the requested Ads Data Hub customer. |
|
Retrieves the data access budget for the requested ads data source for the last 366 days. |
|
Lists ads data customers accessible from the customer. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["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,[]]