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
Documentation IndexFetch the complete documentation index at: https://plai-a079b342.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://plai-a079b342.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
CONVERSIONS
OUTCOME_SALES
Show Results Object
Show Custom Conversions Object