I'm installing Google AdWords conversion tracking code on my site, and noticed that part of the code that Google provides uses & in a URL query string. E.g.
<img height="1" width="1" style="border-style:none;" alt=""
src="//www.googleadservices.com/pagead/conversion/1000252671/
?value=0&label=EQfkDGsBrkTPj_YU6FH&guid=ON&script=0"/>
However, a Google AdWords support page shows & being used instead of & (expand "Track conversions on your website", then expand "Step 2", then see the last few lines of the 2nd code block)
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/
conversion/1234567890/?value=10.0&label=Purchase&script=0">
Should I be using & or & ?