<tr> <th>Total Results</th> <td><?php echo $ga->getTotalResults(); ?> </td> </tr> <tr> <th>Total Pageviews</th> <td><?php echo $ga->getPageviews(); ?> </tr> <tr> <th>Total Visits</th> <td><?php echo $ga->getVisits(); ?> </td> </tr> <tr> <th>Result Date Range</th> <td><?php echo $ga->getStartDate(); ?> to <?php echo $ga->getEndDate(); ?> </td> </tr> </table>