| 1 |
$Id: README.txt,v 1.2 2006/07/07 18:59:54 kbahey Exp $
|
| 2 |
|
| 3 |
Copyright 2005 http://2bits.com
|
| 4 |
|
| 5 |
This module provides the ability for site admins to track clicks
|
| 6 |
on their site such as advertising campaigns and newsletter click
|
| 7 |
throughs.
|
| 8 |
|
| 9 |
The clicks are organized into groups, so ad campaigns can be
|
| 10 |
tracked if they involve more than one node.
|
| 11 |
|
| 12 |
Basic Functionality
|
| 13 |
-------------------
|
| 14 |
The module works by displaying a special link (such as click/123/2)
|
| 15 |
on each node. This is only visible to the admin or other users who
|
| 16 |
have special privileges.
|
| 17 |
|
| 18 |
This contains the node id and the group id.
|
| 19 |
|
| 20 |
The admin then uses this link externally (e.g. for advertising or
|
| 21 |
newsletters). When visitors click on that link, the database is
|
| 22 |
updated with daily, weekly and total clicks.
|
| 23 |
|
| 24 |
Each node will have an extra tab that displays detailed clicks.
|
| 25 |
There is also an overall click report under admin/logs.
|
| 26 |
|
| 27 |
Installation
|
| 28 |
------------
|
| 29 |
To install this module, do the following:
|
| 30 |
|
| 31 |
1. Upload the click directory and all its contents to your modules directory.
|
| 32 |
|
| 33 |
Configuration
|
| 34 |
-------------
|
| 35 |
To enable this module do the following:
|
| 36 |
|
| 37 |
1. Go to Admin -> Site building -> Modules, and enable click.
|
| 38 |
|
| 39 |
2. Go to Admin -> User management -> Access Control and enable viewing for the roles you want.
|
| 40 |
|
| 41 |
3. Go to Admin -> Site Configuration -> click.
|
| 42 |
|
| 43 |
Select which group you want to be active.
|
| 44 |
Note that this just changes the "click link" that is displayed on each
|
| 45 |
node to the admin. Click groups are active for visitors at all times.
|
| 46 |
|
| 47 |
Bugs/Features/Patches:
|
| 48 |
----------------------
|
| 49 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 50 |
at the project page on the Drupal web site.
|
| 51 |
|
| 52 |
Author
|
| 53 |
------
|
| 54 |
Khalid Baheyeldin (http://baheyeldin.com/khalid and http://2bits.com)
|
| 55 |
|
| 56 |
If you use this module, find it useful, and want to send the author
|
| 57 |
a thank you note, then use the Feedback/Contact page at the URL above.
|
| 58 |
|
| 59 |
The author can also be contacted for paid customizations of this
|
| 60 |
and other modules.
|