This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
Starts execution on a stored analysis query. The results will be written to the specified BigQuery destination table. The returned operation name can be used to poll for query completion status.
HTTP request
POST https://adsdatahub.googleapis.com/v1/{name=customers/*/analysisQueries/*}:start
Destination BigQuery table for query results with the format 'project.dataset.table_name'. If specified, the project must be explicitly whitelisted for the customer's ADH account. If project is not specified, uses default project for the provided customer. If neither project nor dataset is specified, uses the default project and dataset.
[[["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."],[[["Starts execution on a stored analysis query and writes results to a specified BigQuery destination table."],["The request body defines query execution parameters, the destination BigQuery table, and the executing customer ID."],["The response includes an operation name for tracking query completion status."],["Requires authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["This describes initiating a stored analysis query execution. A `POST` request is sent to a specified URL, including the analysis query's resource name. The request body defines the query execution parameters (`spec`), the BigQuery destination table (`destTable`), and an optional customer ID (`customerId`). Successful execution returns an `Operation` instance, and it needs `https://www.googleapis.com/auth/adsdatahub` scope. The destination table format should be 'project.dataset.table_name'.\n"]]