AI-generated Key Takeaways
-
This version of the Bid Manager API has been sunset, and users must now use Bid Manager API v2.
-
The Bid Manager API allowed developers to manage queries, retrieve reports and structured data files, and download and upload line items.
-
The API reference is organized by resource type, including Lineitems, Queries, Reports, and Sdf.
-
Each resource type has data representations and methods, such as downloading/uploading line items, creating/deleting/getting/listing/running queries, listing reports, and downloading SDF.
The Bid Manager API allows developers to manage Queries, retrieve Reports and Structured Data Files, and download and upload Line Items.
This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types
Lineitems
For Lineitems Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/doubleclickbidmanager/v1, unless otherwise noted | ||
downloadlineitems |
POST /lineitems/downloadlineitems
|
Retrieves line items in CSV format. YouTube & partners line items are not supported. |
uploadlineitems |
POST /lineitems/uploadlineitems
|
Uploads line items in CSV format. YouTube & partners line items are not supported. |
Queries
For Queries Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/doubleclickbidmanager/v1, unless otherwise noted | ||
createquery |
POST /query
|
Creates a query. |
deletequery |
DELETE /query/queryId
|
Deletes a stored query as well as the associated stored reports. |
getquery |
GET /query/queryId
|
Retrieves a stored query. |
listqueries |
GET /queries
|
Retrieves stored queries. |
runquery |
POST /query/queryId
|
Runs a stored query to generate a report. |
Reports
For Reports Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/doubleclickbidmanager/v1, unless otherwise noted | ||
listreports |
GET /queries/queryId/reports
|
Retrieves stored reports. |
Sdf
For Sdf Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/doubleclickbidmanager/v1, unless otherwise noted | ||
download |
POST /sdf/download
|
Retrieves entities in SDF format. |