Good day!
I need your advice how implement code of Google analytics event to analyze conversions on my site sozdat-site.by:
• onClick="ga('send', 'event', 'Knopka', 'Podtverdit');"
to the code of Send button in Creativity joomla template (plugin gkContact) :
• <input type="submit" value="'.JText::_('PLG_GKCONTACT_SEND_BTN').'" class="bigbutton" />.
Google recommends such solution:
• <input type="submit" value="'.JText::_('PLG_GKCONTACT_SEND_BTN').'" class="bigbutton" onClick="ga('send', 'event', 'Knopka', 'Podtverdit');"/>.
But it doesn’t work, because of 500 server error