In your template code image you show the template as
Code:
<noscript>document.write("<img height=\"1\" width=\"1\" border=\"0\" src=\"https://www.googleadservices.com/pagead/conversion/XXXXXXXXXX/?value={$order.order.subtotal}&label=PASTECONVERSIONLABELHERE&script=0\"/>");</noscript>
But in the code you paste you leave out the document.write as shown below.
Code:
<noscript><img height=\"1\" width=\"1\" border=\"0\" src=\"https://www.googleadservices.com/pagead/conversion/XXXXXXXXXX/?value={$order.order.subtotal}&label=PASTECONVERSIONLABELHERE&script=0\"/></noscript>
which way is correct????