ember-ahoy

0.0.1 • Public • Published

Ember Ahoy

This Addon integrates your ember app with ahoy, a Visit and event tracking for JavaScript

Installation

Installing the library is as easy as:

  • ember install ember-ahoy

Usage

To track a visit in a page use track-page helper

{{!-- app/templates/home.hbs --}}
{{track-page "Home"}}

...

Configuration

Ember Ahoy is configured via the 'ember-ahoy' section in the application's config/environment.js file, e.g.:

ENV['ahoy'] = {
  debug: environment === 'development',
  visitsUrl: 'http://my.server.io/ahoy/visits',
  eventsUrl: 'http://my.server.io/ahoy/events'
};

Package Sidebar

Install

npm i ember-ahoy

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dukex