https://github.com/upfluence/ember-cli-google-analytics
EmberJS add-on for Google Analytics
https://github.com/upfluence/ember-cli-google-analytics
Last synced: 11 months ago
JSON representation
EmberJS add-on for Google Analytics
- Host: GitHub
- URL: https://github.com/upfluence/ember-cli-google-analytics
- Owner: upfluence
- License: apache-2.0
- Archived: true
- Created: 2019-03-28T11:01:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T15:22:53.000Z (about 4 years ago)
- Last Synced: 2025-03-21T19:26:16.297Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-google-analytics
EmberJS add-on for Google Analytics
## Installation
ember install @onehilltech/ember-cli-google-analytics
## Configuration
```javascript
// config/environment.js
let ENV = {
'ember-cli-google': {
analytics: {
trackerId: 'UA-XXXXX-Y', // tracker id
trackerName: '', // [optional] tracker name
cookieDomain: '', // [optional] cookie domain; default = 'auto'
}
}
}
```