Mobile app version of vmapp.org
Login or Join
Nimeshi995

: How to Track Clicks on a Button in Google Analytics Please help, I want to track in Google Analytics, how many peoples click on this button Here is source code of button at that time:

@Nimeshi995

Posted in: #GoogleAnalytics #Seo

Please help, I want to track in Google Analytics, how many peoples click on this button

Here is source code of button at that time:
<a href='javascript:fg_popup_form("fg_formContainer","fg_form_InnerContainer","fg_backgroundpopup");' title="Bank PO Coaching Classes in Chandigarh _ Book Your Seat Today"></a>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Nimeshi995

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ravi8258870

Have you tried this, something like this should do the job.

<button onclick="ga('send', 'event', 'Click Events', 'Button Click', '<param>'); >Button_img</button>


Remember to add other additional fields/parameters as necessary.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme