Create Conversion


                https://api.ocamba.com/v2/adex/conversions
            

Creates a new Conversion object


Name
Description
account_idstring
Account ID


Example: 6197120

company_idstring
Company ID


Example: 6197120

create_timedateTime
Timezone: GMT.


Example: 2021-10-29 15:40:10

descriptionstring
Conversion Description


Example: The description of a Conversion has the max of 2000 characters

duplication_policynumber
Can be 0 or 1, if not passed, it will be set as 0


Example: pixel

event_counternumber
The count of the events bound to this Conversion


Example: 0

idstring
Conversions Unique Identifier


Example: 13472

methodstring
One of Conversion methods (s2s or pixel)


Example: 0

Possible values: s2s | pixel

namestring
Conversion Name


Example: Example Name

statusstring
Conversion Status can be active or inactive


Example: active

Possible values: active | inactive

update_timedateTime
Timezone: GMT.


Example: 2021-10-29 15:40:10
post Arrow
{
  "id": "13472",
  "company_id": "6197120",
  "account_id": "6197120",
  "name": "Example Name",
  "description": "The description of a Conversion has the max of 2000 characters",
  "status": "active",
  "method": "0",
  "duplication_policy": null,
  "event_counter": 0,
  "create_time": "2021-10-29 15:40:10",
  "update_time": "2021-10-29 15:40:10"
}