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."],[[["Creates an Analysis Query for later execution without immediate validation."],["Uses a POST request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/analysisQueries` with gRPC Transcoding."],["Requires `parent` as a path parameter to specify the resource owner."],["The request and response bodies both utilize the `AnalysisQuery` object."],["Needs authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["This describes the creation of an analysis query. A `POST` request is sent to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/analysisQueries`, specifying the `parent` (customer ID) in the path. The request body contains an `AnalysisQuery` instance. A successful response returns a new `AnalysisQuery` instance. The process uses gRPC Transcoding and requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization. No query validation is performed at creation.\n"]]