zevarito / mixpanel

Simple lib to track events in Mixpanel service. It can be used in any rack based framework.
MIT License
273 stars 84 forks source link

Does this plugin cover /engage endpoint for people tracking? #44

Closed GBH closed 12 years ago

GBH commented 12 years ago

I can do event tracking, but I don't see how I can push people data to mixpanel. https://mixpanel.com/docs/people-analytics/people-http-specification-insert-data

zevarito commented 12 years ago

@gbh is this what you are looking for?

https://github.com/zevarito/mixpanel#execute-javascript-api-call

GBH commented 12 years ago

@zevarito No. I want to do a call from the controller/model. There's no middleware involved.

zevarito commented 12 years ago

@GBH I am afraid you should do it manually, or add the feature to the gem.