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 verifies that view_item events occur more frequently than select_item events, which is typically expected. In a standard ecommerce flow:
A higher number of view_item events than select_item could indicate:
This pattern is not inherently problematic, but if select_item is missing altogether, you may lose insights into how users interact with product lists—especially when analyzing merchandising performance or optimizing list layouts.
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 ('select_item', 'view_item')
GROUP BY event_name
Want to know for sure? Run our Instant Audit
Or hire a pro to ensure your product interaction data is complete and reliable.
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!