AI-generated Key Takeaways
-
This version of the Bid Manager API is sunset, and users must migrate to Bid Manager API v2.
-
Requests to this version may return an error, and certain fields in retrieved
Query
resources will be empty. -
Creating a query with a
ONE_TIME
schedule frequency automatically runs the query. -
Authorization with the
https://www.googleapis.com/auth/doubleclickbidmanager
scope is required.
Creates a query. When the schedule frequency is ONE_TIME
, the created query is also run automatically.
Try it now.
Request
HTTP request
POST https://www.googleapis.com/doubleclickbidmanager/v1.1/query
Parameters
Parameter name | Value | Description |
---|---|---|
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. Only applicable when
the frequency is ONE_TIME .
(Default: 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 a Queries resource.
Response
If successful, this method returns a Queries resource in the 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.