I assume that once
- the DOM is fully loaded
- the asynch code for GA is loaded
We count a page view.
Someone is trying to tell me they have it set up so that they only count a page view if the page is 100% loaded (so the window.onload event vs document.onload). I'm 99.99% sure this is wrong, but would like to have something more authoritative than my opinion.
Anybody have a source that shows when asynch GA code fires for page view (not page timings, I can find docs for that)?
Thanks.