-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
i have more than 10 rows
but its not returning above 10
$start_date='2016-08-06'; $end_date='2016-09-05'; try { $ga->requestReportData(xxxxxxxx, array('browser'), array('pageviews'), $sort_metric=null, $filter=null, $start_date,$end_date, $start_index=1, $max_results=50); } catch (Exception $e) { echo 'Caught exception: ', $e->getMessage(), "\n"; } ?> <table width='60%'> <tr style="background-color:#00ff00;"> <th>Browser</th> <th>Page Views</th> </tr> <?php foreach($ga->getResults() as $result): ?> <tr style="background-color:<?php echo $color ?>"> <td><?php echo $result ?></td> <td><?php echo $result->getPageviews() ?></td> </tr> <?php endforeach ?> </table>
Metadata
Metadata
Assignees
Labels
No labels