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