Use wide DoubleClick Bid Manager API integration
With Ants & Apps platform you can connect DoubleClick Bid Manager API with more than 4000 available apps, 600+ functional formulas to boost your productivity
Reference
lineitems
This action retrieves line items in CSV format. TrueView line items are not supported.
POSTDoubleclickbidmanagerLineitemsDownloadlineitems
Request body
- fileSpecstring
File specification (column names, types, order) in which the line items will be returned. Default to EWF.
- filterIdsarray
Ids of the specified filter type used to filter line items to fetch. If omitted, all the line items will be returned.
- filterTypestring
Filter type used to filter line items to fetch.
- formatstring
Format in which the line items will be returned. Default to CSV.
This action uploads line items in CSV format. TrueView line items are not supported.
POSTDoubleclickbidmanagerLineitemsUploadlineitems
Request body
- dryRunboolean
Set to true to get upload status without actually persisting the line items.
- formatstring
Format the line items are in. Default to CSV.
- lineItemsstring
Line items in CSV to upload. Refer to Entity Write File Format for more information on file format.
queries
GETDoubleclickbidmanagerQueriesGetquery
Request parameters
- queryId*string
Query ID to retrieve.
GETDoubleclickbidmanagerQueriesListqueries
POSTDoubleclickbidmanagerQueriesCreatequery
Request body
- kindstring
Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#query".
- metadataobject
Query metadata.
- paramsobject
Query parameters.
- queryIdstring
Query ID.
- reportDataEndTimeMsstring
The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if metadata.dataRange is CUSTOM_DATES and ignored otherwise.
- reportDataStartTimeMsstring
The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if metadata.dataRange is CUSTOM_DATES and ignored otherwise.
- scheduleobject
Information on how often and when to run a query.
- timezoneCodestring
Canonical timezone code for report data time. Defaults to America/New_York.
POSTDoubleclickbidmanagerQueriesRunquery
Request parameters
- queryId*string
Query ID to run.
Request body
- dataRangestring
Report data range used to generate the report.
- reportDataEndTimeMsstring
The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.
- reportDataStartTimeMsstring
The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.
- timezoneCodestring
Canonical timezone code for report data time. Defaults to America/New_York.
This action deletes a stored query as well as the associated stored reports.
DELETEDoubleclickbidmanagerQueriesDeletequery
Request parameters
- queryId*string
Query ID to delete.
sdf
POSTDoubleclickbidmanagerSdfDownload
Request body
- fileTypesarray
File types that will be returned. If INVENTORY_SOURCE is requested, no other file types may be requested. Acceptable values are: - "AD" - "AD_GROUP" - "CAMPAIGN" - "INSERTION_ORDER" - "INVENTORY_SOURCE" - "LINE_ITEM"
- filterIdsarray
The IDs of the specified filter type. This is used to filter entities to fetch. At least one ID must be specified.
- filterTypestring
Filter type used to filter entities to fetch. PARTNER_ID and INVENTORY_SOURCE_ID may only be used when downloading inventory sources.
- versionstring
SDF Version (column names, types, order) in which the entities will be returned. Default to 3.1.