Skip to content

its returning only 10 rows #159

@vineetpkl

Description

@vineetpkl

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions