Error after Google Analytics

Can anyone advise… I am getting what appears to be an error… after my Google Analytics code…

such as

after the GA code I seem to get Title Tag brought in… if I remove the GA code it ALL shows fine…

is there something wrong with the code on my website? (GA code copied and pasted from GA) or is this a ‘known’ error?

Thanks in advance…

Are you getting analytics reported successfully? Do you have a link to an actual test result? It’s hard to say if it’s an error or not without seeing what you’re actually talking about. I’m pretty sure that GA includes reporting of the page title.

If it’s a UI error in WebPagetest it could be a bug with the HTML escaping (or lack thereof) in the new URL collapsing code which would be an XSS problem (off to go look and be sure).

Yep, looks like there was an escaping problem with the new code. Just fixed it so the results should look better now. Thanks for the heads-up.