-
-
Notifications
You must be signed in to change notification settings - Fork 359
Discussion: Analytics & Tracking #44
Comments
Hello data people! As a data scientist, I have the same question. I think one reason why meetup was so powerful is its ability to suggest people to other groups and events in the same city. Therefore some recommendation function would be great! To achieve we need to somehow have a maybe centralize user data storage. I hope this will not contradict the idea which most of the people involved in this project agree, decentralized the hosting of the app. Looking forward to having discussion regarding the data issue. |
Hey @Cheukting, thanks for your input on this! I agree with you as well, and I suppose we'll have to wait until we have consolidated our data storage system, and see what we can do with it. I have not done any Analytics for an Open Source project, so this will definitely be an interesting challenge. Do you know of any OSS projects that use Analytics, and what stack they implement (if applicable)? |
Related discussion #33 |
@erictleung Welcome. It's good to have you here. I agree that we should think about our ability (and other organizations' ability) to analyze data from the beginning. We do want to be mindful of consent, as @timrodz pointed out. How granular we want to make consent is another question. Currently freeCodeCamp's curriculum has 8 different privacy options and most people set all of them to on or all of them to off, so the user experience is something to consider here even at this early stage as well. How are we going to ask for permission? What copy are we going to use? If we're using server-side rendering we'll be able to collect excellent analytics without even needing to use a 3rd party tool like Google Analytics - though many people may prefer having that option since GA is already widely used. This is just the tip of the ice berg in terms of discussions we should have. But I'm glad we're having them, and this issue thread is a good place to kick off that discussion. |
Thanks for the insights @QuincyLarson - I'm glad we can start discussing some of these ideas at a high level. I'm more than happy to discuss anything related to data and analytics. |
@timrodz thanks for kicking off the discussion (also great to be here @QuincyLarson 😄). One thing to consider in this discussion is why we're collecting this data. Typically, analytics (based on my knowledge) is for maximizing profits. I don't believe this is the case here. So some things to consider are specifically what kind of questions or insights do we wish to gain from collecting this data? From the issue I linked to earlier, this would be an interesting use of have a distributed recommendation system. So one thing we may want to collect is self-reported tags or terms that describe a group. Some questions we might want to ask in order to figure out what data to collect:
Having this list could also make collecting data more transparent if we can also give a list of questions we're trying to answer. I've recently started using SyncThing (kind of like Dropbox but P2P). When they first ask to collect data from you, they gave an example JSON of the kinds of data they would be collecting. I really liked this level of transparency. Just something to consider. tl;dr; first come up with general questions/insights we want in order to help brainstorm what data to collect |
@erictleung This is a solid list.
This is a good question. The main reason we're collecting analytics: because organizations expect it. They like to have data they can look at to help justify decisions they've already made intuitively (:smile), and occasionally to make better decisions based on data. My humble opinion: we should have a field in the admin panel where people can add their Google Analytics tracking ID. Then we can build server-side analytics and dashboards on a future version. |
Perhaps a more flexible version of @QuincyLarson 's suggestion would be allowing an Analytics JS snippet admin option so Google Analytics, Google Tag Manager, or other snippets for the non-Google types. Would we be fine if I create a post-MVP user story of something like below? "As an administrator, I can paste and save javascript tracking snippets into a form to allow for website analytics and tracking" If so when we can create, comment and link to this conversation, close the issue, and then link that post-MVP issue on the list in #84 |
If we can allow for personal chapter analytics, that would be great. Other than that, event suggestion via keywords would be an important feature to have (based on time constraints) in order to ease discoverability. Good insights all 😄 |
I do think analytics is necessary but is there more privacy friendly alternative to google analytics? |
#171 is the MVP that come out of this |
Hi all, as a Data Engineer, I believe Analytics are important to optimising and improving the features of any app - Even if it's open source. For this instance, I'd like to start discussing the possibility of adding these after an MVP has been implemented.
To protect the safety and privacy of our users, we will not gather personal data: IP Addresses, Latitude/Longitudes, etc.
We could tracking the following:
location
and/orvenue
)rsvps
,events
)venue
venue
NOTE: All tracking options would be Opt-In and customisable. This means we would NOT track anything without consent from a user, under any circumstances.
The text was updated successfully, but these errors were encountered: