I am kinda new in javascript and I have a question about async calls. For example:
_gaq.push(['_xxyyz', 'xyz']);
window.location.href = "www.wwwwww.com";
Is this a valid code? Will the _gaq.push analytics code run properly and I won't interrupt the call with the redirect? Because our analytics shows invalid data, and this is the only suspicious area in the javascript.