Bounce Rate shown as a percentage but not multiplied by 100

Hi,

Just highlighting a small bug in the analytics section of the Pro Reports. The bounce rate appears without being multiplied by 100, so for instance shows 0.4% instead of 40%.

As a temporary fix I’ve updated line 61 of class-mainwp-pro-reports-data.php to:

$output['ga.bounce.rate'] = ( isset( $values['aggregates'] ) && isset( $values['aggregates']['ga:bounceRate'] ) ) ? self::format_stats_values( $values['aggregates']['ga:bounceRate']*100, true, true ) : 'N/A';

Thanks,

Josh

Hey @joshcoxjcs

Thanks for reporting this to us.

I’ve managed to reproduce the issue and passed it along to our dev team.

It will be fixed in an upcoming Pro Reports release.

That’s great, thank you @bojan

1 Like