Critical to understanding checkout 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 add_payment_info events than add_shipping_info events, which can indicate a break in the checkout event sequence or incorrect tracking configuration. In a standard ecommerce flow:
If add_payment_info counts exceed add_shipping_info, potential issues include:
This kind of tracking inconsistency distorts funnel analysis, making it difficult to optimize or detect true user drop-off.
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 ('add_shipping_info', 'add_payment_info')
GROUP BY event_name
Want this tested automatically? Run our Instant Audit
Or hire a pro to trace and repair your ecommerce event logic.
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!