View Single Post
Old 09-22-2011, 12:43 PM   #1
ccraig13
Junior Member
ccraig13 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2011
Device: iPhone 3G
Google Analytics URLs won't validate

I have the following url:
Code:
<a href="http://example.com/?utm_source=book%2Btitle&utm_medium=ebook&utm_content=other%2Bbook&utm_campaign=ebook%2Bclicks">example.com</a>
which generates this error:
Code:
The operation you requested cannot
be performed because book_split_007.xhtml
is not a well-formed XML document.

An error was found on line 412, column 111:
unterminated entity reference 'utm_medium'.
This URL is generated directly from Google's link generator

So it seems to not understand that the code is in an href.
ccraig13 is offline   Reply With Quote