Commit 7043cb8adc63a36cfd54e52ed766d0227c4e9dd5
1 parent
6d167872
docs
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/library/App/Resources/GaResource.php
| ... | ... | @@ -31,6 +31,7 @@ class GaResource extends ApiResource { |
| 31 | 31 | ->allow(AclRoles::USER) |
| 32 | 32 | ->description('Returns data from Google Analytics Api') |
| 33 | 33 | ->exampleResponse([ |
| 34 | + 'https://developers.google.com/analytics/devguides/reporting/core/dimsmets', | |
| 34 | 35 | 'lifehack' => 'for example request data', |
| 35 | 36 | 'start' => '30daysAgo / 2015-03-01', |
| 36 | 37 | 'end' => 'today', | ... | ... |