Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 311 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 311 Bytes

Ember-cli-gtm

Easily add Google Tag Manager to your app.

Installation

# From within your ember-cli project
npm install ember-cli-gtm

Usage

First you'll need to configure your GTM App ID:

// config/environment.js

ENV['ember-cli-gtm'] = {
  appId: '[YOUR_APP_ID]'
};