• Hello,

    I am working on a website that needs to display unique views for post/page. I tried lot of plugins but they don’t track unique views. the number changes as you hit refresh. Is there any plugin available for this? If not, what can be done to solve this issue?
    Any help will be much appreciated.

    Best regards,
    Rohan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The solutions that you used are basic JS that will track PV not unique visits. There are several possible solutions based on your skill set.

    1]You can use the Google Analytics API to query UV if you are good with raw code.

    2]If you want a quick fix then you can use any of the readymade analytics plugins that install your GA code and display the statistics inside the dashboard to the admin. The only tweak you will have to do is to find the PHP template tag and the variable that outputs the UV count and use that tag in the frontend.

    Did you ever find anything? I’ve tried several but none of them seem to do it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin for displaying unique views for Post/pages’ is closed to new replies.