mixpanel_client icon indicating copy to clipboard operation
mixpanel_client copied to clipboard

Filter by Properties

Open ehubbell opened this issue 5 years ago • 0 comments

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
)

ehubbell avatar Aug 06 '19 04:08 ehubbell