- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
WT.dl
WT.dl=event id
Specifies the kind of event tracked. The WT.dl
parameter passes a set of identifiers. Each identifier is associated with a given event which is typically mouse related. Identifiers are numeric, and are assigned inside an event handler. The WT.dl
parameter can be used to filter event related traffic. The JavaScript tag generates this parameter with the appropriate event id as shown in the following table:
Event ID | Event | Description |
---|---|---|
0 | Page View | Generated when page is loaded. |
20 | Download | Generated when a download link is clicked. Download links are onsite links whose file type matches a configurable list of download file types. |
21 | Anchor | Generated when an anchor link is clicked. Anchor links are on-site links that contain anchor text. |
22 | Dynamic "javascript" | Generated when a link containing a JavaScript URL is clicked. Example: <a href="javascript:alert('Good Morning')">Good Morning</a> |
23 | Dynamic "mailto:" | Generated when a link containing a mailto URL is clicked. Example: <a href="mailto:firstname.lastname@company.com?subject=Good%20Morning">Send Email</a> |
24 | Off-site | Generated when an off-site link is clicked. Off-site links are page elements that lead to web sites that are not instrumented with the customers SmartSource tags. The list of on-site domains is user-configurable in Webtrends Administration. |
25 | Right-click | Generated when a download link is right-clicked. Download links are on-site links whose file type matches a configurable list of download file types. The list of download file types is user-configurable in Webtrends Administration. |
26 | Form Button - Get method | Generated when a form button is clicked. Button is enclosed inside a form, and the method is GET. |
27 | Form Button - Post method | Generated when a form button is clicked. Button is enclosed inside a form, and the method is POST. |
28 | Form Button - Input tag | Generated when a form button is clicked. Button is not enclosed inside a form, but is enclosed in an <input> tag. |
29 | Form Button - Button tag | Generated when a form button is clicked. Button is not enclosed inside a form, but is enclosed in a <button> tag. |
30 | Image Map | Generated when an image map is clicked. |
Was this article helpful?