google analytics - Where does GA tracking data go when wrong domain at _domainname is set? -


i improperly set the _domainname value couple of weeks.

the ua code set properly.

prior improper setting of _domainname data being captured correctly.

where data have gone during couple of weeks setting incorrect?

is possible retrieve data?

thanks.

_setdomainname sets domain cookies.

sets domain name gatc cookies. there 3 modes method: ("auto" | "none" | [domain]). default, method set auto, attempts resolve domain name based on document.domain property in dom.

it can used e.g. cookie set subdomain, or main domain, plus it's used in cross domain tracking. not necessary tracking single domain.

if have set wrong value cookie domain google analytics cannot set cookie , tracking call fail.

so data has not been send @ all, , cannot retrieve it.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -