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

getByCustomerId GET  /customer/customerId/conversion Retrieves a list of conversions from a DoubleClick Search engine account using a new Search Ads 360 customer ID.

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.
getIdMappingFile GET  /agency/agencyId/advertiser/advertiserId/idmapping Downloads a CSV file (encoded in UTF-8) that contains ID mappings between the previous Search Ads 360 and the new Search Ads 360. For the requested advertiser, the file includes all children entities (e.g. engine accounts, campaigns, ad groups, etc.) that exist in both the previous Search Ads 360 and the new Search Ads 360.
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.