mixpanel-ruby icon indicating copy to clipboard operation
mixpanel-ruby copied to clipboard

Results 22 mixpanel-ruby issues
Sort by recently updated
recently updated
newest added

I'm looking to use `identify` to link a pre-login user with a `distinct_id` after login like its done [here](https://docs.mixpanel.com/docs/tracking-methods/id-management/identifying-users). I already know about `alias` but am looking more to perform...

Hi, I'm trying to send a group update message to mixpanel but the group_id key seems to be mishandled on the server side. I'm calling `send!` method: `Mixpanel::Consumer.new.send!(type, message)` `type`...

Why exactly does import method take API key and track method does not? Is it the same API key or different? Where do I get it? The HTTP docs does...

Hi, I try to use this library, but I don't see in dashboards city, country, OS in my method i put this $mixpanel.track(current_user.id, 'Visit the home page') but the city...

In short: import method succeeds but no data is stored. ### Longer version ```ruby tracker.import('SECRET", '123', "Event", {"time" => 1517048470 }) ``` This returns success result, but the event is...

I'm getting the following error while trying to use the Turbo Rails link: ``` Mixpanel error: The Mixpanel library has already been downloaded at least once. Ensure that the Mixpanel...

By using `min`, we would always get the default `MAX_LENGTH`, which is `50` if we would want to process more items in buffer. This fix now uses `.max`, to also...

Hi We need this nonbreaking change. Thanks in advance for reviewing it. Any feedback appreciated. Cheers

For discussion, no tests written as yet - the branch is working for my purposes presently ### Background Import is broken. https://github.com/mixpanel/mixpanel-ruby/issues/106 The MixPanel import api requires the API SECRET...