Forum Moderators: buckworks & skibum

Message Too Old, No Replies

Adwords Conversion tracking not working

Adwords Conversion tracking not working, cookie not placed on pc

         

Coveted

6:17 pm on May 10, 2005 (gmt 0)

10+ Year Member



i' am having trouble getting Google Adwords conversion tracking to work.
i have placed the complete code in the corect locations and i'am able to navigate to the page an view the source and it's there in the correct form yet no tracking occurs even after i navigate thru google by clicking on one of my ads, completed an order and landed on the confirmation page were the code is placed.

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]

StupidScript

7:00 pm on May 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Coveted. Welcome aboard.

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.

eWhisper

1:36 pm on May 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are your computers set up to block 3rd party cookies automatically?

Many settings in Norton, McAffee, Windows, etc, will block 3rd party cookies. In these cases, you won't get any data.