Skip to content

miniEggRoll/mixpanel_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mixpanel_node

mixpanel track and data export client for node

How to use

mp = require 'mixpanel_client'

config = 
  api_key: '18b972e99fb854b32b5933a7b2698380'
  secret: 'ee4ee84bb3ebc2f23dee26c85075df6e'
  mixpanelToken: '2af8b6e71b506634a3cc5691bf99aee6'
  
project = mp config

api

  • events
  • eventProp
  • funnels
  • annotations
  • segmentation
  • retention
  • engage
  • raw

For detail documentations check offical doc

About

mixpanel track and data export client for node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published