Most modern browsers are periodically canceling click event triggered JavaScript. In the case of Firefox, you can see this behavior by seeing a status of "NS BINDING ABORTED" when using HTTP monitoring tools like Fiddler or HTTP Fox for example.
This behavior affects all script on the page, including Webtrends' dcsMultiTrack data collection feature, which helps capture end user behavior such as downloads, offsite links, and link clicks to other pages on the web site. In the case of SharePoint click event tracking, this means that some actions (like some document edit options or ribbon bar clicks) aren’t executing the Webtrends event 100% of the time.
The technical details are that the JavaScript function attached to an onclick listener may be canceled by some browser versions when the click action redirects to a new piece of content. i.e. the Webtrends JS hasn’t yet fired but the user is already moving on to the next page.
For example, using Firefox 3.x, you may encounter data collection issues with click events. You can see this behavior by seeing a status of "NS BINDING ABORTED" when using HTTP monitoring tools like Fiddler or HTTP Fox for example. This behavior affects all script on the page, including Webtrends' MultiTrack data collection feature, which helps capture end user behavior such as downloads, offsite links, and link clicks to other pages on the web site. |