Critical to understanding user behavior.
All
Accuracy
How accurate is your recent data?
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 the "User Type" dimension is showing values of (not set) in GA4 reports. In GA4, “User Type” is typically used to differentiate between new and returning users.
If this dimension is missing or misconfigured, you lose visibility into:
A large number of sessions with (not set) as the user type indicates tracking gaps, identity resolution issues, or GA4 configuration problems.
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.
SELECT user_type, COUNT(*) AS user_count
FROM `your_dataset.events_*`
GROUP BY user_type
ORDER BY user_count DESC;
Want to check this automatically? Run our Instant Audit
Or hire a pro to ensure visibility into your new vs. returning user performance.
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!