(no title)
philipwalton | 9 years ago
Here are a few examples off the top of my head of things you can't do with GTM today (without writing custom code):
- Tracking when (and how long) the page was in the visible vs hidden state.
- Tracking anything performance-related.
- Tracking when DOM elements are visible in the viewport (via IntersectionObserver).
- Tracking the active media query / breakpoint.
- Tracking social widget button usage.
- Tracking the use of service worker
- Tracking interactions with native web push notifications.
I think GTM is great for marketing websites, but for better understanding how someone is using a complex web app, I think it makes more sense to have that logic in the application code.
No comments yet.