mixpanel_client icon indicating copy to clipboard operation
mixpanel_client copied to clipboard

Official ruby client interface to the Mixpanel Data API

Results 10 mixpanel_client issues
Sort by recently updated
recently updated
newest added

The Mixpanel support team have asked me to use the new "beta" version of the API to resolve some performance issues. However, since the base API URIs are coded in...

This lib is good for basic queries but it'd be **GREAT** if we could filter by additional properties :) For instance, it'd be great if I could query something like...

Hi, I am facing this error while doing **bundle install**. **An error occurred while installing typhoeus (0.3.3), and Bundler cannot continue. Make sure that `gem install typhoeus -v '0.3.3'` succeeds...

Determine if parallel requests should be abstracted to another gem, leave as is, or force every request to use hydra?

* Use new `expect` syntax and other best practices * Use VCR instead of external specs * Hardcode mixpanel test account credentials

Dockerize to have a consistent environment for development and testing.

Hi, We can only retrieve events with Event properties. Maybe it's a Mixpanel Data API limitation but that would be interesting to use People properties in "name" attribute as well.

Hello, We just started using your gem, but we have a lot of data through a whole day, which makes the export 100MB +, I was thinking if there's a...

Hi, I'm having a problem when I try to export a very large number of events ``` ruby client.request('export', from_date: from_date, to_date: to_date).each do |event| file.puts(event.to_json) end ``` We get:...

http://guides.rubygems.org/specification-reference/#required_ruby_version=