I see issue with our website where "PercentPageViewed" is not firing on
all website except 1. When I checked setup its like below: if
(s.pageName) {var ppvArray = s.getPercentPageViewed();}if (typeof
ppvArray != 'undefined' && typeof ppvArray[1] != 'undefined') {s.eVar9 =
"initialpercent=" + ppvArray[2] + "|highestpercent=" + ppvArray[1] + "|"
+ ppvArray[0] + "|heightpixel =" + ppvArray[3];} elses.eVar9 = ""; Code
for plugin:s.getPercentPageViewed=function(pid,change){var
s=this,ist=!s.getPPVid?...