I am trying to add Registration event on Google Analytics with following code,
Page: qa-page-register.php
Line number: 174 to 179
'buttons' => array(
'register' => array(
'tags' => 'onClick='."ga('send', {'hitType': 'event','eventCategory': 'Registration','eventAction': 'Direct','eventLabel': 'started'});",
'label' => qa_lang_html('users/register_button'),
),
I have tried with multiple attempt such as ,
'tags' => "onClick=ga('send', {'hitType': 'event','eventCategory': 'Registration','eventAction': 'Direct','eventLabel': 'start'});",
It seems that, there is something I am missing, I want to send registration event to Google analytics.
Your help would be appriciated. Thanks