neiist-dev / neiist-website

A website where you can keep up to date with NEIIST. A platform to help students find the right Master's thesis. A place for NEIIST's members to get involved with the association.
https://neiist.tecnico.ulisboa.pt
5 stars 7 forks source link

Implement react-ga module to client #191

Open nelsontr opened 1 year ago

nelsontr commented 1 year ago

The team "Contacto" needs to have information about the website analytics. This can be achieved by implementing the react-ga npm module, with the help of google analytics. We can then see the visitors to the website, the clicks of specific links, such as images of companies or links to social media, among others...

DiogoSantoss commented 1 year ago

Need to create a google analytics property for the website using NEIIST google account

nelsontr commented 1 year ago

React-ga module works with Universal Analytics, and this feature will be discontinued soon. If the module does not work with the original Google Analytics 4, maybe we need to change it to React Google Analytics 4 module. Be aware that this package is new, and not so supported as react-ga.