E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2010, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Sat, 8 Nov 2008 17:54:52 GMT Sat, 20 Mar 2010 10:35:38 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #9 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 Sat, 8 Nov 2008 17:54:52 GMT bunkbedkingThanks Robin - looks like you guys were really busy - are you going to list the updates and how they will affect us all on the updates forum?

As soon as we tie some loose ends..

bunkbedkingSo, not to beat a dead horse, but I want to code correctly, the easiest thing to do if you do not sell downloads, but real goods, is to have our personalized thank you text and the tracking conversion code for each of the shopping comparison engines / ppc sites (ie google adwords, nextag etc) we use on the common thank you page?


Irrespective of what you are selling, the tracking code should be in the common thank you page.

bunkbedking
The only exception appears to be the option you recommended for jellyfish? - see below
Will this work for real goods?


Or anything else where the tracking service gives you product specific code as well.

bunkbedkingYour cart is the best - keep up the good work


Thanks :)]]>
E-junkie Discussions; E-junkieChef
Post #8 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 Sat, 8 Nov 2008 14:40:05 GMT
So, not to beat a dead horse, but I want to code correctly, the easiest thing to do if you do not sell downloads, but real goods, is to have our personalized thank you text and the tracking conversion code for each of the shopping comparison engines / ppc sites (ie google adwords, nextag etc) we use on the common thank you page?

The only exception appears to be the option you recommended for jellyfish? - see below
Will this work for real goods?

Your cart is the best - keep up the good work

Denis


Put the following in your COMMON thank you page

<!-- Begin Jellyfish Tracking Pixel Code -->
<script type='text/javascript'>
var jf_merchant_id = 'bHZNQ3E2dmlXamx2UTNmcW5FcDdEQT09Cg';
var jf_merchant_order_num = '[%txn_id%]';
var jf_purchased_items = new Array();
</script>
<script type='text/javascript'
src='https://www.jellyfish.com/javascripts/1x1tracking.js'>
</script>
<!-- End Jellyfish Tracking Pixel Code -->

Put the following in EACH if your product's thank you page

<script type='text/javascript'>
<!--
var jf_item = new Object();
jf_item.mpi = '[%item_number%]';
jf_item.price = '[%item_price%]';
jf_item.quantity = [%quantity%];
jf_purchased_items.push(jf_item);
//-->
</script>]]>
E-junkie Discussions; bunkbedking
Post #7 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 Sat, 8 Nov 2008 10:49:23 GMT bunkbedkingSo if I only sell tangable goods the buyer first sees the product thank you and then the common thank you page?

No, after the order buyer only sees the common thank you page.

It's only in case of digital items that we send out links to individual product thank you pages.

Btw .. I am sorry for this delayed response, we have been doing major upgrades in past 3 days and there are still some left.]]>
E-junkie Discussions; E-junkieChef
Post #6 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 Thu, 6 Nov 2008 22:36:35 GMT
Help please on understanding how these 2 pages interact for tangable goods

Denis]]>
E-junkie Discussions; bunkbedking
Post #5 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 Sun, 2 Nov 2008 04:45:40 GMT
When I have done test transactions, I only see the one page

Thanks

Denis]]>
E-junkie Discussions; bunkbedking
Post #4 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 Sat, 1 Nov 2008 22:16:37 GMT
On the product specific thank you page that the buyer reaches from clicking the link in each email (will only happen for digital items), we show the thank you HTML for that product and then the common thank you HTML.]]>
E-junkie Discussions; E-junkieChef
Post #3 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 Fri, 31 Oct 2008 22:44:13 GMT
one more question - I do not fully understand how the common thank you page interacts with the product thank you page - I thought the product page over ruled the common page - but from what I see above, it seems not - can you please explain further as I am having conversion tracking issues with other ppc ads and I may need to amend the code for each of them

THANKS

denis]]>
E-junkie Discussions; bunkbedking
Post #2 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 Fri, 31 Oct 2008 19:27:12 GMT
<!-- Begin Jellyfish Tracking Pixel Code -->
<script type='text/javascript'>
var jf_merchant_id = 'bHZNQ3E2dmlXamx2UTNmcW5FcDdEQT09Cg';
var jf_merchant_order_num = '[%txn_id%]';
var jf_purchased_items = new Array();
</script>
<script type='text/javascript'
src='https://www.jellyfish.com/javascripts/1x1tracking.js'>
</script>
<!-- End Jellyfish Tracking Pixel Code -->

Put the following in EACH if your product's thank you page

<script type='text/javascript'>
<!--
var jf_item = new Object();
jf_item.mpi = '[%item_number%]';
jf_item.price = '[%item_price%]';
jf_item.quantity = [%quantity%];
jf_purchased_items.push(jf_item);
//-->
</script>]]>
E-junkie Discussions; E-junkieChef
Post #1 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 http://www.e-junkie.com/bb/topic/2958/pg/0#post8171 Fri, 31 Oct 2008 17:25:52 GMT
i am trying to list my products on microsoft cash back (a pay per sale site) - but the conversion code in my thank you page is not tracking the conversion - I must have a coding error - HELP please

this is the code

<!-- Begin Jellyfish Tracking Pixel Code -->
<script type='text/javascript'>
<!--
var jf_merchant_id = 'bHZNQ3E2dmlXamx2UTNmcW5FcDdEQT09Cg';
var jf_merchant_order_num = '[%txn_id%]';
var jf_purchased_items = new Array();
// adding cart items
FOR EACH PURCHASED ITEM...
// add cart item
var jf_item = new Object();
jf_item.mpi = '[%item_number%]';
jf_item.price = '[%item_price%]';
jf_item.quantity = [%quantity%];
jf_purchased_items.push(jf_item);
NEXT PURCHASED ITEM
//-->
</script>
<script type='text/javascript'
src='https://www.jellyfish.com/javascripts/1x1tracking.js'>
</script>
<!-- End Jellyfish Tracking Pixel Code -->

