Adobe plug-in: ppvHighestPercentViewed - not showing when percentage is greater than 100
Hi,
I am using ppvHighestPercentViewed plug in in my page. I want to set this to maximum of 100%. But when I am expanding a content e.g. hamburger icon, accordion, ppvHighestPercentViewed is not showing.
I am thinking (correct me if I'm wrong), that if the percentage is greater than 100%, the prop is not showing. Can I do that if the percentage is greater than 100, if I have a code that it will return to 100 and show 100?
Thank you in advance.
if (s._ppvHighestPercentViewed > 100) {
s._ppvHighestPercentViewed = 100)
}