We are currently migrating a subset of report types from offline to instant reporting. Once a user is migrated, queries.list responses will include existing instant reports. See our blog post for more information.
Stay organized with collections
Save and categorize content based on your preferences.
Runs a stored query to generate a report.
Try it now.
Request
HTTP request
POST https://www.googleapis.com/doubleclickbidmanager/v1.1/query/queryId
Parameters
Parameter name
Value
Description
Path parameters
queryId
long
Query ID to run.
Optional query parameters
asynchronous
boolean
Whether the query should be run asynchronously. When true, this method
will return immediately. When false or not specified, this method will not
return until the query has finished running.
(Default: false)
Authorization
This request requires authorization with the following scope:
The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.
reportDataEndTimeMs
long
The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.
timezoneCode
string
Canonical timezone code for report data time. Defaults to America/New_York.
Response
If successful, this method returns an empty response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.
Alternatively, try the
standalone
Explorer.
[[["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-08-21 UTC."],[[["This version of the Bid Manager API is sunset, and users should migrate to Bid Manager API v2."],["Requests to this version may return errors, and specific fields in retrieved `Query` resources will be empty."],["The `runquery` request runs a stored query to generate a report, accepting parameters like `queryId`, `asynchronous`, `dataRange`, and time parameters."],["Authorization with the `https://www.googleapis.com/auth/doubleclickbidmanager` scope is required for this request."]]],[]]