User statistics

Permalink
Hello,
How can I track how many users are in the system per day, how many pages they touch per day, and how long they spend in there. Are there any analytics based add-ons that do this kind of reporting if it is not included in the standard install? I am upgrading from version 5.6.1.2 to version 5.6.2.1 this evening. The current statistic information does provide how many pages were created in the current week, but it does not allow me to go back to previous weeks, or see the amount of time the users are spending in the system.
Any information would be greatly appreciated!
Thank you!

 
planist1 replied on at Permalink Reply
planist1
avch replied on at Permalink Reply
Thank you, but we were looking really for how many pages are created per day, and this one does not seem to provide that. Do you know of anything else that could provide this?
planist1 replied on at Permalink Reply
planist1
I dont think so, but there are addons added to the marketplace frequently.
JohntheFish replied on at Permalink Reply
JohntheFish
"Pages added today" would be an easy symbol to add to Magic Data. There are already symbols that do some other stats and meta-data enquiries.

Magic Data deliberately does not evaluate within the dashboard, so you would need to create your admin display on a front-end page protected by permissions.
avch replied on at Permalink Reply
JohntheFish,
Thank you for your response. Do you have documentation on how to do what you are suggesting?
JohntheFish replied on at Permalink Reply
JohntheFish
If the pages you are interested in are all beneath a specific page, there are already symbols LIST_RECENT_PAGES and LIST_RECENT_PAGES_OF_TYPE, so you may be able to achieve what you want in a magic data expression with no custom symbols at all. It would take the results of one of the above, filter by time >= 00:01 am, and count what is left.

Magic Data symbols can also be used to merge or nest lists, so a similar approach could be used for pages that are more spread out.

If not, one of the above symbols would make a good starting point for an appropriate custom symbol.

There are the docs pages associated with each Magic Data family addon on this site, starting from:
http://www.concrete5.org/marketplace/addons/magic-data/...
and following links.

More specific, there are further support pages on my own site. In particular:
http://www.c5magic.co.uk/add-ons/magic-data/developing-symbols/...
avch replied on at Permalink Reply
Hi JohntheFish,
I would like to use LIST_RECENT_PAGES or LIST_RECENT_PAGES_OF_TYPE, like you have suggested, but I do not see these listed in the Magic Data Symbols when I access Magic Data Symbols through the Dashboard. Should they be listed here?
Thanks.
avch replied on at Permalink Reply
Ok, I realized I had to update the add-on. Now that I have the most recent version, I see the LIST_RECENT_PAGES symbol. Now I'm trying to see if I can get this to work :)
avch replied on at Permalink Reply
Hi JohntheFish or anyone who could help....
I've tried several combinations, but I'm not getting an accurate result. I'm unclear if I need to create a Rule Set, and then evaluate, or use the Token symbol evaluation tester first? I've tried both. What would the correct syntax be to get the number of pages created today? Would the following be correct as a rule set?

SET 1 LIST_RECENT_PAGES 100 COUNT_LIST

then choose "Home" and check box "children"?

I assume that this means list up to 100 recent pages. Not sure what 'SET 1' does. How would I incorporate the time filter?

Thank you in advance for your help.
enlil replied on at Permalink Reply
enlil
i believe you may need to SET 1 CONTEXT Page...

SET will set the following parameter, 1 in this case in CONTEXT of either User or Page depending on the chosen parameter...
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
Good morning. Seems like I have slept through all the excitement.

As this is really a Magic Data question, I have added a set of worked examples at
http://www.c5magic.co.uk/add-ons/magic-data/listing-pages-examples/...