I have a large amount of pages across the company.
I'd like to have the ability to view pages which weren't viewed / updated for an X amount of time. Any suggestions? A macro / free plugin (I'm aware of Archiving Plugin for Confluence, but the cost is just too high).
We have Google Analytics configured but I can't seem to find a way to do that with GA.
Thanks
Hello Peter, you can use a plugin such SQL for Confluence as and use the following queries:
SELECT spaces.spacename, MAX(content.lastmoddate) FROM content, spaces WHERE content.spaceid = spaces.spaceid GROUP BY spaces.spacename;
Please post to this should you have any other queries on the matter.
Hi, Does this also work to see pages that have not been viewed in a really long time or would we need to use something like Google Analytics for that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.