Title: track button, is it possible?
Last modified: August 24, 2016

---

# track button, is it possible?

 *  Resolved [bdempleos](https://wordpress.org/support/users/bdempleos/)
 * (@bdempleos)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/track-button-is-it-possible/)
 * hello, my site its a job board and i need to track when the user press in the
   button “postularme” this button its available in all my custom post types (jobs)
   is it possible to track easy this action with this plugin? because i’m trying
   with the google tag manager but i don’t understand how to do
 * here you can check some examples of the single view
 * thanks
 * [http://buscadordempleos.com/trabajo/werben-capital-humano-belgrano-caba-18-pm-digitalmarketing-ssr/](http://buscadordempleos.com/trabajo/werben-capital-humano-belgrano-caba-18-pm-digitalmarketing-ssr/)
 * [http://buscadordempleos.com/trabajo/traffick-manager-268483/](http://buscadordempleos.com/trabajo/traffick-manager-268483/)
 * [https://wordpress.org/plugins/tracking-code-manager/](https://wordpress.org/plugins/tracking-code-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [intellywp](https://wordpress.org/support/users/intellywp/)
 * (@intellywp)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/track-button-is-it-possible/#post-6178472)
 * Hi,
    I suppose that you need insert the “Event Tracking” when a user push the
   botton “POSTULARME”.
 * If is correct what I say please see this reference [https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide](https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide)
 * The only thing that you need to do is insert the below code in your button
 *     ```
       <a href="#" onClick="_gaq.push(['_trackEvent', 'Videos', 'Play', 'Baby\'s First Birthday']);">Play</a>
       ```
   
 * I suppose that this button is created automatically from your WP theme page so
   in this case you need to edit the PHP code with the code provided.
 * If you know a bit of PHP coding is not so difficult to edit the theme, while 
   if you prefer we can also provide you a premium support.
    Let us know, Alex.
 *  Plugin Contributor [intellywp](https://wordpress.org/support/users/intellywp/)
 * (@intellywp)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/track-button-is-it-possible/#post-6178617)
 * Closed

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘track button, is it possible?’ is closed to new replies.

 * ![](https://ps.w.org/tracking-code-manager/assets/icon-256x256.jpg?rev=2749278)
 * [Tracking Code Manager](https://wordpress.org/plugins/tracking-code-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tracking-code-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tracking-code-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/tracking-code-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tracking-code-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tracking-code-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [intellywp](https://wordpress.org/support/users/intellywp/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/track-button-is-it-possible/#post-6178617)
 * Status: resolved