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

How to set custom value for last seen for some user profiles #136

Open Swati24 opened 10 years ago

Swati24 commented 10 years ago

I want to set custom value for $last_seen for some user profiles but I am failing to do so. Even if I pass custom value of $last_seen in the properties and set $ignore_time to true the Last Seen gets updated to the current time rather my custom value for the first time.

Please help