yii2-google-analytics
yii2-google-analytics copied to clipboard
Testing on localhost
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'
});