Hello Team,I am using the new plugin getPercentPageViewed v3.0 with
getPreviousValue but somehow its not working correctly.I have
implemented like belowAdded both the plugin code in PLUGIN Section, and
doPlugin section added below code.s.prop9 =
s.getPreviousValue(s.pageName, 's_ppn', '');if (s.pageName !==
undefined) {var ppv = s.getPercentPageViewed(s.pageName); // passing the
page name as parameterif (ppv) {s.prop9 = ppv[0]; // contains the
previous page names.prop55 = ppv[1]; // contains the...