I want gather this data, for active users i mean registered users who made a post at least in the last month.
I guess that i can have this just with a data filter on users export action, in this way I can answer questions like:
How man new members (registered last month) made a post at least?
How many active users against two months ago or last year?
Who are the active users lat month?
Can you suggest me any better way?
Read this but also playing with GA it’s impossibile to extract such data
Sorry for bump this, but I need to know active members where for active users i mean registered users who made a post at least in the last month.
Is there any way?
Another possibility is to export Users as a CSV file (it may take a while if you have a lot of members) and then you can write a custom script to do all kinds of amazing things
Hey all, is there a Dashboard view that would show how many unique users posted at least once during the current month? The CSV can show that for the current month but not for months past.
Hi @vbdubz , you could download the users report each month, and then calculate the number of new posts in the month by substracting the new report’s information minus last report’s information.