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 transient 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/{parent=customers/*}/analysisQueries:startTransient
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.
Response body
If successful, the response body contains an instance of Operation.
[[["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 the execution of a transient analysis query and writes the results to a specified BigQuery destination table."],["Uses an HTTP POST request to the specified endpoint with necessary path parameters and request body data."],["Requires an authorization scope of `https://www.googleapis.com/auth/adsdatahub` for access."],["Returns an Operation object upon successful execution, allowing for the monitoring of query completion."],["Provides flexibility in specifying the destination BigQuery table, utilizing defaults if project or dataset are omitted."]]],["This describes initiating a transient analysis query via a POST request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/analysisQueries:startTransient`. The request includes the customer's resource name, query details, execution parameters, and the destination BigQuery table for results. The `query` and `spec` objects define the analysis, while `destTable` specifies the result's location. Successful requests return an Operation instance, and the action requires `https://www.googleapis.com/auth/adsdatahub` authorization scope.\n"]]