summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']);