Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomsmalley/obelisk-google-analytics
Embed Google analytics scripts in obelisk projects
https://github.com/tomsmalley/obelisk-google-analytics
Last synced: 6 days ago
JSON representation
Embed Google analytics scripts in obelisk projects
- Host: GitHub
- URL: https://github.com/tomsmalley/obelisk-google-analytics
- Owner: tomsmalley
- License: bsd-3-clause
- Created: 2019-10-11T19:01:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T15:47:05.000Z (about 5 years ago)
- Last Synced: 2024-12-06T22:11:00.991Z (16 days ago)
- Language: Haskell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Obelisk Google Analytics
Add google analytics tracking to your obelisk apps. Automatically sends
`pageview` information when routes change.## Setup
Go to https://analytics.google.com/analytics/web/ and setup your account. This
will give you a Google analytics tracking ID, which you should put into a file
located at:```
config/frontend/google/analytics/tracking-id
```