cURL
curl --request POST \ --url https://public.plai.io/gads/get_conversion_event \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "userId": "<string>" }'
{ "success": true, "results": { "success": true, "events": [ "<string>" ], "error": "<string>" } }
This endpoint retrieves the available conversion events linked to a Google Ads account. Use it to fetch and display valid options when setting up a campaign with a conversion-based objective.
Show Results Object