IntelliSuggest Search Result Click Tracking

IntelliSuggest Search Result Click Tracking is a vital part of IntelliSuggest as a whole. It allows us to determine what results your customers are actually clicking on when searching. Once we have that information we can elevate the products your customers are actually looking for to the top of the search results.

Installation

To install IntelliSuggest Search Result Click Tracking for AJAX Catalog follow these steps:

  1. Log into the SearchSpring Management Console.
  2. Go to Settings > AJAX Display.
  3. In each of your links in your templates that go to your product page insert a "{{ intellisuggest }}".

    Example

    This:
    <a class="link" href="{{ url }}">{{ name }}</a>
    
    becomes:
    <a class="link" href="{{ url }}" {{ intellisuggest }}>{{ name }}</a>
    

  4. Click Save.

That's it. This inserts some JavaScript into your links, that takes care of all the search result click tracking for you.