DoubleClick Bid Manager API

  • DoubleClick Bid Manager API allows users to manage and create campaigns and reports.

  • The v2.queries REST resource allows users to create, delete, get, list, and run queries.

  • The v2.queries.reports REST resource allows users to get and list reports generated by a query.

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.

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.