AI-generated Key Takeaways
-
This version of the Bid Manager API has been sunset, and users must migrate to Bid Manager API v2.
-
Requests to this version may return an error, and if successful, certain fields in retrieved
Queryresources will be empty. -
This method requires authorization with the
https://www.googleapis.com/auth/doubleclickbidmanagerscope. -
The request body for this method includes optional fields for
dataRange,reportDataStartTimeMs,reportDataEndTimeMs, andtimezoneCode. -
If successful, this method returns an empty response body.
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
queryId
long
asynchronous
boolean
false
)Authorization
This request requires authorization with the following scope:
| Scope |
|---|
https://www.googleapis.com/auth/doubleclickbidmanager
|
For more information, see the authentication and authorization page.
Request body
In the request body, supply data with the following structure:
{ "dataRange": string , "reportDataStartTimeMs": long , "reportDataEndTimeMs": long , "timezoneCode": string }
dataRange
string
Acceptable values are:
- "
ALL_TIME" - "
CURRENT_DAY" - "
CUSTOM_DATES" - "
LAST_14_DAYS" - "
LAST_30_DAYS" - "
LAST_365_DAYS" - "
LAST_60_DAYS" - "
LAST_7_DAYS" - "
LAST_90_DAYS" - "
MONTH_TO_DATE" - "
PREVIOUS_DAY" - "
PREVIOUS_HALF_MONTH" - "
PREVIOUS_MONTH" - "
PREVIOUS_QUARTER" - "
PREVIOUS_WEEK" - "
PREVIOUS_YEAR" - "
QUARTER_TO_DATE" - "
TYPE_NOT_SUPPORTED" - "
WEEK_TO_DATE" - "
YEAR_TO_DATE"
reportDataStartTimeMs
long
reportDataStartTimeMs
is required if dataRange
is CUSTOM_DATES
and ignored otherwise.reportDataEndTimeMs
long
reportDataEndTimeMs
is required if dataRange
is CUSTOM_DATES
and ignored otherwise.timezoneCode
string
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 .

