Critical to identifying site or site tracking issues as well as identifying fraudulent/fake traffic.
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 for sessions in GA4 where the hostname (domain name of the visited page) is shown as (not set). The hostname dimension is critical for:
A (not set) hostname usually indicates:
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
event_date,
COUNT(*) AS event_count
FROM `your_dataset.events_*`
WHERE platform IS NULL OR geo.host IS NULL OR geo.host = '(not set)'
GROUP BY event_date
ORDER BY event_date DESC;
Want to check for you? Run our Instant Audit
Or hire a pro to clean up your Google Analytics implementation and protect data's integrity.
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!