Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.