AI-generated Key Takeaways
-
Updates a batch of conversions in DoubleClick Search using the
PUTmethod. -
Requires authorization with the
https://www.googleapis.com/auth/doubleclicksearchscope. -
The request body should contain a Conversion resource with properties like
currencyCode,quantityMillis,revenueMicros, andstate. -
Successful requests return a Conversion resource in the response body.
Updates a batch of conversions in DoubleClick Search. Try it now .
Request
HTTP request
PUT https://www.googleapis.com/doubleclicksearch/v2/conversion
Authorization
This request requires authorization with the following scope:
| Scope |
|---|
https://www.googleapis.com/auth/doubleclicksearch
|
For more information, see the authentication and authorization page.
Request body
In the request body, supply a Conversion resource with the following properties:
conversion[].
currencyCode
string
conversion[].
quantityMillis
long
conversion[].
revenueMicros
long
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. conversion[].
state
string
ACTIVE
or REMOVED
. Note: state DELETED is deprecated.Acceptable values are:
- "
ACTIVE" - "
DELETED": (Deprecated) - "
REMOVED"
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 .


