I have a universal analytics script in my <head/, and then throughout the program I have analytics.js events like:
onclick="ga('send', 'event', {eventCategory: 'someCategory', eventAction: 'create', eventLabel: 'big-btn'})
I am now trying to re-create these events in google analytics 4 without using the "Collect Universal Analytics events" toggle.
How would I create the events to fire in googleAnalytics4 and how would I be able to have them show up in the reports?
Thank you