The previous Search Ads 360 Reporting API is decommissioned. You can now create your reports using the new Search Ads 360 Reporting API.
Note that the get and getByCustomerId methods in the Search Ads 360 Conversion API are being deprecated in Q3 2025. To continue accessing conversion data, you must create a report using the conversion resource using the new Search Ads 360 Reporting API. See more details here.
In the request body, supply a Conversion resource with the following properties:
Property name
Value
Description
Notes
Optional Properties
conversion[].currencyCode
string
The currency code for the conversion's revenue. Should be in ISO 4217 alphabetic (3-char) format.
writable
conversion[].quantityMillis
long
The quantity of this conversion, in millis.
writable
conversion[].revenueMicros
long
The revenue amount of this TRANSACTION conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of "10" enter "10000000" (10 million) in your request.
writable
conversion[].state
string
The state of the conversion, that is, either ACTIVE or REMOVED. Note: state DELETED is deprecated.
Acceptable values are:
"ACTIVE"
"DELETED": (Deprecated)
"REMOVED"
writable
Response
If successful, this method returns a Conversion resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.
Alternatively, try the
standalone
Explorer.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["Updates a batch of conversions in DoubleClick Search using the `PUT` method."],["Requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["The request body should contain a Conversion resource with properties like `currencyCode`, `quantityMillis`, `revenueMicros`, and `state`."],["Successful requests return a Conversion resource in the response body."]]],["This outlines how to update conversions in DoubleClick Search via a PUT request to `https://www.googleapis.com/doubleclicksearch/v2/conversion`, requiring `https://www.googleapis.com/auth/doubleclicksearch` authorization. The request body should include a Conversion resource with optional properties like `currencyCode`, `quantityMillis`, `revenueMicros`, and `state` (either `ACTIVE` or `REMOVED`). Successful requests return a Conversion resource.\n"]]