DoubleClick Bid Manager API
Stay organized with collections
Save and categorize content based on your preferences.
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
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. |
Methods |
get |
GET /v2/queries/{queryId}/reports/{reportId}
Retrieves a report. |
list |
GET /v2/queries/{queryId}/reports
Lists reports generated by the provided query. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["\u003cp\u003eDoubleClick Bid Manager API enables management and creation of campaigns and reports.\u003c/p\u003e\n"],["\u003cp\u003eUsers can create, delete, retrieve, and list queries, as well as run queries to generate reports.\u003c/p\u003e\n"],["\u003cp\u003eReports generated from queries can be retrieved and listed using the API.\u003c/p\u003e\n"],["\u003cp\u003eThe API utilizes RESTful architecture and can be accessed using the service endpoint \u003ccode\u003ehttps://doubleclickbidmanager.googleapis.com\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eGoogle-provided client libraries are recommended for interacting with the API.\u003c/p\u003e\n"]]],[],null,["DoubleClick Bid Manager API allows users to manage and create campaigns and reports.\n\n- [REST Resource: v2.queries](#v2.queries)\n- [REST Resource: v2.queries.reports](#v2.queries.reports)\n\nService: doubleclickbidmanager.googleapis.com\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\nDiscovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) 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:\n\n- \u003chttps://doubleclickbidmanager.googleapis.com/$discovery/rest?version=v2\u003e\n\nService endpoint \n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_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:\n\n- `https://doubleclickbidmanager.googleapis.com`\n\nREST Resource: [v2.queries](/bid-manager/reference/rest/v2/queries)\n\n| Methods ||\n|---------------------------------------------------------|--------------------------------------------------------------------------------------------|\n| [create](/bid-manager/reference/rest/v2/queries/create) | `POST /v2/queries` Creates a new query. |\n| [delete](/bid-manager/reference/rest/v2/queries/delete) | `DELETE /v2/queries/{queryId}` Deletes an existing query as well as its generated reports. |\n| [get](/bid-manager/reference/rest/v2/queries/get) | `GET /v2/queries/{queryId}` Retrieves a query. |\n| [list](/bid-manager/reference/rest/v2/queries/list) | `GET /v2/queries` Lists queries created by the current user. |\n| [run](/bid-manager/reference/rest/v2/queries/run) | `POST /v2/queries/{queryId}:run` Runs an existing query to generate a report. |\n\nREST Resource: [v2.queries.reports](/bid-manager/reference/rest/v2/queries.reports)\n\n| Methods ||\n|-------------------------------------------------------------|------------------------------------------------------------------------------------|\n| [get](/bid-manager/reference/rest/v2/queries.reports/get) | `GET /v2/queries/{queryId}/reports/{reportId}` Retrieves a report. |\n| [list](/bid-manager/reference/rest/v2/queries.reports/list) | `GET /v2/queries/{queryId}/reports` Lists reports generated by the provided query. |"]]