I agree that Tatu’s suggestion about the GoogleAnalyticsTracker add-on is likely the most stable route within the Vaadin community.
However, I recently saw a new tool called the GTM Setup Assistant https://stape.io/gtm-set-up-assistant that promises to automate the entire initial GTM setup process (including the switch to server-side). It looks like a huge time saver. I haven’t seen any direct analogs to it yet, but I imagine others might emerge soon.
Has anyone in the Vaadin community tried this Setup Assistant? I’m curious if it’s compatible with Vaadin Flow’s lifecycle and rendering, or if it causes any compatibility headaches. Let me know if you’ve tested it!
Good point - using GoogleAnalyticsTracker really is often the easiest and most stable way to get tracking working in a Vaadin app.
That said, I’m also curious about the tool you mentioned (the GTM Setup Assistant); if someone tried it with Vaadin Flow, would appreciate hearing about any gotchas or what worked. For now I’d stick to GoogleAnalyticsTracker unless I see a clear example that proves GTM Setup Assistant plays nicely with Vaadin life-cycle and navigation.
@OnDemand triggering JS calls from index.html is okay for a quick fix, but with Vaadin’s single-page navigation, I’ve seen it sometimes miss events during fast transitions. Have you noticed any discrepancies in your conversion counts? I’m still trying to find the most stable way to handle this without overloading the MainLayout class too much