Commit 8a4792e4bbc17dcc407d135257a7f32d07961de2
1 parent
fa236f5d
doc
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Resources/GaResource.php
@@ -37,7 +37,7 @@ class GaResource extends ApiResource { | @@ -37,7 +37,7 @@ class GaResource extends ApiResource { | ||
37 | 'start' => '30daysAgo / 2015-03-01', | 37 | 'start' => '30daysAgo / 2015-03-01', |
38 | 'end' => 'today', | 38 | 'end' => 'today', |
39 | 'metric' => 'user,sessions', | 39 | 'metric' => 'user,sessions', |
40 | - 'dimension' => 'source, browser' | 40 | + 'dimension' => 'source,browser' |
41 | ], | 41 | ], |
42 | 'full_docs' => 'https://developers.google.com/analytics/devguides/reporting/core/dimsmets', | 42 | 'full_docs' => 'https://developers.google.com/analytics/devguides/reporting/core/dimsmets', |
43 | ]) | 43 | ]) |