Event Tracking
  • 16 Apr 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Event Tracking

  • Dark
    Light
  • PDF

Article summary

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
0Page ViewGenerated when page is loaded.
20DownloadGenerated when a download link is clicked. Download links are onsite links whose file type matches a configurable list of download file types.
21AnchorGenerated when an anchor link is clicked. Anchor links are on-site links that contain anchor text.
22Dynamic "javascript"Generated when a link containing a JavaScript URL is clicked.
Example:
<a href="javascript:alert('Good Morning')">Good Morning</a>
23Dynamic "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>
24Off-siteGenerated 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.
25Right-clickGenerated 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.
26Form Button - Get methodGenerated when a form button is clicked. Button is enclosed inside a form, and the method is GET.
27Form Button - Post methodGenerated when a form button is clicked. Button is enclosed inside a form, and the method is POST.
28Form Button - Input tagGenerated when a form button is clicked. Button is not enclosed inside a form, but is enclosed in an <input> tag.
29Form Button - Button tagGenerated when a form button is clicked. Button is not enclosed inside a form, but is enclosed in a <button> tag.
30Image MapGenerated when an image map is clicked.

Was this article helpful?