Critical to understanding where your traffic is coming from and assigning appropriate credit.
All
Accuracy
How accurate is your recent data?
Attribution
Can you tell which marketing efforts are working?
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 identifies sessions where the traffic source is listed as (not set) in GA4.
The source dimension identifies where the traffic originated—Google, Facebook, Email Newsletter, etc.—and is critical for channel attribution, campaign performance, and media ROI.
When source is (not set):
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 session_source, session_medium, COUNT(*) AS sessions
FROM `your_dataset.events_*`
WHERE session_source IS NULL OR session_source = '(not set)'
GROUP BY session_source, session_medium
ORDER BY sessions DESC;
Want to automatically detect and categorize these sessions? Run our Instant Audit
Or hire a pro to help restore full source visibility.
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!