[[["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 the `POST` method and requires `customers/{customerId}` in the request path."],["The request body should contain an `AnalysisQuery` object for query details."],["A successful response returns the created `AnalysisQuery` object."],["Requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization."]]],["This describes how to create an analysis query for later execution using a `POST` request to the `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/analysisQueries` endpoint. The request requires a `parent` path parameter (e.g., 'customers/123'). The request body contains the query details, represented by an `AnalysisQuery` instance. A successful response returns a new `AnalysisQuery` instance. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope. There is no query validation at the time of creation.\n"]]