Google Analytics counting sessions/views twice? -


a site work saw doubling of it's direct traffic recorded in google analytics. there doesn't seem obvious external reason increase (like promotion or something) i'm looking possible technical reason.

when loading homepage , monitoring real time traffic sources, see 2 hits in rapid succession each time reload page.

however i'm using ga debugger extension in chrome , it's showing 2 expected function calls: ga('create') , ga('send', 'pageview').

the site has other event tracking set each event wrapped in event listener in js aren't firing automatically. , if should show in ga debugger anyway

so i'm @ loss. can't think of why happening, let alone direct traffic opposed other sources. have ideas?

thanks!


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -