Giter VIP home page Giter VIP logo

funnels's Introduction

Funnels
=======
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 20062011
----------------
* Funnels can be defined by page title as well as URL
* A match doesn't have to be exact, it can now be; exact, 'contains', or a regular expression (the same as for Goals)
* A match can be case sensitive or not
* A manually triggered goal will now be correctly tracked as a funnel conversion for known visitors
* Can trigger a goal conversion by URL, such as: http://piwik.example.com/piwik.php?token_auth=[Super_User_Auth_Token]&cid=[HEX_Id_of_Visitor_to_log_goal_hit_for]&idsite=[site_containing_goal]&idgoal=[id_of_goal]

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

funnels's People

Contributors

crowbot avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.