Skip to main content

✅ Step-by-Step Guide to Set Up Goals and Events in GA4

 

✅ Step-by-Step Guide to Set Up Goals and Events in GA4


🔹 1. Understand the Structure in GA4

  • Events: Any interaction you want to track (e.g., clicks, form submissions, video views).

  • Conversions: Important events that you mark as business goals (e.g., purchase, lead form submission).


🔹 2. Access Your GA4 Property

  • Go to Google Analytics

  • Select your GA4 property.

  • Click on the “Admin” gear icon (bottom-left corner).


🔹 3. Check Existing Events

  • Navigate to: Admin > Data Display > Events

  • GA4 automatically tracks some enhanced measurement events (like page views, scrolls, outbound clicks, etc.).

  • You can see a list of events here.


🔹 4. Create a New Event (Optional)

If the event you want is not listed:

➤ Go to: Admin > Events > Create Event

  1. Click “Create Event”

  2. Select the data stream

  3. Click “Create”

  4. Fill in:

    • Custom Event Name: e.g., form_submit

    • Matching Conditions: e.g., event_name equals click and element_id equals form-submit-button

✅ Example:

text
Custom event name: form_submit Matching conditions: event_name equals click AND element_id equals contact_form

🔹 5. Mark Events as Conversions (Goals)

Once an event exists:

  1. Go to: Admin > Conversions

  2. Click “New conversion event”

  3. Enter the exact event name (e.g., form_submit)

  4. Click Save

💡 Now, GA4 will track this event as a Conversion.


🔹 6. Verify Events and Conversions

Go to: Reports > Engagement > Events or Reports > Engagement > Conversions
You can also use Realtime Reports to check if the event is firing properly.


🔹 7. (Optional) Use Google Tag Manager (GTM)

If your event isn’t auto-tracked, set it up via GTM:

  1. Go to your GTM container

  2. Create a Trigger (e.g., on button click)

  3. Create a Tag

    • Tag Type: GA4 Event

    • Configuration Tag: Your GA4 config

    • Event Name: e.g., lead_form_submit

  4. Add parameters if needed (like form_name, page_url)

  5. Publish the container


🧠 Tips

  • Use clear and consistent event names

  • Limit conversions to critical goals (up to 30 can be marked as conversions)

  • Use DebugView for real-time testing

Comments