Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics #17

Closed
psineur opened this issue Mar 23, 2018 · 12 comments
Closed

Analytics #17

psineur opened this issue Mar 23, 2018 · 12 comments
Assignees
Labels
Analytics gtag, flurry, internal stats - all things 'we have users and data' good first issue Good for newcomers TODO Let's do it!

Comments

@psineur
Copy link
Contributor

psineur commented Mar 23, 2018

We don't want to measure everything or dig deep into heatmaps, etc.
But IMO we want the number of forum views / unique visitors/ DAU/MAU from Day One.

I think this could be pretty easily done with Google Analytics and TrackingID coming from Config/Env.

For actual implementation - we can just modify templates for posts and forums and provide forum name / submission url as a param to event / page-view.

GA Debug extension for chrome can be of great help. Should be moderately easy task for someone familiar with gtag.

@psineur psineur added good first issue Good for newcomers TODO Let's do it! Analytics gtag, flurry, internal stats - all things 'we have users and data' labels Mar 23, 2018
@psineur psineur added this to the MVP - Public Release milestone Mar 23, 2018
@psineur
Copy link
Contributor Author

psineur commented Mar 23, 2018

This will be upforgrabs for at least few days - this task is great opportunity even for students / almost complete noobs to help.
Mention @psineur for codereview.

If no one picks this up - I will take it after main devops/organization issues are worked on and pretty much almost before MVP release.

@psineur
Copy link
Contributor Author

psineur commented Mar 23, 2018

@TKsM151 started this in #24

We still need to needle-through the 'ga-1234-id' string from env->app->twig.

P.S. You can mention issues in commits with #24 as well - then they will appear in the log of the issue.
Something like

 git commit -m "Finish google analytics. Closes #17" 

will appear here and close the issue when merged.

@zoidbergjesus
Copy link

Happy to help out with this one. Analytics/Data Engineering in my wheelhouse

@TKsM151 TKsM151 closed this as completed Mar 25, 2018
@psineur
Copy link
Contributor Author

psineur commented Mar 25, 2018

gtag('config', 'UA-116338609-1');

this is not implemented yet fully - we need to pass tracking from config/env.

@zoidbergjesus you're on it.
Please accept org invite on https://github.com/orgs/TheRealGD and assign yourself to this issue.
Thank You!

@psineur psineur reopened this Mar 25, 2018
@psineur psineur assigned psineur and unassigned TKsM151 Mar 25, 2018
@TKsM151
Copy link
Contributor

TKsM151 commented Mar 26, 2018

also, PM me in discord some Gmail addresses to add to the analytics platform

@DEVxALMIGHTY
Copy link

I'm having a look around @ Google Analytics now - I'm blown away. Soo much valuable data here ... well, there will be once we actually get some real users.

@DEVxALMIGHTY
Copy link

Does this require any wiring on our end? Or does GA handle everything ?

@TKsM151
Copy link
Contributor

TKsM151 commented Mar 27, 2018

Unaversal tags work as is with the basic tag.

There is more advanced shut we can do like gtm and custom events but that's future shut and would require some input from marketing types on where and how to target.

@TKsM151
Copy link
Contributor

TKsM151 commented Mar 27, 2018

Sorry my spelling sucks

@TKsM151
Copy link
Contributor

TKsM151 commented Mar 27, 2018

Also, server side stats you'd have to refer to one of the backend gus as to whats best, they can log and dump images to a page I think.

@psineur
Copy link
Contributor Author

psineur commented Apr 5, 2018

I think our current gtag is good enough for v1.

@psineur psineur closed this as completed Apr 5, 2018
@psineur
Copy link
Contributor Author

psineur commented Apr 5, 2018

#165 for future non-MVP analytics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Analytics gtag, flurry, internal stats - all things 'we have users and data' good first issue Good for newcomers TODO Let's do it!
Projects
None yet
Development

No branches or pull requests

4 participants