Page 1 of 1

how do I display unique list

Posted: Tue Sep 10, 2019 2:05 pm
by SteveBeauchemin
Using IIS web server log data. Or any data...

I have been asked to show not how many times a page is hit, but how many users are hitting a page. If the user hits the page 20 times, that counts as one. We want to know, over a period of time, how many different users are accessing a page.

Please advise

Thanks

Steve B

Re: how do I display unique list

Posted: Wed Sep 11, 2019 9:37 am
by cdienger
You could parse the page name out of the data so that it is in it's own field and make it easy to search for while using a term panel to display how frequently unique users are hitting it. See attached and let me know if this helps.