Critical to understanding visitor behavior.
All
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 your Google Analytics events consistently include standard parameters—those commonly expected for ecommerce, engagement, or conversion analysis.
Google Analytics allows you to send flexible event data, but consistency and completeness are critical.
Without standard parameters:
Common Standard Parameters by Event Type:
Event | Standard Parameters |
---|---|
view_item | item_id, item_name, item_category, price |
add_to_cart | item_id, quantity, price |
purchase | transaction_id, value, currency, items |
sign_up | method |
login | method |
page_view | page_location, page_referrer |
search | search_term |
Custom events | Consistent naming for dimensions, e.g., form_type, cta_text |
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, param.key, COUNT(*)
FROM `your_dataset.events_*`, UNNEST(event_params) AS param
GROUP BY event_name, param.key
ORDER BY COUNT(*) DESC
Want to check automatically? Run our Instant Audit
Or hire a pro to map, implement, and QA your tracking framework.
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!