SESSIONS
totalsForAllResults['ga:sessions'] ); ?>
USERS
totalsForAllResults['ga:users']); ?>
BOUNCE RATE
totalsForAllResults['ga:entrances'] <= 0) { ?> 0.00% totalsForAllResults['ga:entrances'] <= 0 else { echo number_format(round(($stats->totalsForAllResults['ga:bounces'] / $stats->totalsForAllResults['ga:entrances']) * 100, 2), 2); ?>%
AVG TIME ON SITE
totalsForAllResults['ga:sessions'] <= 0) { ?> 00:00:00 totalsForAllResults['ga:sessions'] <= 0 else { ?> pa_pretty_time($stats->totalsForAllResults['ga:avgSessionDuration']); ?>
totalsForAllResults['ga:sessions'] <= 0) { ?> 0.00 totalsForAllResults['ga:sessions'] <= 0 else { ?> totalsForAllResults['ga:pageviews'] / $stats->totalsForAllResults['ga:sessions'], 2), 2); ?>
totalsForAllResults['ga:pageviews'] <= 0) { echo '0'; } else { echo $current->wpa_number_format( $stats->totalsForAllResults['ga:pageviews']); } ?>
totalsForAllResults['ga:sessions']; $newusers = $stats->totalsForAllResults['ga:newUsers']; if( $total_sessions > 0 ){ echo number_format(round(($newusers / $total_sessions) * 100, 2), 2); } else{ echo '0'; } ?> %
totalsForAllResults)) { if (!empty($stats["rows"])): $returning = $stats->totalsForAllResults['ga:sessions'] - $stats->totalsForAllResults['ga:newUsers']; ?>
New (wpa_number_format( $stats->totalsForAllResults['ga:newUsers']); ?>) Returning (wpa_number_format( $returning ); ?>)