Event Tracking Shortcode Buttons - Help Please

2 replies
Hi Programmers.

I am trying to implement event tracking for the buttons on a clients site that were added using Wordpress shortcodes.

original code is
[button link="http://www.clientsite.co.uk/contact" size="large" bg_color="#ab0000"]JOIN NOW[/button]

I read on another forum that the code should be changed to
<a href="http://www.clientsite.co.uk/contact" class="button" size="large" bg_color="#ab0000" onClick="_gaq.push(['_trackEvent', 'Join Now', 'Clicked',,, false]);">JOIN NOW</a>

Only problem is that the button changes to the default button, i.e, the size and bg_color attributes are ignored.

Any ideas?

Thanks
Nick
#buttons #event #shortcode #tracking
  • Profile picture of the author SeeSharp
    Hello Nick,

    Unfortunately I can't help you without knowing the actual javascript code that is going along with this button.
    If you provide it, I can assist you further.

    Greetings
    Exterior
    {{ DiscussionBoard.errors[5470319].message }}
  • Profile picture of the author Boudewijn
    Since you have a class in the href I wonder if you have a css section for this button.
    You can then put all color ans size stuff in there and remove it from the href part.
    {{ DiscussionBoard.errors[5472401].message }}

Trending Topics