Programmerdude
Programmerdude

Reputation: 71

iOS seems to be displaying a high bounce rate in Google Analytics

I have an issue where Google Analytics shows just fine data for all other browsers but then for iOS (specifically version 9.3+), Google Analytics show a high bounce rate. Now I am very aware of the recent iOS bug however, Apple released a fix to this and yet, I still have these weird statistics.

Can anyone provide any clues or possibilities iOS is showing this kind of stat?

Upvotes: 6

Views: 875

Answers (2)

Paul0PT
Paul0PT

Reputation: 106

We actually tested this and it seems it's because of this: https://github.com/PierBover/ios-iframe-fix

Upvotes: 0

J Brazier
J Brazier

Reputation: 884

You could take a look at the page load time, and see if that's any different on iOS. Check the source report to see if iOS traffic is typical. Also, look at the volumes. If they're very low, you may be seeing warped results.

Another possibility is traffic from your own company; for sites with only a few hundred visitors a day, excluding internal traffic can have a noticeable effect on Bounce Rate, but since this is phone traffic it might be slipping through the filter.

Upvotes: 0

Related Questions