Hacker News new | ask | show | jobs
by wulczer 5068 days ago
Yep, like rprime said, we're sending tracking events from the server (let me plug http://libsaas.net here).

So instead of using mixpanel.track from Javascript, you do an AJAX call to your own server and schedule a Celery job there.

There's an issue with passing Mixpanel's super properties to your server-side handler, but that's the general idea.

1 comments

Gotcha, I'm going to have to try this, thanks for the insight!