Google Analytics 4
intermediate
10 min read3 steps529 views

How to Create Custom Events in GA4

Create custom events three ways: In GA4 Admin > Events > Create Event (modify existing events based on conditions), through Google Tag Manager (create a GA4 Event tag with custom event name and parameters), or via gtag.js code (gtag('event', 'your_event_name', {parameter: value})). Use recommended e

Events & Conversionsga4 custom events

Quick Summary

Create custom events three ways: In GA4 Admin > Events > Create Event (modify existing events based on conditions), through Google Tag Manager (create a GA4 Event tag with custom event name and parameters), or via gtag.js code (gtag('event', 'your_event_name', {parameter: value})). Use recommended event names when possible (purchase, sign_up, generate_lead) for better reporting. Custom event names should be snake_case, descriptive, and consistent across your implementation.

Overview

Create custom events three ways: In GA4 Admin > Events > Create Event (modify existing events based on conditions), through Google Tag Manager (create a GA4 Event tag with custom event name and parameters), or via gtag.js code (gtag('event', 'your_event_name', {parameter: value})). Use recommended event names when possible (purchase, sign_up, generate_lead) for better reporting. Custom event names should be snake_case, descriptive, and consistent across your implementation.

See our complete guide library for detailed coverage of setup, tracking, analysis, and optimisation across all platforms.

Process Flow

Interactive diagram — drag to pan, scroll to zoom

Step-by-Step Guide

Follow these 3 steps to complete this guide

1

Step-by-Step Setup

Access your account or platform. Navigate to the relevant section. Complete each configuration step, testing along the way. Verify your setup using built-in diagnostic tools before relying on the data for decisions.
2

Best Practices

Start with recommended defaults and optimise based on data. Review performance regularly. Make incremental changes. Document your configuration.
3

Common Issues and Solutions

Check the platform's help centre for troubleshooting. Allow 24-48 hours for data to populate. Ensure correct permissions. Verify all integrations are active and properly configured.

Frequently Asked Questions

Common questions about this topic

Was this guide helpful?

Your feedback helps us improve our guides