Update Conversion


                https://api.ocamba.com/v2/adex/conversions/{id}
            

Updates the specific Conversion by setting the values of the parameters passed. Any parameters not provided will be left unchanged


Name
Description
idstringrequired
Unique identifier for the object defined as a path parameter.


Example: 12345

Name
Description
fieldsstring
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


Name
Description
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

namestringrequired
Conversion Name


Example: Example Name

statusstringrequired
Conversion Status can be active or inactive


Example: active

Possible values: active | inactive

204 - No Content
Arrow

note
1 Updatable fields are name, description, status and duplication_policy.
warning
1 This change will be automatically synchronized to an ad server.
tip
1 If you don't know the conversion id, list the conversions to find it.

200 Arrow
{
  "name": "Example",
  "description": "Description example",
  "status": "inactive",
  "duplication_policy": 0,
}