mixpanel_client
mixpanel_client copied to clipboard
Filter by Properties
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 the following:
data = @client.request(
'events/properties',
event: @event,
name: @name,
filter: ['organizer_id'],
type: 'unique',
unit: 'day',
interval: 7,
limit: 10
)