We've updated our documentation with the latest features and updates introduced by Ads Data Hub's
two new experiences.
Advertisers, agencies, and publishers, refer to the
Marketers site.
Vendors and partners, refer to the
Measurement Partners site.
REST Resource: customers.adsDataCustomers
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."],[[["AdsDataCustomer represents a customer within Ads Data Hub, identified by a unique name in the format `customers/[customerId]/adsDataCustomers/[adsDataCustomerId]`."],["The resource provides methods to retrieve customer details, access budget information for the past year, and list accessible ads data customers."],["A JSON representation with the `name` field is used to define an AdsDataCustomer."]]],[]]