Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor intellywp

    (@intellywp)

    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

    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

    (@intellywp)

    Closed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘track button, is it possible?’ is closed to new replies.