Jump to content

google and yahoo conversion code, is this right?


Guest

Recommended Posts

Can anyone confirm that I have set my google conversion and yahoo conversion code up properly?

This is a copy of the code I have at the moment in the confirmed file:

<!-- BEGIN: confirmation -->

<div class="boxContent">

<span class="txtContentTitle">{LANG_CONFIRMATION_SCREEN}</span>

<!-- BEGIN: session_true -->

<div>

<div style="text-align: center; height: 25px;">

<div class="cartProgress">

{LANG_CART} --- {LANG_ADDRESS} --- {LANG_PAYMENT} --- <span class='txtcartProgressCurrent'>{LANG_COMPLETE}</span>

</div>

</div>

<!-- BEGIN: order_success -->

<!-- Google Code for purchase Conversion Page -->

<script language="JavaScript" type="text/javascript">

<!--

var google_conversion_id = 10xxx16547;

var google_conversion_language = "en_GB";

var google_conversion_format = "1";

var google_conversion_color = "666666";

if (1) {

var google_conversion_value = 1;

}

var google_conversion_label = "purchase";

//-->

</script>

<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">

</script>

<noscript>

<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/10xxx16547/?value=1&label=purchase&script=0">

</noscript>

<script LANGUAGE="JavaScript">

<!-- Overture Services Inc. 07/15/2003

var cc_tagVersion = "1.0";

var cc_accountID = "1xxx637874";

var cc_marketID = "1";

var cc_protocol="http";

var cc_subdomain = "convctr";

if(location.protocol == "https:")

{

cc_protocol="https";

cc_subdomain="convctrs";

}

var cc_queryStr = "?" + "ver=" + cc_tagVersion + "&aID=" + cc_accountID + "&mkt=" + cc_marketID +"&ref=" + escape(document.referrer);

var cc_imageUrl = cc_protocol + "://" + cc_subdomain + ".overture.com/images/cc/cc.gif" + cc_queryStr;

var cc_imageObject = new Image();

cc_imageObject.src = cc_imageUrl;

// -->

</SCRIPT>

<p>{LANG_ORDER_SUCCESSFUL}</p>

<!-- BEGIN: aff_track -->

{AFFILIATE_IMG_TRACK}

<!-- END: aff_track -->

<!-- END: order_success -->

<!-- BEGIN: order_failed -->

<p>{LANG_ORDER_FAILED}</p>

<p>{LANG_ORDER_RETRY}</p>

<div style="text-align: center; padding: 10px;"><a href="cart.php?act=step4" class="txtCheckout">{LANG_RETRY_BUTTON}</a></div>

<!-- END: order_failed -->

</div>

<!-- END: session_true -->

<!-- BEGIN: session_false -->

<p>{LANG_LOGIN_REQUIRED}</p>

<!-- END: session_false -->

</div>

<!-- END: confirmation -->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...