Ingest & export
Analytics
Pixel tracking, batch ingest, dashboards, and exports.
Single pixel
<img src="https://api.magenta.lvh.me/analytics/pixel.gif?site=your-site&page=home" width="1" height="1" style="display:none" alt="">
Batch ingest
POST /analytics/batch/
Content-Type: application/json
{"events": [{"event": "pageview", "url": "/home", "site_id": "demo"}]}
Key routes
POST /analytics/track/— single eventGET /analytics/dashboard/— dashboard dataPOST /analytics/export/events/— export eventsGET /api/magenta/console/— secure console