AI-generated Key Takeaways
- 
          
Creating a new query involves sending a POST request to
https://doubleclickbidmanager.googleapis.com/v2/queries. - 
          
The request body must contain an instance of the
Queryobject. - 
          
A successful response will contain a newly created instance of the
Queryobject. - 
          
The request requires authorization using the
https://www.googleapis.com/auth/doubleclickbidmanagerOAuth 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.