Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author yuvalo

    (@yuvalo)

    Hi,

    I just clicked on an element (the ArrowGuard brochure) and an event fired.
    You should see it in few minutes.

    Most of your events track YouTube videos. The plugin does not support it as they are running in an IFrame.

    The next version of the premium plugin will include YouTube API support.

    Let me know if the event fired.

    yuval

    Thread Starter lucasd

    (@lucasd)

    Hi,

    So the click events on the links that lead to the video cannot be tracked? Also I have a number of pdf links being tracked and they are not showing up either. As far as the current event you clicked that one doesn’t seem to be one that is tracked by your plugin but it did show up.

    Thanks,

    Lucas

    Hi Yuvalo,

    Even i get the same problem. Also It works for only one label and one category. When i tried to use different category on the same page. It didn’t work for me.

    Thanks
    Surace

    Plugin Author yuvalo

    (@yuvalo)

    lucasd, tracking the youtube video itself is not possible. tracking a link that would lead to a video is.

    btw, that specific event was configured in the plugin. thats how i knew what to click on. so as clicking on other pdfs on your site.

    Hi,

    For search keyword event tracking please use the below code and update into search.php file inside the theme.

    <script type="text/javascript">
    var url =window.location.href;
    var s = url .replace(/\+/g, ' ');
    
    var type = s.split('?s=');
    var hash = '';
    if(type.length > 1)
        hash = type[1];
    
    $( document ).ready(function() {
    	ga('send', 'event', 'Search Button', 'Click', hash,1);
    });
    </script>

    Thanks
    Navas Fazil
    Vividreal Solutions

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Click Events not Tracking in Behavior’ is closed to new replies.