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/02/02 09:22]
florian
use_findologic_with_google_analytics:filtertracking [2022/02/02 09:26] (current)
florian [Tracking search and navigation clicks with Google Analytics]
Line 9: Line 9:
 | Filter clicks in navigation | findologicEvent | FINDOLOGIC Result Click | Query | ID of the clicked product | | 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 22: 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.
-    * For Direct integrations the data is sent out of the box to Google Analytics. 
     * The following snippets might help you to implement the tracking in your API/Plugin integration: ​     * The following snippets might help you to implement the tracking in your API/Plugin integration: ​
    
Line 44: 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>​
  
 ---- ----