use_findologic_with_google_analytics:filtertracking

use_findologic_with_google_analytics:filtertracking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
use_findologic_with_google_analytics:filtertracking [2022/01/03 12:55]
florian
use_findologic_with_google_analytics:filtertracking [2022/02/02 09:26] (current)
florian [Tracking search and navigation clicks with Google Analytics]
Line 3: Line 3:
 You can track the following clicks in your search and navigation with Findologic: You can track the following clicks in your search and navigation with Findologic:
  
-  * Submitted queries: Event: ​findologicSearch | findologicSearchRequest:​ /​findologic/​search?​searchparam=<​Query>​ +^ Tracked information ^ Event ^ Category ^ Action ^ Label ^ 
-  ​* ​Filter clicks in search: Event: ​findologicEvent | Category: ​FINDOLOGIC Filter Click: Search | Action: ​Filter name | Label: ​Filter value +Submitted queries ​findologicSearch | findologicSearchRequest:​ /​findologic/​search?​searchparam=<​Query> ​| || 
-  ​* ​Filter clicks in navigation: Event: ​findologicEvent | Category: ​FINDOLOGIC Filter Click: Navigation | Action: ​Filter name | Label: ​Filter value +Filter clicks in search ​findologicEvent | FINDOLOGIC Filter Click: Search | Filter name | Filter value | 
-  ​* ​Filter clicks in navigation: Event: ​findologicEvent | Category: ​FINDOLOGIC Result Click | Action: ​Query | Label: ​ID of the clicked product +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 ​|
  
 +<​note>"​Submitted queries"​ is not necessary if a page reload is done on a submitted search on your website</​note>​
  
 \\ \\
Line 21: Line 22:
     * Set a click handler to the filter.     * Set a click handler to the filter.
     * The click handler sends the used filter to Google Analytics.     * The click handler sends the used filter to Google Analytics.
-    * If you are using a direct implementation of Google Analytics, you can use the following method:+    * The following snippets might help you to implement ​the tracking in your API/Plugin integration
    
 <code javascript>​ga('​send',​ '​event',​ ..)</​code>​ <code javascript>​ga('​send',​ '​event',​ ..)</​code>​
Line 42: Line 43:
   transport: '​beacon'​   transport: '​beacon'​
 });</​code> ​ });</​code> ​
 +
 +<​note>​For Direct integrations the data is sent out of the box to Google Analytics as soon as the connection is working correctly.</​note>​
  
 ---- ----