cooncesean / mixpanel-query-py

The Python interface to fetch data from Mixpanel.
MIT License
29 stars 17 forks source link

adds multi segement endpoint method #13

Closed thesmallestduck closed 9 years ago

thesmallestduck commented 9 years ago

why

adds the multiseg endpoint

what

a new 'get_segmentation_multiseg' method is added to the MixpanelQueryClient class. This allows segmentation across 2 properties rather than one.

cooncesean commented 9 years ago

Looks good to go; you know how to make a new release and publish it to pypi?