Add google analytics integration for internal iodide server
Categories
(Cloud Services :: Iodide, task)
Tracking
(Not tracked)
People
(Reporter: wlach, Assigned: robotblake)
References
Details
For our internal iodide servers, we should have google analytics accounts associated with them so we can measure internal usage (both viewing notebooks as well as writing them).
We already have the capability of doing GA tracking on the iodide server, it's already enabled on alpha.iodide.io. You just need to specify a GA_TRACKING_ID environment variable:
https://iodide-project.github.io/docs/server-admin-overview/
So this bug would involve:
- Setting up google analytics accounts for the internal Mozilla domains -- I suspect I.T. can help us with this? To start with, I think at least the following people should have access to this data: :bcolloran, :rmiller, :wlach, :robotblake (:robotblake mainly for verification that things are working)
- Configuring the internal iodide server (stage at first, production when we have it) with the above environment variable (should be a trivial modification)
Reporter | ||
Comment 1•6 years ago
|
||
Ok! I found out from :jkerim that you can just sign up for a GA account using your Mozilla credentials. That was easy. I created a setup for our internal site, and added :robotblake as an admin (will add more people later when this is working).
:robotblake, could you set the GA_TRACKING_ID
variable to UA-145186525-1
on stage? Hopefully that will just work and we can do the same for production.
More info: https://iodide-project.github.io/docs/server-admin-overview/#important-configuration-variables
Assignee | ||
Comment 2•6 years ago
|
||
Yes! Working on something else at the moment so I'm going to leave the ni? open but should have an update soon.
Assignee | ||
Comment 3•6 years ago
|
||
This has been deployed.
Description
•