source: products/qClickTrackingTool/tags/0.3.0/README.txt

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 1.6 KB
Line 
1Quintagroup Click Tracking Tool
2
3  The product is aimed for assisting in tracking advertisement campaigns in
4  Plone websites. It cooperates with AWstats statistical analysis engine
5  that does heavilifting. Toll simplifies Plone management of campains
6  for decision makers. Simplifying task for developers linking to campaigns.
7
8  "Product Homepage":http://quintagroup.com/services/plone-development/products/click-tracking-tool |
9  "Download":http://sourceforge.net/projects/quintagroup
10
11  (c) "Quintagroup":http://quintagroup.com/ , 2005.
12
13  support@quintagroup.com * quintessence of modern business
14
15Usage
16
17  1. Install with Quick Installer.
18
19  2. Go to Plone Setup -> Click Tracking Tool
20
21  3. Create your Campaigns (Links) there. Important are id (campaign Id) and
22     URL (the address tool should direct campaign to).
23
24  4. Add following section to your awstats.*config*.conf::
25
26       ExtraSectionName1="Tracked clicks"
27       ExtraSectionCodeFilter1="200 302 304"
28       ExtraSectionCondition1="URL,^\/track\/.*"
29       ExtraSectionFirstColumnTitle1="Transition"
30       ExtraSectionFirstColumnValues1="URL,^/track\/([^/]+)(\/)?"
31       ExtraSectionStatTypes1=H
32       MaxNbOfExtra1=50
33       MinHitExtra1=1
34
35     If you have ExtraSection 1 in your config, change 1 to next
36     available number.
37
38  5. Add banners/tabs, links on the site to point your campaigns in the
39     Tracking tool: "/track/campaignId".
40
41  6. Watch your awstats, it should have "Tracked clicks" section with collected
42     data grouped per campaign.
43     
44Authors
45
46  * Myroslav Opyr
47
48  * Taras Melnychuk
Note: See TracBrowser for help on using the repository browser.