-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Count Daily Active Users #8815
Comments
I think we should clarify exactly what the output is for this. IP addresses don't factor in, really. We just need to count how many pings there were that didn't have a referrer of brackets.io over a 24 hour period. I hope s3 gives us the referrer! We should have a JSON file that has the data broken down by date. We should consider putting that in git or otherwise rotating it in case the script goes awry some time. With this, we could calculate average daily users over some period of time and would not need to go back to the original log files. |
The referrer is part of the log files. So this shouldn't be an issue. |
Provide data about how many people are using Brackets by parsing the S3 logs that serve the update JSON file.
Data to parse:
Need to take into account:
Can we use a service:
Questions
Things to consider
Reference
Brackets Registry log file processor https://github.com/adobe/brackets-registry/blob/master/downloadStats/logfileProcessor.js
The text was updated successfully, but these errors were encountered: