angulartics/angulartics-adobe-analytics

Name: angulartics-adobe-analytics

Owner: angulartics

Description: Adobe Analytics plugin for Angulartics

Created: 2015-07-18 20:39:14.0

Updated: 2017-10-26 16:52:43.0

Pushed: 2016-09-13 18:16:49.0

Homepage: null

Size: 15

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

angulartics-adobe-analytics

NPM version NPM downloads Bower version Dependencies status MIT license Gitter Chat

Adobe Analytics plugin for Angulartics.

Install

First make sure you've read installation and setup instructions for Angulartics.

Note: This plugin requires the adobe analytics site catalyst script. Ensure that you have installed your site catalyst script properly into your site as well.

Then you can install this package either with npm or with bower.

npm
install angulartics-adobe-analytics

Then add angulartics.adobe.analytics as a dependency for your app:

ire('angulartics')

lar.module('myApp', [
ngulartics',
quire('angulartics-adobe-analytics')

Please note that core Angulartics doesn't export the name yet, but it will once we move it into the new organization.

bower
r install angulartics-adobe-analytics

Add the <script> to your index.html:

ipt src="/bower_components/angulartics-adobe-analytics/dist/angulartics-adobe-analytics.min.js"></script>

Then add angulartics.adobe.analytics as a dependency for your app:

lar.module('myApp', [
ngulartics',
ngulartics.adobe.analytics'

Documentation

Documentation is available on the Angulartics site.

Contributing

If you use Adobe Analytics and want to contribute with code/documentation/examples, please submit a pull request or open an issue.

Development
run build
License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.