View Conversion
Copied
https://api.ocamba.com/v2/adex/conversions/{id}
Copied
https://api.ocamba.com/v2/adex/conversions/{id}
Retrieves the details of a Conversion that has previously been created if a valid identifier was provided
Name
Descriptionidstringrequired
Unique identifier for the object defined as a path parameter.Example: 12345
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[ conversions ]
An array of all created items.Conversions
Name
Descriptionaccount_idstring
Account IDExample: 6197120
company_idstring
Company IDExample: 6197120
create_timedateTime
Timezone: GMT.Example: 2021-10-29 15:40:10
descriptionstring
Conversion DescriptionExample: 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 0Example: pixel
event_counternumber
The count of the events bound to this ConversionExample: 0
idstring
Conversions Unique IdentifierExample: 13472
methodstring
One of Conversion methods (s2s or pixel)Example: 0
Possible values: s2s | pixel
namestring
Conversion NameExample: Example Name
statusstring
Conversion Status can be active or inactiveExample: active
Possible values: active | inactive
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 id, list the conversions to find it.