¿ªÔÆÌåÓý

Re: Getting statistics of member activity


 

On Sun, Oct 13, 2024 at 10:40 PM, SafeTex wrote:
If I go into "Directory" and choose a member of a group, I can see how many times they have posted a message.
But I have to do this one at a time.
?
Is there any way of getting such statistics in one go, such as seeing how many times all the members have started a thread or participated in one. Maybe what tags they used if they started a post,
If you have or upgrade to an Enterprise group, you have the option of using Google Analytics and that may give some of what you want. An alternative would be to download the Activity Log and do some processing on that.

Also a way to email all members who have never posted for example, and any other useful tricks?
I can't think of a way to do this via the web UI.? You could write some code to use the API though.? If you use the /getmembers endpoint, it returns a member object for each member.? The member object contains a timestamp for the most_recent_message and it may return 0001-01-01T00:00:00Z if no message has been posted so you could identify the members in question. You would need to do additional processing to send them an email after that. I haven't tested this but the API would be my start point if I wanted to do it.
?
Regards
Andy
?

Join [email protected] to automatically receive all group messages.