PHP Classes

Looking for good pluggable click tracker mechanism: Would like to track how many times various buttons are clicked

Recommend this page to a friend!
  All requests RSS feed  >  Looking for good pluggable click trac...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Looking for good pluggable click tracker mechanism

Edit

Picture of Nick P by Nick P - 5 years ago (2019-06-20)

Would like to track how many times various buttons are clicked

This request is clear and relevant.
This request is not clear or is not relevant.

+1

Building an app and I want to test feature demand before building it. So I'm looking for a way to track button, image and link clicks. It would be great if I could track a sequence of clicks from a particular ip or user. Thank you for your help

Ask clarification

1 Recommendation

PHP Click Counter Database: Generate links and keep track of clicks on them

This class can generate links and keep track of clicks on them.

It can take the URL of a given link and returns another URL that will be used to keep track of the clicks on that link.

The link points to a script that will be used to record the clicks on a database accessed via PDO, and then it redirects the browser to the original link.

Alternatively the class can also store the clicked links of text files.

The database connection string, the URL for invalid links, the destination link base URL, the file for storing click counts are some of the configurable parameters.
This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Dave Smith by Dave Smith Reputation 7620 - 5 years ago (2019-06-22) Comment

This will do most of the work for you. It only tracks the link and count total, so you would need to create a second table to store the link and ip numbers for your historical tracking.


Recommend package
: 
: