Can WebCenter Portal PS4 generate Page View Events for Analytics?
Folks,
Tried to get the “Page Views” Javascript code (below) to work, but the section from the 11.1.1.6 (PS5) manual:
“47.2.3.1 Including Event Code for Page Views” is not present in the 11.1.1.5 manual. Does that mean that this feature is not available or supported in 11.1.1.5 (PS4)?
Is there any other way to generate Page View events in PS4?
This is a custom portal with no Spaces.
Thanks!
Robert
<af:resource type="javascript"> function initPageLoadEvent(event {) AdfCustomEvent.queue(event.getSource(), "generatePageEvent", {pageName:"Page and Login Statistics"}, true); event.cancel(); } </af:resource> <af:clientListener method="initPageLoadEvent" type="load"/> <af:serverListener
0