WWW::Mixpanel

An implementation of the Mixpanel API
Download

WWW::Mixpanel Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tom Eliaz
  • Publisher web site:
  • http://search.cpan.org/~tomeliaz/

WWW::Mixpanel Tags


WWW::Mixpanel Description

WWW::Mixpanel is a Perl module, an implementation of the http://mixpanel.com API which provides realtime online analytics. http://mixpanel.com receives events from your application's perl code, javascript, email open and click tracking, and many more sources, and provides visualization and publishing of analytics.Currently, this module mirrors the event tracking API (http://mixpanel.com/api/docs/specification), and will be extended to include the powerful data access and platform parts of the api. FEATURE REQUESTS are always welcome, as are patches.This module is designed to die on failure, please use something like Try::Tiny.SYNOPSIS use WWW::Mixpanel; my $mp = WWW::Mixpanel->new( '1827378adad782983249287292a', 1 ); $mp->track('login', distinct_id => 'username', mp_name_tag => 'username', source => 'twitter');or if you also want to access the data api my $mp = WWW::Mixpanel->new(,1,,); $mp->track('login', distinct_id => 'username', mp_name_tag => 'username', source => 'twitter'); my $enames = $mp->data( 'events/names', type => 'unique' ); my $fdates = $mp->data( 'funnels/dates', funnel => , unit => 'week' );Product's homepage


WWW::Mixpanel Related Software