Commit 11d0a620ad768c20ab8ec171c2f2708bca3dc721
1 parent
a84f80c9
ga include empty rows
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/library/App/Controllers/GaController.php
... | ... | @@ -95,6 +95,7 @@ class GaController extends CrudResourceController { |
95 | 95 | $request = new Google_Service_AnalyticsReporting_ReportRequest(); |
96 | 96 | $request->setViewId($view); |
97 | 97 | $request->setDateRanges($dateRange); |
98 | + $request->setIncludeEmptyRows(true); | |
98 | 99 | if (!empty($dimensions)) { |
99 | 100 | $request->setDimensions(array($dimensions)); |
100 | 101 | } | ... | ... |