November 5, 2024
Author: mobilComm Group
Category: analytics
Since July 2023, Universal Analytics stopped collecting data. The only option now is Google Analytics 4 (GA4). The transition isn't just technical - GA4 works on different principles and offers new possibilities.
What's New in GA4:
1. Event-based Model Instead of pageviews and sessions, GA4 tracks 'events'. Every action is an event - page view, click, video view, scroll.
2. Cross-platform Tracking GA4 can track users across web and mobile app in one property.
3. Predictive Metrics Machine learning predicts purchase probability or churn rate.
4. Automatic Events GA4 automatically tracks:
Basic Setup (Step by Step):
Step 1: Create GA4 Property
Step 2: Set Up Data Stream
Step 3: Install Tracking Code
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
Place in the <head> section of your website.
Step 4: Verify Functionality
Important Metrics in GA4:
Our Tips:
Conclusion: GA4 can be complex at first, but offers much more than the previous version. Time investment in proper setup pays off.
Let's work together on your project. Contact us to discuss your requirements.
Contact us