diff --git a/app/library/App/Resources/GaResource.php b/app/library/App/Resources/GaResource.php index 6c57c6e..37026bd 100644 --- a/app/library/App/Resources/GaResource.php +++ b/app/library/App/Resources/GaResource.php @@ -41,6 +41,15 @@ class GaResource extends ApiResource { ], 'full_docs' => 'https://developers.google.com/analytics/devguides/reporting/core/dimsmets', ]) + ->exampleRequest([ + 'example' => [ + 'view_id' => 'GA VIEW_ID', + 'start' => '30daysAgo / 2015-03-01', + 'end' => 'today', + 'metric' => 'user,sessions', + 'dimension' => 'source,browser' + ] + ]) ) ; -- libgit2 0.21.4