ternandsparrow / wild-orchid-watch-pwa

Progressive Web App for the Wild Orchid Watch citizen science project
https://app.wildorchidwatch.org
4 stars 4 forks source link

Update Google Analytics #102

Open tomsaleeba opened 2 years ago

tomsaleeba commented 2 years ago

Looks like GA (Google Analytics) is moving to a new version, with breaking changes: https://blog.google/products/marketingplatform/analytics/prepare-for-future-with-google-analytics-4/.

We use the vue-analtyics library to integrate with GA (included here in package.json). The library is initialised here.

We want analytics to keep working, so as part of this ticket

tomsaleeba commented 2 years ago

Looks like https://www.npmjs.com/package/vue-analytics is deprecated

Sorry but vue-analytics is no longer maintained. I would suggest you switch to vue-gtag, with love, the guy who made the package.

Looking at https://github.com/MatteoGabriele/vue-gtag, it seems

If none of this is any good, we can search for other options. Either moving away from GA or looking for other ways to integrate GA with our app.