Critical to understanding shopping behavior.
Ecommerce
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 your Google Analytics property is showing more select_item events than view_item_list events. In a properly implemented ecommerce setup:
It’s expected that view_item_list ≥ select_item, because selection can only happen after viewing the list. If select_item counts exceed view_item_list, it typically indicates:
This causes inaccurate funnel analysis and weakens product performance insights.
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_name, COUNT(*) AS event_count
FROM `your_dataset.events_*`
WHERE event_name IN ('view_item_list', 'select_item')
GROUP BY event_name
Want a faster way to flag this? Run our Instant Audit
Or hire a pro to dig into the details and restore clean product tracking.
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!