i see no text, or image at the botoom.
i have contacted Google support to no avail.
i have gone thru the process over and over again and still can't see text/image or any tracking results.
i'am using a shoppingcart built in coldfusion, i've never had a problem implementing any other solutions, i don't know whats causing this problem.
one thing i've notice is the cookie is missing from all the pc's i've tested this on.
i tested it on my pc which actually has the cookie yet i still see nothing.
HERE'S WHAT MY CODE LOOKS LIKE AT THE BOTTOM OF MY PAGE: the code is incased as follows
<tr><td>CODE HERE</td></tr>
<!-- Google Code for Purchase Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = XXXXXXXXXX;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "006633";
if (1.0) {
var google_conversion_value = 1.0;
}
var google_conversion_label = "Purchase";
//-->
</script>
<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="https://www.googleadservices.com/pagead/conversion/1071601325/?value=1.0&label=Purchase&script=0">
</noscript>
the code is intact and complete yet no luck.
does anyone have any advise for me?
[edited by: eWhisper at 1:34 pm (utc) on May 11, 2005]
[edit reason] Please No Identifible Info [/edit]
Would you please paste the "view->source" version of the script code from the browser where you expect to see the image/text but do not?
Is it possible that CF is rewriting the script code in some way, if not in the actual page then on delivery to the client?
The only other thing I can think of right now is that perhaps your server's security setup is preventing the script connection to the secure Google server.