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

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

Building directory structure

File size: 1.8 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
15Requirements
16
17  * Archetypes-1.3
18
19Usage
20
21  1. Install with Quick Installer.
22
23  2. Go to Plone Setup -> Click Tracking Tool
24
25  3. Create your Campaigns there. Important are id (campaign Id) and
26     URL (the address tool should direct campaign to).
27
28  4. Add following section to your awstats.*config*.conf::
29
30       ExtraSectionName1="Tracked clicks"
31       ExtraSectionCodeFilter1="200 302 304"
32       ExtraSectionCondition1="URL,^\/track\/.*"
33       ExtraSectionFirstColumnTitle1="Transition"
34       ExtraSectionFirstColumnValues1="URL,^/track\/([^/]+)(\/)?"
35       ExtraSectionStatTypes1=H
36       MaxNbOfExtra1=50
37       MinHitExtra1=1
38
39     If you have ExtraSection 1 in your config, change 1 in the lines aove
40     to next available number.
41
42  5. Add banners/tabs, links on the site to point your campaigns in the
43     Tracking tool: "/track/campaignId".
44
45  6. Watch your awstats, it should have "Tracked clicks" section with collected
46     data grouped per campaign.
47     
48Upgrading
49
50  The tool detects older versions installed and applies migration procedure
51  upon reinstallation. Do not Uninstall product, Reinstall it to preserve\
52  Campaigns created in previos versions of product.
53 
54Authors
55
56  * Taras Melnychuk
57
58  * Myroslav Opyr
Note: See TracBrowser for help on using the repository browser.