Adding Google Analytics to a PWA (Ionic 3)

I use raw Google Analytics at https://DebtsTracker.io/

For each page I override onViewEnter() method and send a pageview message to GA with custom URL.

Works like a charm.

2 Likes