• 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

  • The topic ‘Event tracking on search keyword’ is closed to new replies.