summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2019-04-15 16:20:20 +0200
committerMax2019-04-15 16:20:20 +0200
commit8bb4d72a23b63a0099bff6f7fba058ff2e86d80a (patch)
treee6ed08b7ddb341a94d626118248df76a612ec8cd
parent9c285d2be4ecc6ec20d0b61cfd76388a40e5a582 (diff)
downloadfuselkoenig_de-8bb4d72a23b63a0099bff6f7fba058ff2e86d80a.tar.gz
Improvements in tracking code.
-rw-r--r--footer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/footer.php b/footer.php
index eca56b5..7b796fe 100644
--- a/footer.php
+++ b/footer.php
@@ -111,7 +111,7 @@ $container = get_theme_mod( 'understrap_container_type' );
jQuery("#wrapper-navbar > .navbar > .navbar-toggler").click(function(e){
- _paq.push(['trackEvent', 'Top-Menu', 'Toggled']);
+ _paq.push(['trackEvent', 'Utility', 'Top Menu Toggled']);
});
jQuery("#navbarNavDropdown .menu-item > a").click(function(e){
var _fk_top_clicked = jQuery(this).text();
@@ -171,7 +171,7 @@ $container = get_theme_mod( 'understrap_container_type' );
_paq.push(['trackEvent', 'Contact', _fk_wpcf7_clicked]);
});
jQuery("#back-to-top").click(function(e){
- _paq.push(['trackEvent', 'Scroll-to-Top']);
+ _paq.push(['trackEvent', 'Utility', 'Scroll-to-Top']);
});
jQuery("#cookie_action_close_header").click(function(e){
_paq.push(['trackEvent', 'Cookie Bar', 'Accept']);