× Welcome Producthunt User - Nestor is at your service!

Apps

Mixpanel

Installation

Get your Mixpanel API Key and Secret from your Mixpanel project. Click on "Accounts > Projects" and set the following environment variables in Slack using setenv:

  • NESTOR_MIXPANEL_API_KEY: Mixpanel API Key
  • NESTOR_MIXPANEL_API_SECRET: Mixpanel API Secret

Usage

  • mixpanel people: Get information about users who were most recently seen in your app.
  • mixpanel event Installed App: Get how many total occurrences of this event happened. You can also specify a timeframe and say mixpanel event Installed App over the last 7 days
  • mixpanel event Installed App by team_name: Get how many total occurrences of this event happened, grouped by a certain attribute name. You can also specify a timeframe and say mixpanel event Installed App over the last 2 weeks.

Source

The source for this app is available at asknestor-apps/mixpanel.