View Single Post
  #9  
Old 04-17-2009, 08:52 AM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

Default Re: Let's Talk AdWords: How to Install the AdWords Conversion Tracking Code in X-Cart

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}&amp;label=PASTECONVERSIONLABELHERE&amp;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}&amp;label=PASTECONVERSIONLABELHERE&amp;script=0\"/></noscript>

which way is correct????
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote