javascript - After Changes to Google Analytics Tracking Code - Returning Users Considered New Users? -


i need change piece of code in universal analytics snippet from:

ga("create", "ua-######-#", {"cookiedomain":".ourdomainname.com"});

to:

ga("create", "ua-######-#", {"cookiedomain":"auto"});

my question - once make change, returning users (about 1/3 of traffic) considered brand new first-time visitors , whole new analytics cookie? or other problems or inconsistencies data , tracking visitors before change vs. after? little info out there online ...


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -