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