Google Analytics Audit Test #

130

Standard Parameters

Why It Matters:

Critical to understanding visitor behavior.

Industries:

All

Checks For:

Utility

How powerful is your current implementation?

Insight Category:

Behavior

Can you tell what visitors are doing?

Google Analytics Audit logo

Background

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.

Test Detail

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:

  • Event data lacks context (e.g., what item was added to cart?)
  • Funnel and product analysis becomes fragmented
  • Audiences and custom reports can't be built effectively
  • It’s difficult to debug, QA, or validate implementation over time

Common Standard Parameters by Event Type:

Event Standard Parameters
view_itemitem_id, item_name, item_category, price
add_to_cartitem_id, quantity, price
purchasetransaction_id, value, currency, items
sign_upmethod
loginmethod
page_viewpage_location, page_referrer
searchsearch_term
Custom eventsConsistent naming for dimensions, e.g., form_type, cta_text

Check This Test for Free! Instantly.

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.

Google Analytics audit test results.

How to Conduct This Test

Basic Tests

  • In Google Analytics > Explore, create a Free-form report or use the Event Parameters report:
    • Dimensions: Event name, Parameter name
    • Metrics: Event count
    • Look for high-value events missing key context parameters
  • Use Google Analytics DebugView to test live interactions and verify which parameters are included with each event

Advanced QA

  • In BigQuery, run this query:
    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

Automated, Free Audit

Want to check automatically? Run our Instant Audit

Or hire a pro to map, implement, and QA your tracking framework.

How To Fix

  • Review Google’s recommended GA4 event parameters by event type
  • Create a tracking specification document that defines required parameters per event
  • Update your Google Tag Manager tags, custom code, or server-side tagging setup to ensure all key events send consistent data
  • Validate implementation in Google Analytics DebugView, and QA parameter values for completeness and accuracy
  • For custom events, define a naming convention (e.g., lowercase, underscores) and enforce it across all team members
  • Hire a pro to build and maintain your Google Analytics parameter strategy—so your data stays clean, usable, and built for scale.