google analytics event at registration button
Hi, I would add google event tracking code to user registration button. Where can I do that?
Should be something like this:
<input id=”regform” class=”button” type=”submit” value=”Submit” onClick="ga('send', 'event', { eventCategory: 'registration', eventAction: 'user'});">
Thanks