Approve conversion by conversion id
HTTP method
Endpoint
PATCH
/v1/conversion_reports/{conversion_ids}/approved
Path parameters
Parameter
Description
conversion_ids
The unique id for the conversion.
Note: The max limit of bulk adjustment is 200 conversions.
Response body parameters
Field
Type
Description
id
integer
The unique id for the conversion.
click_id
string
The unique id for the click_id.
status
string
Conversion status
Example request
Request PATCH https://{networkname}.api.offerslook.com/v1/conversion_reports/1,2,3/approved
Request PATCH http://{networkname}.api.offerslook.com/v1/conversion_reports/1,2,3/approved
Example response
Last updated