Downloads code broke tracking
-
After installing this my tracking stopped. I did some investigation and there seems to be a bug in tracker.js:
$(‘href$=”.’ + elem + ‘”‘).each(function(i,elem){
I changed this to the following and things are now tracking (I think):
$(‘*[href$=”.’ + elem + ‘”]’).each(function(i,elem){
Not a JavaScript expert so not sure if that code is correct.
https://www.ads-software.com/extend/plugins/google-analytics-suite/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Downloads code broke tracking’ is closed to new replies.