Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!

Percent Page Viewed Plug-in For Single Page Visits

Avatar

Level 10

2/18/11

Currently the Percent-Page Viewed Plug-In is triggered on the next image request (second page, exit link). This methodology does not capture Percent Page Viewed data for single page visits where no exit link is clicked (majority of single page visits).  This leaves a lot of guessing as to what visitors saw in their only pv and a large bucket of "undefined"

It would be great if that plug-in could be revised to capture single page visits (probably tricky but you guys are smart ;-) )

1 Comment

Avatar

Level 5

3/8/11

You can hack this right now by coding some sort of logic on the page.  You can look at the "onunload" event and see if the visitor clicked a link.  If they didn't, then send a custom link with this data.  It would be nice if it were built right into the plug-in though.