cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/advertisers/{advertiserId}/events \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "name": "Purchase", "status": "active" } '
Create a new event for a specific advertiser. Events define conversion types and tracking configurations specific to the advertiser’s offers.
The Everflow API key generated from the Control Center > Security.
The unique advertiser ID.
Event name.
Event status.
Event created successfully.
Was this page helpful?