AI-generated Key Takeaways
-
DoubleClick Bid Manager API enables management and creation of campaigns and reports.
-
Users can create, delete, retrieve, and list queries, as well as run queries to generate reports.
-
Reports generated from queries can be retrieved and listed using the API.
-
The API utilizes RESTful architecture and can be accessed using the service endpoint
https://doubleclickbidmanager.googleapis.com
. -
Google-provided client libraries are recommended for interacting with the API.
DoubleClick Bid Manager API allows users to manage and create campaigns and reports.
Service: doubleclickbidmanager.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://doubleclickbidmanager.googleapis.com
REST Resource: v2.queries
Methods | |
---|---|
create |
POST /v2/queries Creates a new query. |
delete |
DELETE /v2/queries/{queryId} Deletes an existing query as well as its generated reports. |
get |
GET /v2/queries/{queryId} Retrieves a query. |
list |
GET /v2/queries Lists queries created by the current user. |
run |
POST /v2/queries/{queryId}:run Runs an existing query to generate a report. |
REST Resource: v2.queries.reports
Methods | |
---|---|
get |
GET /v2/queries/{queryId}/reports/{reportId} Retrieves a report. |
list |
GET /v2/queries/{queryId}/reports Lists reports generated by the provided query. |