Skip to content

jesstelford/funnels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funnels

Note: This plugin is no longer maintained after Piwik v1.5. Please open a Pull Request if you update it to work with the latest versions of Piwik.

A Piwik (http://piwik.org/) plugin that allows the definition, analysis and visualisation of funnels associated with goals.

Credits

German translation by Uwe Schulz Updated to work with Piwik v1.5 by Jess Telford @ Zibbet.com

Changelog

Funnels 1.11.1

  • Fixed bug to use funnels on Piwik 1.11.1

Funnels 20062011

Funnels 0.2 - 20/10/10

  • Updated example URL in funnel creation/edit to be absolute
  • Fixed primary key on log_funnel_step table - missing column idfunnel was preventing one action from being recorded as a step in more than one funnel. To fix manually, run the following against your database: ALTER TABLE [piwik_table_prefix]_log_funnel_step DROP PRIMARY KEY, ADD PRIMARY KEY(idvisit, idfunnel, idstep);

Funnels 0.1

Initial release

About

Piwik (v1.5) plugin that allows the definition, analysis and visualisation of funnels associated with goals.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 86.3%
  • JavaScript 8.8%
  • CSS 4.9%