mardi 11 avril 2017

how to add cookieDomain with the google analytics in ember?

I have installed google analytic plugin in my ember app. but in the plugin cookieDomain is set to none by defalut. How to change the cookie domain value?

here is my code

return ga('send', 'pageview',{

        'page': this.get('url'),

        'title': this.get('url')   

      }); 




Aucun commentaire:

Enregistrer un commentaire