Question
2
Replies
55
Views
Posted: October 25, 2019
Last activity: October 25, 2019
Closed
Regular users by name and session hours
Hi,
How can I get the names of regulars users ? How Pega decides if a user is regular or not in a month?
And can I get a report of a user's average session time ?
Thanks.
Hello,
Pega OOTB stores Regular & Occassional Users information Monthly Wise in the OOTB Table pr_usage_summary.
The data of Regular and Occasional Users of Application Hourly Basis will be stored in pr_hourly_usage and pr_daily_usage tables.
You can get data from these tables.