Dear all,
How can we find the times of each page view/edit ?We tried to find the information from activity report as listed as the address: https://drive.google.com/file/d/0BxriXuT0xeaFSFJrdHNDMGkzMHc/view?usp=sharing But we wonder the sql language . Would it be possible to find it's sql search language ? We tried as listed as below:
SELECT count(title) as total ,title
FROM content
WHERE (lastmoddate, lastmoddate) OVERLAPS ('2015-09-27'::DATE, '2015-10-04'::DATE)
group by title;
But about the view page information , we can not find . Thank you.
Confluence does not track page views unless you enable the internal statistics tracking (not recommended for medium to large installations), or get one of the tracking add-ons, or embed google analytics in it.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.