-
Analyzing Custom Events in Google Analytics 4
“Hey there, I’m currently trying to send custom events to Google Analytics via JavaScript from within my SPA. I’ve successfully registered ‘meal’ and ‘food’ as custom definitions in the Configure menu of my Google Analytics. I’m now hoping to create a Report using these custom events for analysis. Ideally, I would wish to see all data in a format like:
Meal Food
breakfast Toast
breakfast Eggs
breakfast Eggs
lunch Sandwich
lunch Soup
dinner Chicken Tikka MasalaBut, it seems that isn’t possible. As an alternative, I tried to go for a format like:
breakfast 3
lunch 2
dinner 1Even that didn’t work out as expected. I’ve attached an image of what I was able to get. I used the guides from Analytics Mania for the process but it seems like I’m doing something wrong. Any chance you can help me identify where I’m going wrong with this? Thanks!”
Log in to reply.