Create Conversion event


                https://api.ocamba.com/v2/adex/conversion-events
            

Creates a new Conversion event object


Name
Description
conversion_idstring
The ID of the conversion to which the event is connected.


Example: 13694

namestringrequired
Name of the event


Example: purchase

partnerstringrequired
Partner of the event


Example: Direct
tip
1 You can now add the creating event to a conversion automatically, by adding conversion_id field and a valid conversion ID.
200 Arrow
{
  "partner": "appsflyer",
  "name": "native_click",
  "conversion_id": 13642
}
201 Arrow
{
  "id": "600179122",
  "company_id": "6197120",
  "conversion_id": 13642,
  "full_name": "Appsflyer native_click",
  "partner": "appsflyer",
  "name": "native_click",
  "system": 0
  }