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 checks whether sessions that include Meta’s click ID (fbclid) are being incorrectly attributed in Google Analytics.
When a user clicks a link from Facebook or Instagram ads, the fbclid parameter is appended to the URL.
However, Google Analytics does not natively interpret fbclid for source attribution, and if UTMs are missing or stripped, these sessions may be misclassified as:
This leads to:
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, page_location, COUNT(*) AS sessions
FROM `your_dataset.events_*`
WHERE page_location LIKE '%fbclid=%'
GROUP BY session_source, session_medium, page_location
ORDER BY sessions DESC;
Want help checking for this issue? Run our Instant Audit
Or hire a pro to fix your Meta Ads attribution permanently.
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!