Hi,
I want to know if there is anything delivered in peoplesoft for capturing the hit count for a particular page ? Thanks..
On: 1242133413|%e %b %Y, %H:%M %Z|agohover
Number of posts: 3
RSS: New posts
As far as I know there isn't anything delivered by PeopleSoft. I found the following Metalink document 664429.1 which confirms this.
One way to do this would be to use component PreBuild or Page Activate PeopleCode event on the relevant
component/page to increment a value in a table each time the event occurs (every component or page load). This will give you literally every page/component hit, including multiple hits by the same person. If you wanted more statistical data you could log things like the operator ID and date/time. However, this is only a per page/component solution.
As mentioned in the Metalink document The delivered PSACCESSLOG table tracks logins but this is too generic as you want to know which pages the user visited.
Hi,
Thanks for your suggestion.
I was wondering whether we have something delivered in 9.0 or 9.1 release?