cURL
curl --request PUT \ --url https://api.eflow.team/v1/networks/reporting/conversions/{conversionId}/saleamount \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "sale_amount": 0.01, "is_event": true } '
{ "result": true }
The Everflow API key generated from the Control Center > Security.
The conversion ID to update.
The new sale amount. Must be greater than or equal to 0.
x >= 0
Whether the conversion being updated is a post-conversion event. Set to true when updating an event, false (or omit) for a base conversion.
true
false
OK
Whether the update was successful.
Was this page helpful?