yii2-google-analytics icon indicating copy to clipboard operation
yii2-google-analytics copied to clipboard

Testing on localhost

Open antonkomarev opened this issue 11 years ago • 0 comments

In some cases you might want to test analytics.js from a webserver running on localhost. To set analytics.js cookies, you need to disable the default cookie domain using:

ga('create', 'UA-XXXX-Y', {
  'cookieDomain': 'none'
});

antonkomarev avatar Apr 19 '15 21:04 antonkomarev