Commit 2341e1e1956511758d3db7be891c61923b9d72b0
1 parent
0bf4040a
dimensions +dynamics +multiple
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/library/App/Resources/GaResource.php
... | ... | @@ -34,7 +34,8 @@ class GaResource extends ApiResource { |
34 | 34 | 'lifehack' => 'for example request data', |
35 | 35 | 'start' => '30daysAgo / 2015-03-01', |
36 | 36 | 'end' => 'today', |
37 | - 'metric' => 'user,sessions' | |
37 | + 'metric' => 'user,sessions', | |
38 | + 'dimension' => 'source, browser' | |
38 | 39 | ]) |
39 | 40 | ) |
40 | 41 | ; | ... | ... |