Title: Google Tracking Help
Last modified: August 22, 2016

---

# Google Tracking Help

 *  [nettlepatch](https://wordpress.org/support/users/nettlepatch/)
 * (@nettlepatch)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/google-tracking-help-1/)
 * Can anyone help me?
    I was asked to add google analytics to a clients website.
   My client is using this plugin. They asked me to add
 * onClick=”ga(‘send’, ‘event’, ‘Newsletter’, ‘SignUp’, ‘company_name_here’);”
 * I found the es-register.php in the classes folder and add a funtion and called
   it on the onlick.
 * > <div class=”es_button”>
   >  <input class=”es_textbox_button” name=”es_txt_button”
   > id=”es_txt_button” onClick=”return es_submit_page(‘<?php echo $url; ?>’), SpecialClickFunction()”
   > value=”<?php _e(‘Subscribe’, ES_TDOMAIN); ?>” type=”button”> </div>
 * >  // google tracking
   >  function SpecialClickFunction(){ ga(‘send’, ‘event’, ‘
   > Newsletter’, ‘SignUp’, ‘company_name_here’); return es_submit_page(‘<?php echo
   > $url; ?>’); }
 * [https://wordpress.org/plugins/email-subscribers/](https://wordpress.org/plugins/email-subscribers/)

The topic ‘Google Tracking Help’ is closed to new replies.

 * ![](https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=2274172)
 * [Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress](https://wordpress.org/plugins/email-subscribers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-subscribers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-subscribers/)
 * [Active Topics](https://wordpress.org/support/plugin/email-subscribers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-subscribers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-subscribers/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * 0 replies
 * 1 participant
 * Last reply from: [nettlepatch](https://wordpress.org/support/users/nettlepatch/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/google-tracking-help-1/)
 * Status: not resolved