---
title: "Event Tracking"
slug: "event-tracking"
updated: 2020-04-16T20:27:35Z
published: 2020-04-16T20:27:35Z
canonical: "onpremises.webtrends.help/event-tracking"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://onpremises.webtrends.help/llms.txt
> Use this file to discover all available pages before exploring further.

# Event Tracking

#### 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: `&lt;a href="javascript:alert('Good Morning')"&gt;Good Morning&lt;/a&gt;` |
| 23 | Dynamic "mailto:" | Generated when a link containing a mailto URL is clicked. Example: `&lt;a href="mailto:firstname.lastname@company.com?subject=Good%20Morning"&gt;Send Email&lt;/a&gt;` |
| 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 `&lt;input&gt;` 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 `&lt;button&gt;` tag. |
| 30 | Image Map | Generated when an image map is clicked. |
