Commit fa236f5d6fa231f64af824af483de2661b75c172
1 parent
133104c7
doc
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/library/App/Resources/GaResource.php
... | ... | @@ -33,6 +33,7 @@ class GaResource extends ApiResource { |
33 | 33 | ->exampleResponse([ |
34 | 34 | 'example' => [ |
35 | 35 | 'lifehack' => 'for example request data', |
36 | + 'view_id' => 'GA VIEW_ID', | |
36 | 37 | 'start' => '30daysAgo / 2015-03-01', |
37 | 38 | 'end' => 'today', |
38 | 39 | 'metric' => 'user,sessions', | ... | ... |