cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/advertiser/pixels/log \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "from": "<string>", "to": "<string>", "timezone_id": 123, "query": {} } '
{ "logs": [ {} ] }
Returns advertiser pixel firing log data. Shows when advertiser tracking pixels were fired, their status, and any associated errors for debugging pixel integration issues.
The Everflow API key generated from the Control Center > Security.
Start date (format: YYYY-MM-DD).
End date (format: YYYY-MM-DD).
Timezone ID for the report.
Optional filters to narrow results.
OK
Was this page helpful?