Method: queries.create

  • Creates a new query using an HTTP POST request to the specified URL.

  • The request body and successful response body both contain an instance of "Query".

  • Requires authorization with the https://www.googleapis.com/auth/doubleclickbidmanager scope.

Creates a new query.

HTTP request

POST https://doubleclickbidmanager.googleapis.com/v2/queries

The URL uses gRPC Transcoding syntax.

Request body

The request body contains an instance of Query.

Response body

If successful, the response body contains a newly created instance of Query.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/doubleclickbidmanager

For more information, see the OAuth 2.0 Overview.