snitcher44
Junior Member
- Sep 2, 2020
- 165
- 106
I have a website that includes iframes, and when user interact with iframe i can't see them through GA4 active users, so i added this code to my GA4 code;
(function ga4_heartbeat(){console.log("Firing heartbeat");gtag("event","heartbeat");setTimeout(ga4_heartbeat,1*60*1000)}());
it basically checks every minute if the user is still online or not while he is using iframe. However, after I added this my "time on site" data skyrocketed but Bounce rate went crazy high, i wonder what caused bounce rate to go that high. Will that bounce rate harm my site? Should i go back to old settings? Thank you.
(function ga4_heartbeat(){console.log("Firing heartbeat");gtag("event","heartbeat");setTimeout(ga4_heartbeat,1*60*1000)}());
it basically checks every minute if the user is still online or not while he is using iframe. However, after I added this my "time on site" data skyrocketed but Bounce rate went crazy high, i wonder what caused bounce rate to go that high. Will that bounce rate harm my site? Should i go back to old settings? Thank you.