cooncesean / mixpanel-query-py

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

added data_type param to get_segmentation_numeric #2

Closed thesmallestduck closed 10 years ago

thesmallestduck commented 10 years ago

Simply added the data_type param for the get_segmentation_numeric method in line with the others

frifri commented 10 years ago

You will need to add 'type' in the request parameter too

thesmallestduck commented 10 years ago

@frifri ty for the catch!