Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lita-mixpanel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lita-mixpanel

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

lita-mixpanel

lita-mixpanel is a handler for Lita that provides current KPI information from mixpanel

Installation

Add lita-mixpanel to your Lita instance's Gemfile:

gem "lita-mixpanel"

Configuration

This plugin requires a working mixpanel account & api_key & api_secret. FUNNEL_ID can be obtained from the mixpanel dashboard (see id url). FUNNEL_NAME is arbitrary and for display purpuses only.

  config.handlers.mixpanel.api_key = 'MIXPANEL_API_KEY'
  config.handlers.mixpanel.api_secret = 'MIXPANEL_API_SECRET'
  config.handlers.mixpanel.funnels = {
    "FUNNEL_ID" =>"FUNNEL_NAME",
  }

Usage

Lita: mixpanel funnels

---
Funnel performance for: FUNNEL_NAME
2015-06-12 CR=2.26%   8/354
2015-06-13 CR=3.88%   19/490
2015-06-14 CR=2.61%   17/651
2015-06-15 CR=2.61%   21/804
2015-06-16 CR=4.58%   28/611
2015-06-17 CR=2.44%   11/450
2015-06-18 CR=4.49%   12/267
2015-06-19 CR=0.00%   0/13 <- today
--------------------
TOTAL      CR=3.19%   116/3640

License

MIT

FAQs

Package last updated on 19 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc