cooncesean / mixpanel-query-py

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

adds the missing 'event' parameter to the segmentation average query #11

Closed thesmallestduck closed 9 years ago

thesmallestduck commented 9 years ago

why

'event' was missing from the segmentation average request in the client

what

adds the parameter to the request... the method was already accepting it as an argument. And it is required https://mixpanel.com/docs/api-documentation/data-export-api#segmentation-average

frifri commented 9 years ago

Thanks @thesmallestduck