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

Directly tracking people events #82

Closed alexslade closed 11 years ago

alexslade commented 11 years ago

It seems the people events only work when using the append_ middleware stuff. Is that right?

Maciek416 commented 11 years ago

@heeton have you discovered the answer to this question? I'm also missing direct people event tracking.

disbelief commented 11 years ago

Maybe I'm misunderstanding the question, but it appears that set, unset, set_once, increment, track_charge, delete and reset_charges communicate directly with mixpanel without using the middleware.

michaelglass commented 11 years ago

@heeton @Maciek416: I can confirm what @disbelief said. The engage endpoint is for people analytics. see person