Update Conversion
Copied
https://api.ocamba.com/v2/adex/conversions/{id}
Copied
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
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
Name
Descriptiondescriptionstring
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
namestringrequired
Conversion NameExample: Example Name
statusstringrequired
Conversion Status can be active or inactiveExample: active
Possible values: active | inactive
204 - No Content
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.