analytics-l4
analytics-l4 copied to clipboard
Google Analytics for Laravel 4
hi.. i am getting this error Error calling GET https://www.googleapis.com/analytics/v3/management/accounts/~all/webproperties/~all/profiles: (403) User does not have any Google Analytics account. i wonder why this is happening ,as i have a valid...
Any chance of getting Laravel 5 support for this package? Documentation has been written for Laravel 5 packages. http://laravel.com/docs/master/packages
You shouldn't rely on an alias because, like us, a project may have removed them from `app.aliases`.
I tried to run a composer update and I receive the following error: [Symfony\Component\Process\Exception\RuntimeException] The process has been signaled with signal "11". I have removed all other packages and have...
- thujohn/analytics dev-master requires google/apiclient 1.0.*@beta -> no matching package found. Have to update composer.json to : "google/apiclient": "dev-master" ? Thanks :)
i'm using parameters like sort and max-results, but aren't working, my code is below $site_id = Analytics::getSiteIdByUrl('http://www.wallaroohats.com'); // return something like 'ga:11111111' ``` $arr = array("max-results" => 10); $stats =...
Great package, just found a small gotcha when moving to a shared host. The underlying Google code uses a file based cache that can be problematic if you have permissioning...
I've ran `analytics-l4` against [StyleCI](https://styleci.io).
Hi, after installation, i receive this error when I try to use this package: Error refreshing the OAuth2 token, message: '{ "error" : "invalid_grant" }' I've read on StackOverflow about...