[[["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."],[[["\u003cp\u003eCreates an analysis query for later execution without immediate validation.\u003c/p\u003e\n"],["\u003cp\u003eUses the \u003ccode\u003ePOST\u003c/code\u003e method and requires \u003ccode\u003ecustomers/{customerId}\u003c/code\u003e in the request path.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an \u003ccode\u003eAnalysisQuery\u003c/code\u003e object for query details.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns the created \u003ccode\u003eAnalysisQuery\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],["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"],null,["# Method: customers.analysisQueries.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nCreates an analysis query for later execution. No query validation is performed at this time.\n\n### HTTP request\n\n`POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/analysisQueries`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource name that owns the query, e.g. 'customers/123'. |\n\n### Request body\n\nThe request body contains an instance of [AnalysisQuery](/ads-data-hub/marketers/reference/rest/v1/customers.analysisQueries#AnalysisQuery).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [AnalysisQuery](/ads-data-hub/marketers/reference/rest/v1/customers.analysisQueries#AnalysisQuery).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]