Actions
Docs ModUserTrack » History » Revision 8
« Previous |
Revision 8/15
(diff)
| Next »
zkv, 2008-11-21 18:00
Installation section added. Table of content added.
- Table of contents
- Module mod_usertrack
Module mod_usertrack¶
Description¶
Clickstream is the series of page visits and associated clicks executed by a website visitor when navigating through the site.
Usertrack module sets a cookie on the user's side in order to enable clickstream logging to track user activity.
Installation¶
In order to use mod_usertrack, you need to load it first. Make sure you have following line inside your configuration file:
server.modules = { ..., "mod_usertrack", ... }
Options¶
Name | Description | Example |
---|---|---|
usertrack.cookie-domain | Sets the domain name to which this cookie applies. | usertrack.cookie-domain = ".example.com" |
usertrack.cookie-max-age | Sets the maximum duration in seconds of the cookie. If not specified it will not add a 'max-age' to the cookie, meaning it will not expire. | usertrack.cookie-max-age = 60 |
usertrack.cookie-name | This option allows the setting of the name of the cookie. The default is 'TRACKID'. Currently it only allows a-z. | usertrack.cookie-name = "mycookie" |
Updated by zkv about 16 years ago · 8 revisions