Stay organized with collections
Save and categorize content based on your preferences.
After going through validating events, you'll want to verify your
implementation. The validation server validates that your events have the
correct structure, but to verify that they are being sent correctly to your
property, you'll need to do the following:
If you're not seeing your events after going through these steps, check
troubleshooting for common implementation errors.
Send an event from a client
Choose your client:
Send an event to your property
Check the Realtime view
After sending an event using the Measurement Protocol, check the Realtime view
for your property. Events typically show up within a few seconds.
Go to the Realtime view by opening Google Analytics, then going to
Reports > Realtime in the left navigation. You'll want to focus on the
bottom charts, such as "Event count by Event name" and "Key Events by Event
name."
Check DebugView
If the Realtime view doesn't provide enough detail for you to verify your
implementation, enable debug mode in some test events by including the following
parameters in the params collection so you can monitor and review the events
in DebugView:
"debug_mode": true or "debug_mode": 1
"engagement_time_msec" set to a positive number
For example, the following sends a refund with debug mode enabled:
After you send events with debug mode enabled, follow the instructions for
monitoring events using DebugView to verify your implementation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["This guide provides steps to verify your analytics implementation after validating your events."],["You'll learn how to send events from a client and your property, then monitor them in Realtime view and DebugView."],["If events aren't appearing, refer to the troubleshooting section for common implementation errors."]]],["To verify events are sent to your property, send an event from a client and to your property. Then, check the Realtime view in Google Analytics under **Reports**. Focus on the \"Event count by Event name\" and \"Key Events by Event name\" charts. For more detail, enable debug mode by including `\"debug_mode\": true` or `\"debug_mode\": 1` and `\"engagement_time_msec\"` in the `params` collection of test events. Monitor these events in the DebugView. If issues occur, consult troubleshooting.\n"]]