Queries: createquery

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.