Table of Contents

Tracking search and navigation clicks with Google Analytics

You can track the following clicks in your search and navigation with Findologic:

Tracked information Event Category Action Label
Submitted queries findologicSearch findologicSearchRequest: /findologic/search?searchparam=<Query>
Filter clicks in search findologicEvent FINDOLOGIC Filter Click: Search Filter name Filter value
Filter clicks in navigation findologicEvent FINDOLOGIC Filter Click: Navigation Filter name Filter value
Filter clicks in navigation findologicEvent FINDOLOGIC Result Click Query ID of the clicked product
“Submitted queries” is not necessary if a page reload is done on a submitted search on your website


How to enable filter tracking

Filter tracking allows you to track the usage of the filters within Google Analytics. This will give you the possibility to easily check the impact of your filters and take action in order to improve the filters being used in your shop.

ga('send', 'event', ..)
ga('send', 'event', { 
  eventCategory: 'Findologic Filter Click: Search', 
  eventAction: 'color',
  eventLabel: 'red'
  transport: 'beacon'
});
ga('send', 'event', { 
  eventCategory: 'Findologic Filter Click: Navigation', 
  eventAction: 'color',
  eventLabel: 'red'
  transport: 'beacon'
});
For Direct integrations the data is sent out of the box to Google Analytics as soon as the connection is working correctly.

How to find the data in Google Analytics