Queries: createquery

  • This version of the Bid Manager API has been sunset, and users must now use Bid Manager API v2.

  • Creating a query requires authorization with the https://www.googleapis.com/auth/doubleclickbidmanager scope.

  • The request body for creating a query requires supplying a Queries resource.

  • A successful response for creating a query returns a Queries resource in the response body.

  • Users can try this method on live data using the provided APIs Explorer.

Creates a query. Try it now.

Request

HTTP request

POST https://www.googleapis.com/doubleclickbidmanager/v1/query

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.