Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vova

    (@gn_themes)

    You can do it with jQuery.

    // Click on third tab eq(2)
    jQuery('.su-tabs-nav span').eq(2).click(function() {
       _gaq.push(['_trackPageview', '/some-page']);
    });

    And there is article about tracking with js – http://davidwalsh.name/ajax-analytics

    I recommend you find a professional who can help you with this case.

    Thread Starter saynw

    (@saynw)

    Vladimir, thanks for your help.

    My spoiler does in a text widget:
    [spoiler title=”Telefono”] 0261 4961061 [/spoiler]

    Should I paste the code to provided next to the GA tracking code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SPOILER – Possible to Track clics on spoiler text?’ is closed to new replies.