Cool! Second question: When a comment/post is edited or deleted, the date visible through the UI becomes the date of the latest action, not when it was originally written... does the script account for that as well? Not sure of the API's behaviour tbh.
Data returned through API contains both the publish date and edit date, i only used the publish date so the final data was not influenced by edits to comments/posts
Nice! Does this account for the bug that the site had in the early days where it'd count multiple tabs as a unique user?
I did not use the online counter, instead i looked at all the comments and posts and counted the author of them as active for the next 14 days
Cool! Second question: When a comment/post is edited or deleted, the date visible through the UI becomes the date of the latest action, not when it was originally written... does the script account for that as well? Not sure of the API's behaviour tbh.
Data returned through API contains both the publish date and edit date, i only used the publish date so the final data was not influenced by edits to comments/posts
Interesting, ty :)