View Conversion event
https://api.ocamba.com/v2/adex/conversion-events/{id}
https://api.ocamba.com/v2/adex/conversion-events/{id}
Retrieves the details of a Concersion event that has previously been created if a valid identifier was provided
Name
Descriptionidstringrequired
Unique campaign group id.Example: 1411
Name
Descriptionfieldsstring
The client can request more efficient filtered representation of the resource showing only specific field(s), using the “fields” query parameter. Note that the “fields” parameter has precedence over the “view” parameter.Example GET /VERSION/adex/RESOURCE_NAME?fields=id,name
See "Tips" for the list of filterable parameters.
Example: fields=field1,field2,field3
200 - OK
Name
Descriptionitems[ events ]
An array of all created items.Conversion Events
Name
Descriptioncompany_idstring
Company IDExample: 6197120
conversionobject
The conversion object to which the event is connectedconversion_idstring
The ID of the conversion to which the event is connected.Example: 13694
create_timedateTime
Timezone: GMT.Example: 2021-10-29 15:40:10
full_namestring
Event nameExample: Direct purchase
idstring
Event IDExample: 2209735596
namestring
Name of the eventExample: purchase
partnerstring
Partner of the eventExample: Direct
systemnumber
Differentiates if the event was created by a User or a Microservice.Example: 0
update_timedateTime
Timezone: GMT.Example: 2021-10-29 15:40:10
totalinteger
A total number of items.Example: 1
tip
1 If you don't know the conversion event id, list the events to find it.