Google Analytics 4intermediate 10 min read 3 steps

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 e

Process Flow

Animated overview of the full workflow

Start
1Step-by-Step Setup
2Best Practices
3Common Issues and Solutions
Complete

TL;DR

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.

Related Guides

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

Step-by-Step Guide

Follow these 3 steps to complete this guide

  1. 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. 2

    Best Practices

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

  3. 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 & answers

How long does setup take?

Most configurations take 10-30 minutes.

What if data is not appearing?

Allow 24-48 hours for data processing. Use real-time reports or debug tools to verify installation immediately.

Where can I learn more?

Check our related guides and the platform's official documentation for advanced topics.

Was this guide helpful?

Your feedback helps us improve our guides

GO