Critical to understanding product and website performance.
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 each product name (item_name) is consistently associated with a single product ID (item_id).
In ecommerce tracking, item_id is the unique identifier and should be the authoritative key—while item_name is a descriptive label.
When the same product name is tied to multiple item IDs, it creates confusion in reporting and can cause:
This often happens when:
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, COUNT(DISTINCT item_id) AS id_variants
FROM `your_dataset.events_*`, UNNEST(items) AS item
GROUP BY item_name
HAVING id_variants > 1
Want to know if you have this issue with no work? Run our Instant Audit
Or hire a pro to clean up your product data model.
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!