View Single Post
  #10  
Old 04-08-2006, 04:45 AM
  markcrobinson's Avatar 
markcrobinson markcrobinson is offline
 

Senior Member
  
Join Date: Jan 2006
Posts: 180
 

Default ID Code?

I'm a little concerned about the line that contains:
pagead/conversion/12345678/?
This is not your Google ID #.
For mine, I went to the advords site and got the code from the code generator there, then split up the code according to this post.
Although in the code you sent me privately, your codes seem to be OK.

Could this be the problem?

In the code you sent me privately, you read

Code:
{ include file="modules/Interneka/interneka_tags.tpl" } {/if} {*** Google Analytics conversion tracking ***} {include file="g_analytics.tpl" products=$orders[oi].products order=$orders[oi].order} {*** ************************************************************************** ***} {*** Google Adwords Conversion tracking ***} {literal}
...


Code:
</script> {/literal} {*** ************************************************************************** ***} {/section} {if $this_is_printable_version eq ""}

In my code (that works) the
Code:
{/section}

statement comes BEFORE the google code.

like so..

Code:
{ include file="modules/Interneka/interneka_tags.tpl" } {/if} {/section} {literal} <script language="JavaScript" type="text/javascript"> <!--

Mark Robinson
HandicappedPets.com
__________________
X-Cart version 4.4.5
PHP 5.1.6
GD bundled (2.0.28 compatible)
MySQL server 5.0.45
MySQL client 5.0.45
Web server Apache/2.2.3 (CentOS)
Operation system Linux
Perl not found
XML parser (expat) found
X-Cart directory size 316 Mb
Reply With Quote