-
How to retrieve event label and event category parameters from an event click in Google Analytics 4
Hey there, just a quick question. Even though I can spot the event_label and event_category parameters that I’m sending during a click event in Realtime, it’s a no-show in engagement or in the reports. So, does that mean this data is lost somewhere down the line? Is there some way for me to dig up data from the past?
This is how I set up the parameters with the click event, by the way:
window.gtag("event", 'click', { event_category: category, event_label: label, });
I also went ahead and made a custom dimension for the event_label, but it’s a bummer that I have to twiddle my thumbs for like 48 hours before I can get my hands on it in the reports. Do you think it’s going to show me the historical data?
Log in to reply.