Conversion::updateMeta Method

Update the meta data for 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 unique, auto-generated object for this Conversion. Use instead of 'id', which is being deprecated.
data ObjectConversion meta model object dataShow Supported Parameters
id Integer
This parameter has been deprecated.
ID of Conversion object. Deprecated. Use tune_event_id instead

GET Response Notes

True if successfully updated.

Return response will be in the following format: boolean.

API Call Builder

Javascript is required to use the API Call Builder.
Have a Question? Please contact [email protected] for technical support.