pgrippi / ember-cli-google-analytics

Ember CLI addon that adds the Google Analytics tracking code
MIT License
38 stars 31 forks source link

Enable options to set multiple trackers #7

Open ahmed1490 opened 9 years ago

ahmed1490 commented 9 years ago

Something like this?

 ENV.googleAnalytics = {
    webPropertyId: 'UA-XXXX-Y'
 };