ember-cli-gtm

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import emberCliGtm from 'https://cdn.skypack.dev/ember-cli-gtm';
</script>

README

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]'
};