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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -