Critical to functional product ecommerce reports.
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 product variant information (e.g., color, size, model) is being embedded in the item_name field rather than being passed separately via the item_variant parameter in Google Analytics ecommerce tracking. When variant details are included in item_name, it creates:
Properly separating item attributes ensures cleaner data, better filtering, and scalable product analysis.
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 item_name, item_variant, COUNT(*) AS count
FROM `your_dataset.events_*`, UNNEST(items) AS item
WHERE event_name = 'purchase'
GROUP BY item_name, item_variant
ORDER BY count DESC
Want to check for this issue in less than 90 seconds? Run our Instant Audit
Or hire a pro to ensure accuracy in your ecommerce event structure.
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!