Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Retrieves the Ads Data Hub customer specified by its resource name.
Uses a GET request with the URL https://adsdatahub.googleapis.com/v1/{name=customers/*} and requires the customer's full resource name as a path parameter.
The request body should be empty, and a successful response will contain a Customer object.
Requires authorization with the https://www.googleapis.com/auth/adsdatahub scope.
[[["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."],[],["The core content describes how to retrieve an Ads Data Hub customer. A `GET` HTTP request is made to `https://adsdatahub.googleapis.com/v1/{name=customers/*}`, with the customer's full resource name (e.g., 'customers/123') specified as a required path parameter, named `name`. The request body must be empty. A successful request returns a `Customer` instance in the response body. The process requires OAuth scope `https://www.googleapis.com/auth/adsdatahub`.\n"]]