the whole on the thank you page is as follows:

Hi [%first_name%]

<p>Thank you for your purchase. If you paid using PayPal, your transaction has been completed, a receipt for your purchase has been emailed to you. You may log into your account at <a href="http://www.paypal.com/us"> PayPal </a>to view details of this transaction.</p>
<p>We normally ship within 2 business days (excludes Saturday and Sunday) using Fedex Ground / Fedex Home Delivery or USPS. Fedex pickup from our warehouse every evening, Monday to Friday. After pickup, you should allow 3 to 7 business days for delivery of your purchase. </p>
<p>After shipping, you will receive an email directly from Fedex (please check your spam / bulk folders). This email will confirm the tracking numbers of each package (most bunk beds come in more than 1 box). You can track the progress of your order by going to <a href="http://www.fedex.com/Tracking?cntry_code=us"> Fedex Tracking</a> . Fedex will also give you an estimated delivery day. This is not a firm committment by Fedex, but a guide to assist you. </p>
<p>On most occasions, we do not request that Fedex obtain a delivery signature from you. This will allow the driver to leave the package(s) at your front door if you are not at home. We do provide Fedex with your phone number, but they will only use this to contact you if there is a question concerning the location of the delivery. If you have not provided us with an phone number, please email one to us. Fedex will not contact you to set up a delivery appointment. Also, as some of our boxes are too big (over 70 lbs) for Fedex Home Delivery, you may receive 2 deliveries from Fedex - 1 from a Fedex Home Delivery truck and 1 from a Fedex Ground delivery truck (the boxes over 70 lbs).
</p>
<p>We at Bunk Bed King will only use your data to ensure your order is delivered to you in a timely fashion. We do not share, sell or distribute confidential data to any third party. We require your billing and shipping address, telephone number and e-mail address to enable us to deliver to you in a accurate and timely manner. You will never receive unsolicited telephone calls, junk mail or emails from us</p>
<br>
<p> We aim at <b>Bunk Bed King</b> to give you quality products, combined with great service at the lowest price! If you have any questions please email us at <a href="mailto:info@bunkbedking.com">info@bunkbedking.com</a></p>

<img src="zmam=67901469&zmas=1&zmaq=N&quantity=[%quantity%]&pcode=[%item_number%]&zman=[%txn_id%]&zmat=[%item_price%]" width=0 height=0 border=0>

<script language="JavaScript" src="https://secure.merchantadvantage.com/inChannel/ma2q.js"></script>

<script language="JavaScript" type="text/javascript">
var google_conversion_id = 1061587087;
var google_conversion_language = "en";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
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/1061587087/?label=purchase&script=0"/>
</noscript>

<SCRIPT language="JavaScript" type="text/javascript">
<!-- Yahoo! Inc.
window.ysm_customData = new Object();
window.ysm_customData.conversion = "transId=,currency=,amount=";
var ysm_accountid = "1PK516TMN2GOGMLHVVK63F524M4";
document.write("<SCR" + "IPT language='JavaScript' type='text/javascript' "
+ "SRC=//" + "srv3.wa.marketingsolutions.yahoo.com" + "/script/ScriptServlet" + "?aid=" + ysm_accountid
+ "></SCR" + "IPT>");
// -->
</SCRIPT>


<script type="text/javascript">
<!--
/* NexTag ROI Optimizer Data */
var id = '4027519';
var rev = '%gross%';
var order = '%invoice%';
//-->
</script>
<script type="text/javascript" src="https://imgsrv.nextag.com/imagefiles/includes/roitrack.js"></script>

<script language="JavaScript">
var merchant_account_id='64514'
</script>
<script language="JavaScript"
src="https://merchant.pronto.com/js/roi.js">
</script>


<script language="javascript">
<!--
/* Performance Tracking Data */
var mid = '122122';
var cust_type = '';
var order_value =[%item_price%]'';
var order_id =[%txn_id%] '';
var units_ordered =[%quantity%] '';
//-->
</script>
<script language="javascript" src="https://www.shopzilla.com/css/roi_tracker.js"></script>


<SCRIPT>
microsoft_adcenterconversion_domainid = 75807;
microsoft_adcenterconversion_cp = 5050;
</script>
<SCRIPT SRC="http://0.r.msn.com/scripts/microsoft_adcenterconversion.js"></SCRIPT>
<NOSCRIPT><IMG width=1 height=1 SRC="http://75807.r.msn.com/?type=1&cp=1"/></NOSCRIPT><a href="http://advertising.msn.com/MSNadCenter/LearningCenter/adtracker.asp" target="_blank">::adCenter::</a>

<!-- Begin Jellyfish Tracking Pixel Code -->
<script type='text/javascript'>
<!--
var jf_merchant_id = 'bHZNQ3E2dmlXamx2UTNmcW5FcDdEQT09Cg';
var jf_merchant_order_num = '[%txn_id%]';
var jf_purchased_items = new Array();
// adding cart items
FOR EACH PURCHASED ITEM...
// add cart item
var jf_item = new Object();
jf_item.mpi = '[%item_number%]';
jf_item.price = '[%item_price%]';
jf_item.quantity = [%quantity%];
jf_purchased_items.push(jf_item);
NEXT PURCHASED ITEM
//-->
</script>
<script type='text/javascript'
src='https://www.jellyfish.com/javascripts/1x1tracking.js'>
</script>
<!-- End Jellyfish Tracking Pixel Code -->

<img src="https://www.pricegrabber.com/conversion.php?retid=8542">]]>
E-junkie Discussions; bunkbedking