The Wayback Machine - https://web.archive.org/web/20180430214218/https://developers.google.com/doubleclick-search/v2/reference/

API Reference

This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.

Resource types

  1. Conversion
  2. Reports
  3. SavedColumns

Conversion

For Conversion Resource details, see the resource representation page.

Method HTTP request Description
URIs relative to https://www.googleapis.com/doubleclicksearch/v2, unless otherwise noted
get GET  /agency/agencyId/advertiser/advertiserId/engine/engineAccountId/conversion Retrieves a list of conversions from a DoubleClick Search engine account.

Required query parameters: endDate, rowCount, startDate, startRow

insert POST  /conversion Inserts a batch of new conversions into DoubleClick Search.
update PUT  /conversion Updates a batch of conversions in DoubleClick Search.
updateAvailability POST  /conversion/updateAvailability Updates the availabilities of a batch of floodlight activities in DoubleClick Search.

Reports

For Reports Resource details, see the resource representation page.

Method HTTP request Description
URIs relative to https://www.googleapis.com/doubleclicksearch/v2, unless otherwise noted
generate POST  /reports/generate Generates and returns a report immediately.
get GET  /reports/reportId Polls for the status of a report request.
getFile GET  /reports/reportId/files/reportFragment Downloads a report file encoded in UTF-8.
request POST  /reports Inserts a report request into the reporting system.

SavedColumns

For SavedColumns Resource details, see the resource representation page.

Method HTTP request Description
URIs relative to https://www.googleapis.com/doubleclicksearch/v2, unless otherwise noted
list GET  /agency/agencyId/advertiser/advertiserId/savedcolumns Retrieve the list of saved columns for a specified advertiser.

Send feedback about...

DoubleClick Search API