Critical to understanding user journeys that span multiple sessions or periods longer than 30 minutes.
All
Utility
How powerful is your current implementation?
Behavior
Can you tell what visitors are doing?
A GA4 audit is essential for uncovering missing insights—key data points that organizations don't yet know and can act upon. A well-done audit evaluates both behavioral tracking and traffic attribution, ensuring each is accurate and useful. It also assesses whether the data collected truly supports business decisions and reporting.
This test checks whether your GA4 implementation is capturing a first-party User ID—a unique, persistent identifier generated by your system (CRM, login system, account ID) and passed into Google Analytics (GA4) to unify user activity across sessions and devices.
Without a User ID strategy, you’re limited to Google Analytics default client-based identifiers (cookies), which can’t:
Our free instant audit tool checks for 90 issues in 90 seconds.
Then gives you a prioritized list of items to tackle.
No cost, no sales call... just free goodness.
In BigQuery, run the following query:
SELECT user_id, COUNT(DISTINCT session_id) as sessions
FROM `your_dataset.events_*`
WHERE user_id IS NOT NULL
GROUP BY user_id
ORDER BY sessions DESC
Not sure if your user identity data is showing up? Run our Instant Audit
Or hire a pro to help implement User ID tracking correctly.
Every Google Analytics audit should result in a plan for more insights.
An insight is:
Identify and remove insight blockers. Don't get tempted to track things you can't act on!