What is Click Tracker module?
04 Oct 2021 689 0

Click Tracker module is used to track how many links being clicked on your site. You can mostly track anything from links, images, text etc.

To use this module is pretty simple. What you have to do is to include 3 attributes in the html tag. The attributes are:

  1. class
    The css class tag is required by the script to identity which html tag you want to track. You need to include a css class name "dnninfo-ct-click".
     
  2. data-click-title
    This tag will record the title of component you track. For example: Let says you have 3 links you want to track. Each link will have unique link title. You can  track this title so you can easily identify which link is clicked by your site visitors.
     
  3. data-click-category
    This tag will record the category of component you track. For example: you want to categorize the link tracking so you can easily view the report.

See the following html tag source code example on how you do it.

<a href='#' class='dnninfo-ct-click' data-click-title='This is the sample title' data-click-category='Banner'>Sample Link</a>

How to install this Click Tracker on your site page?

To install the module on your page. Click the Add Module extension and add the module called "DNNInfoCTR Click Tracker".

Once installed on the page. You do not have to do anything. Basically this module will inject a script to look for above 3 attributes tag to automatically track the clicking of the html content.

To view the click track statistic. You need to go to the Dashboard Admin Panel > Click Tracker menu.

In the Click Tracker admin page you will be able to perform a quick search against the click statistic. There are 3 filter fields you can use which are the start date, end date and the category.