Products
Webtrends Analytics 9.x
Webtrends Analytics 8.x
Cause
The Webtrends JavaScript tag supports a number of specific parameters to handle events that do not traditionally qualify as a page view. These kinds of events include clicks on .pdf or other non-page file types, clicks on links leading off-site (which normally would not be logged), and clicks and entries within forms, among others. For each event type, the WT.dl parameter is used with a value specific to the event.
Resolution
The following list of WT.dl parameter values is an excerpt from the Webtrends Unified Event Model:
Description | WT.dl | Source |
Page View | 0 | Convention |
Click Action | 1 | Convention |
Silverlight/Flash | 7 | Convention |
Download | 20 | Convention |
Anchor Click | 21 | Convention |
JS link (javascript:) | 22 | Convention |
Mailto (mailto:) | 23 | Convention |
Offsite link click | 24 | Convention |
Right Click download | 25 | Convention |
Form get method | 26 | |
Form post method | 27 | |
Form input click | 28 | |
Form button click | 29 | |
Image map | 30 | |
YouTube impression | 40 | Youtube plugin |
YouTube video event | 41 | Youtube plugin |
On-site Ad impression | 50 | |
Mobile Media view, action events | 60 | |
Slideshow interaction | 65 | Convention |
Link Click | 99 | |
FB plugin click | 111 | |
Heatmap plugin click | 125 | |
Optimize Events | 200-250 | |
Email Open | E0 | |
SharePoint Element Link Click | SHP | |
SharePoint Event Link Click | SHP_CLICK |
Any log file entry without a WT.dl parameter will default to a value of 0.
More Information
To learn more about customizing the Webtrends JavaScript tag refer to the Webtrends Tag Builder. Each section contains help files explaining its purpose and functionality in detail.