Critical to understanding actual revenue/ROAS, and understanding if there are consistent sources of traffic that lead to refunds.
Ecommerce
Utility
How powerful is your current implementation?
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 refund events are properly implemented and recorded in GA4. Refund tracking enables you to:
Without this data, your revenue and performance insights will be inflated and potentially misleading.
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_date, event_name, user_pseudo_id, ep.transaction_id
FROM `your_dataset.events_*`, UNNEST(event_params) AS ep
WHERE event_name = 'refund'
LIMIT 1000;
Want to make sure this is working? Run our Instant Audit
Or hire a pro to implement refund tracking and maintain accurate financial analytics.
gtag('event', 'refund', {
transaction_id: 'T12345'
});
gtag('event', 'refund', {
transaction_id: 'T12345',
items: [
{
item_id: 'SKU_12345',
quantity: 1
}
]
});
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!