ember-metrics-facebook-pixel
v0.1.2
Published
The default blueprint for ember-cli addons.
Downloads
2
Readme
Ember-metrics-facebook
Ember metrics adapter for Facebook Pixel.
Installation
ember install ember-metrics-facebook-pixel
Configuration
Add the following to your ember-metrics configuration
{
name: 'FacebookPixel',
environments: ['all'], // default
config: {
id: '<your pixel id>'
}