Conversion::updateField Method

Updates a field of a Conversion.

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.

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis calls action target
Method StringThis calls action method
tune_event_id StringID of Conversion object. Replaces 'id' which is being deprecated.
id Integer
This parameter has been deprecated.
Use tune_event_id instead. ID of Conversion object, deprecated.
value StringNew value for specified field
field StringName of field to updateShow Supported Values
return_objectBooleanIf true, returns affected object; defaults to true

GET Response Notes

Returns boolean true if Conversion field 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.
Have a Question? Please contact [email protected] for technical support.