Jump to: GET Response Notes | API Call Builder
Update a Conversion identified by TUNE Event ID or transaction ID (ad ID). Only one identifier may be passed.
Deprecation notice: We are deprecating the conversion 'id' field (also called conversion.id, Stat.id, conversion_id in some contexts) and migrating to tune_event_id. Use the new tune_event_id in all places where you would have used the conversion id, unless otherwise specified.
| Name | Type | Description |
|---|---|---|
| NetworkId | Url | Network ID |
| NetworkToken | String | Network token |
| Target | String | This calls action target |
| Method | String | This calls action method |
| tune_event_id | String | ID of unique, auto-generated object for this Conversion. Use instead of 'id', which is being deprecated. |
| id | Integer | This parameter has been deprecated. Use 'tune_event_id' instead.
ID of Conversion object, deprecated. |
| data | Object | Object containing fields and corresponding values to updateShow Supported Parameters |
| return_object | Boolean | If true, returns affected object; defaults to true |
| transaction_id | String | ID of Transaction (Ad) object |
| shouldStandardize | Boolean | Whether or not the fields in the "data" parameter should be standardized |
GET Response Notes
Returns boolean true if Conversion was successfully updated, or the updated Conversion model object as an array if return_object is true.
API Call Builder
Javascript is required to use the API Call Builder.