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.
[[["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."],[[["Lists ads data customers accessible from a specified customer using an HTTP GET request."],["The request requires specifying the parent customer in the path and allows optional pagination using query parameters."],["The response includes a list of ads data customers and a token for retrieving subsequent pages, if available."],["Users need to be authorized with the `https://www.googleapis.com/auth/adsdatahub` scope to access this functionality."]]],["The core content outlines the process of listing ads data customers. A `GET` request is made to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataCustomers`, with the required `parent` path parameter specifying the associated customer. Optional query parameters, `pageSize` and `pageToken`, control result pagination. The request body must be empty. A successful response contains an array of `adsDataCustomers` objects and a `nextPageToken` for subsequent pages. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]