positron48 / google-analytics-widget
📊 This Bolt extension shows a Google Analytics visitor stats on the Dashboard
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Type:bolt-extension
Requires
- php: >=7.1.3
- google/apiclient: ^2.2
Requires (Dev)
- bolt/core: ^5.0
- symplify/easy-coding-standard: ^6.0
This package is auto-updated.
Last update: 2025-03-05 01:42:42 UTC
README
Setting up
-
Setting and create key to access google api via google devguide.
-
Put downloaded json-key to
/config/extensions/service-account-credentials.json
.Warning! This file contents private key - don't add it to git repo even it is private. Add
config/extensions/service-account-credentials.json
to.gitignore
file. -
Enable google analytics api access via your key https://console.cloud.google.com/apis/library/analytics.googleapis.com
-
Now you have service account with email like ***@***.iam.gserviceaccount.com. Go to google analytics > admin > manage access and add this email to list.
You also can add extension to show analytics in admin panel: https://extensions.boltcms.io/package/bobdenotter-google-analytics-widget.
composer require bobdenotter/google-analytics-widget
On index admin page (/bolt) you can see panel with some diagrams (may be you need to wait some hours while analytics will be refreshed).