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

Next revision Both sides next revision
use_findologic_with_google_analytics:filtertracking [2018/07/10 11:54]
dominik created
use_findologic_with_google_analytics:filtertracking [2020/06/17 09:45]
amil
Line 9: Line 9:
   * As a first step, please follow all the instructions in [[https://​docs.findologic.com/​doku.php?​id=use_findologic_with_google_analytics:​tracking_merchandising_features_with_google_analytics|tracking merchandising features with Google Analytics]].   * As a first step, please follow all the instructions in [[https://​docs.findologic.com/​doku.php?​id=use_findologic_with_google_analytics:​tracking_merchandising_features_with_google_analytics|tracking merchandising features with Google Analytics]].
   * After following these steps, simply write an e-mail to [[mailto:​support@findologic.com|support@findologic.com]].   * After following these steps, simply write an e-mail to [[mailto:​support@findologic.com|support@findologic.com]].
-  * The filter tracking is then activated by FINDOLOGIC.+  * The filter tracking is then activated by Findologic.
   * After the activation, you can [[use_findologic_with_google_analytics:​filtertracking#​how_to_find_the_data_in_google_analytics|find the data in your Google Analytics account]].   * After the activation, you can [[use_findologic_with_google_analytics:​filtertracking#​how_to_find_the_data_in_google_analytics|find the data in your Google Analytics account]].
  
Line 16: Line 16:
 ==== API-Integrations:​ How to enable filter tracking ==== ==== API-Integrations:​ How to enable filter tracking ====
  
-  * As the filters are not rendered by FINDOLOGIC ​in API-integrations,​ you have to implement the filter tracking for your shop by yourself.+  * As the filters are not rendered by Findologic ​in API-integrations,​ you have to implement the filter tracking for your shop by yourself.
   * As a helper, we recommend following the following steps (as they may differ from one shop to another, they are being held rather general):   * As a helper, we recommend following the following steps (as they may differ from one shop to another, they are being held rather general):
     * Set a click handler to the filter.     * Set a click handler to the filter.
Line 27: Line 27:
  
 <code javascript>​ga('​send',​ '​event',​ {  <code javascript>​ga('​send',​ '​event',​ { 
-  eventCategory:​ 'FINDOLOGIC ​Filter Click: Search', ​+  eventCategory:​ 'Findologic ​Filter Click: Search', ​
   eventAction:​ '​color',​   eventAction:​ '​color',​
   eventLabel: '​red'​   eventLabel: '​red'​
Line 36: Line 36:
  
 <code javascript>​ga('​send',​ '​event',​ {  <code javascript>​ga('​send',​ '​event',​ { 
-  eventCategory:​ 'FINDOLOGIC ​Filter Click: Navigation', ​+  eventCategory:​ 'Findologic ​Filter Click: Navigation', ​
   eventAction:​ '​color',​   eventAction:​ '​color',​
   eventLabel: '​red'​   eventLabel: '​red'​
Line 47: Line 47:
  
   * **You can find the data under //Behavior -> Top Events//.**   * **You can find the data under //Behavior -> Top Events//.**
-  * **Every filter click event can be found by searching for //FINDOLOGIC ​Filter Click://.**+  * **Every filter click event can be found by searching for //Findologic ​Filter Click://.**
   * You can handle this data like any other data you collect in Google Analytics.   * You can handle this data like any other data you collect in Google Analytics.
   * Have a look at the following screenshots in order to see how the collected data looks like in your Google Analytics account. ​   * Have a look at the following screenshots in order to see how the collected data looks like in your Google Analytics account. ​
Line 57: Line 57:
 \\  \\ 
  
-  * By clicking on the FINDOLOGIC ​Filter Click event you can see more details about the filter usage.+  * By clicking on the Findologic ​Filter Click event you can see more details about the filter usage.
  
 {{:​use_findologic_with_google_analytics:​filtertracking_2.png?​600|}} {{:​use_findologic_with_google_analytics:​filtertracking_2.png?​600|}}