Gather custom events from a React app with Google Analytics 4

Viewed 747

I'm using react-ga4 to send custom events to Google Analytics 4. I can see the events in the real-time dashboard and I can see an event with the made up name I'm using in the select of events when creating a custom event with the ui, but I can't find my data in the events tab or anywhere else outside the real-time section.

Is there something I should do on Google Analaytics and/or where can I find the custom data I'm sending?

1 Answers

It takes 24 hours to appear on the events tab

Related