Server-to-Server (HTTP API)
Endpoint
POST https://tracking.midas.com/api/v1/s2s/eventHeaders
Content-Type: application/json
X-Auth-Token: s2s.TU_SERVER_SECRET.AQUIPayload
{
"event_type": "track",
"event": "order_completed",
"user_id": "user_123",
"properties": {
"order_id": "ORD-789",
"total": 299.99
}
}Ejemplos por Lenguaje
Batch Events
Próximos Pasos
Última actualización