Page hit count
Forum » Forum / Help » Page hit count
Started by: Jyoti (guest)
On: 1242133413|%e %b %Y, %H:%M %Z|agohover
Number of posts: 3
rss icon RSS: New posts
Summary:
How to know the hit count for a particular page..
Page hit count
Jyoti (guest) 1242133413|%e %b %Y, %H:%M %Z|agohover

Hi,
I want to know if there is anything delivered in peoplesoft for capturing the hit count for a particular page ? Thanks..

Last edited on 1242256570|%e %b %Y, %H:%M %Z|agohover By Praj + Show more
Reply  |  Options
Unfold Page hit count by Jyoti (guest), 1242133413|%e %b %Y, %H:%M %Z|agohover
Re: Page hit count
PrajPraj 1242257923|%e %b %Y, %H:%M %Z|agohover

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.

Reply  |  Options
Unfold Re: Page hit count by PrajPraj, 1242257923|%e %b %Y, %H:%M %Z|agohover
Re: Page hit count
jyoti (guest) 1244734466|%e %b %Y, %H:%M %Z|agohover

Hi,
Thanks for your suggestion.
I was wondering whether we have something delivered in 9.0 or 9.1 release?

Reply  |  Options
Unfold Re: Page hit count by jyoti (guest), 1244734466|%e %b %Y, %H:%M %Z|agohover
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License