I'm a web developer who's new to Google Analytics 4 and I can't seem to get custom event working.
What I want to achieve
What I already did
head in my applicationget_started. Note: in the list of events this event doesn't show up, but when I click the Create event button it does show up in that list.gtag function, which looks as follows: window.gtag("event", "get_started", { param1: 'tester' });What is currently working
get_started event gets fired and the event includes the correct Measurement ID.I'm not sure what I'm missing here. Hopefully somebody can help me out.