diff options
| author | Max | 2019-04-15 16:20:20 +0200 |
|---|---|---|
| committer | Max | 2019-04-15 16:20:20 +0200 |
| commit | 8bb4d72a23b63a0099bff6f7fba058ff2e86d80a (patch) | |
| tree | e6ed08b7ddb341a94d626118248df76a612ec8cd | |
| parent | 9c285d2be4ecc6ec20d0b61cfd76388a40e5a582 (diff) | |
| download | fuselkoenig_de-8bb4d72a23b63a0099bff6f7fba058ff2e86d80a.tar.gz | |
Improvements in tracking code.
| -rw-r--r-- | footer.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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']); |
