cURL
curl --request POST \ --url https://public.plai.io/meta/get_custom_conversions \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "userId": "<string>", "pixelId": "<string>", "campaignType": "<string>" }'
{ "success": true, "results": { "success": true, "customConversions": [ { "name": "<string>", "value": "<string>", "is_custom_event": true } ], "error": "<string>" } }
Get custom conversions for a campaign
CONVERSIONS
OUTCOME_SALES
Show Results Object
Show Custom Conversions Object