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
Last revision Both sides next revision
use_findologic_with_google_analytics:filtertracking [2022/02/02 09:22]
florian
use_findologic_with_google_analytics:filtertracking [2022/02/02 09:24]
florian
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>​
  
 ---- ----