Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icaliman/d-analytics
Google Analytics component for Derby.js
https://github.com/icaliman/d-analytics
Last synced: about 1 month ago
JSON representation
Google Analytics component for Derby.js
- Host: GitHub
- URL: https://github.com/icaliman/d-analytics
- Owner: icaliman
- License: other
- Created: 2014-08-06T12:11:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T17:38:33.000Z (over 10 years ago)
- Last Synced: 2024-09-18T03:02:03.754Z (3 months ago)
- Language: CoffeeScript
- Homepage: http://icaliman.github.io/d-analytics/
- Size: 828 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-derby - d-analytics - Google Analytics component for Derby.js (Components)
README
# d-analytics
Google Analytics component for Derby.
Records page views in Google Analytics for pages where component is added.
## Usage
First of make sure to install d-share through npm `npm install d-analytics`
### Including
```js
app.use(require('d-analytics'));
```### In template
```html
```
Note: You must replace the value UA-XXXX-Y with the web property ID listed in the management interface within Google Analytics.