You are here: Home Plone products Plone Click Tracking Tool

Plone Click Tracking Tool (0.4.4)

1
by Ihor Berehulyak last modified 2013-12-27
0.0
0.0
0.0
0.0
Released on 2006-06-30 by Quintagroup for Plone 2.0, Plone 2.1 under LGPL - GNU Lesser General Public License available for All platforms.
Software development stage: stable
Plone Click Tracking Tool product is aimed for assisting in tracking advertisement campaigns in Plone websites. It allows to track clicks of visitors. Actual statistics calculation is performed by external log analysis system (eg AWStats).
Usage
  1. Install as Zope product
  2. Install in your Plone instance with QuickInstaller (Plone Control Panel -> Add/remove Products)
  3. Install with Quick Installer.
  4. Go to Plone Setup -> Click Tracking Tool
  5. Create your Campaigns there. Important are id (campaign Id) and URL (the address tool should direct campaign to).
  6. Add following section to your awstats.*config*.conf::
    ExtraSectionName1="Tracked clicks"
    ExtraSectionCodeFilter1="200 302 304"
    ExtraSectionCondition1="URL,^\/track\/.*"
    ExtraSectionFirstColumnTitle1="Transition"
    ExtraSectionFirstColumnValues1="URL,^/track\/([^/]+)(\/)?"
    ExtraSectionStatTypes1=H
    MaxNbOfExtra1=50
    MinHitExtra1=1

    If you have ExtraSection 1 in your config, change 1 in the lines aove to next available number.
  7. Add banners/tabs, links on the site to point your campaigns in the Tracking tool: "/track/campaignId".
  8. Watch your awstats, it should have "Tracked clicks" section with collected data grouped per campaign.
Document Actions
Powered by Plone