I send event_label and event_category parameters in the click event and I can see this data in the Realtime section, but I am not able to see this information in engagement nor in reports.
So, my question is, if this data is getting stored or I lose this data?, Is there a way to retrieve the historical data?
This is the way I send the parameters with the click event
window.gtag("event", 'click', {
event_category: category,
event_label: label,
});
I already create a custom dimension for event_label but I have to wait around 48 hours to be able to use it in reports and see if I have the historical data


Universal analytics is completely diffrent then GA4.
Events in UA by default would record
by the actual call themself
Ga4 does not offer this same support.
If you want event_category and event_label in GA4 you will need to define them as custom dimensions and then set them yourself. This is not something that will work out of the box.