I've started playing around with GA4 - it's pretty cool the amount of info you can pull out of it.
I've set up one custom event so far (when users hit a certain page), but I'm having a hard time creating a new event for a specific button click.
My HTML code is as below;
How do I create a custom event for that button click? What "parameter" do I use for that?
I've set up one custom event so far (when users hit a certain page), but I'm having a hard time creating a new event for a specific button click.
My HTML code is as below;
Code:
<a href="#" class="reg" onClick="joinpage.style.display = 'block';return false;">free account</a>

Comment