Portals (MOSC)

MOSC Banner

Can WebCenter Portal PS4 generate Page View Events for Analytics?

edited Oct 8, 2012 6:13AM in Portals (MOSC) 1 commentAnswered
 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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center