Conversion::findById Method

Find a Conversion by TUNE Event ID or by Transaction (Ad) ID. Only one identifier should 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 (tune_event_id) in all places where you would have used the conversion id, unless otherwise specified.

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
idInteger
This parameter has been deprecated.
Use tune_event_id instead. ID of Conversion object.
tune_event_idStringID of Conversion object. Replaces 'id', which is deprecated.
Target StringThis calls action target
Method StringThis calls action method
fieldsArrayList of fields to return; defaults to all fieldsShow Supported Values
transaction_idStringID of Transaction (Ad) object to search for
containContainList of related objects to return with each resultShow Supported Values

GET Response Notes

Conversion model object.

Return response will be in the following format: array.

API Call Builder

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