Go Back   Volusion Review Forums - Get the Most from your Online Store > Volusion Forums > Tips & Tricks
User Name
Password Register
Register FAQ Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 05-23-2008, 09:09 PM
Scoopsal Scoopsal is offline
Junior Member
 
Join Date: Oct 2006
Posts: 22
Default Commission Junction Integration

I need a script to add their tracking pixel. They provide the following:

<img src="https://www.emjcd.com/u?AMOUNT=<AMOUNT>&CID=<ENTERPRISEID>&OID=<OID>
&TYPE=<ACTIONID>&CURRENCY=<CURRENCY>&METHOD=IMG " height="1" width="20">

Obviously I need a way to transfer the Order ID (OID) and the Order Ammount (AMOUNT). Any assistance would be GREATLY appreciated!!!

Al
Reply With Quote
  #2  
Old 05-24-2008, 04:16 AM
zevious's Avatar
zevious zevious is offline
Senior Member
 
Join Date: Oct 2005
Posts: 128
Default

We are using the following code for Jellyfish. You can take the relevant parts from there. Or this SHOULD work:

<img src="https://www.emjcd.com/u?AMOUNT=$(GrandTotal)&CID=<ENTERPRISEID>&OID=$(Or derNo)
&TYPE=<ACTIONID>&CURRENCY=<CURRENCY>&METHOD=IMG " height="1" width="20">

---------------------------------

Just put the following code in Article 49 (OrderedFinished.asp) or as mentioned, the ROI Javascripts Article. Be sure to add your jellyfish ID.

<!-- START Jellyfish Tracking Pixel Code -->
<form style="display:none;" name="utmform">
<textarea id="utmtrans">UTM:T|$(OrderNo)|Volusion Store|$(GrandTotal)|$(SalesTax)|$(ShippingCost)||| </textarea>
</form>
<script type="text/javascript">
<!--
var jf_merchant_id = '*****PUT YOUR JELLYFISH ID HERE******';
var jf_merchant_order_num = Order[0];
var jf_purchased_items = new Array();

// add cart items
for (var i=0; i < OrderDetails.length; i++) {
var jf_item = new Object();
jf_item.mpi = OrderDetails[i][2];
jf_item.price = OrderDetails[i][5];
jf_item.quantity = OrderDetails[i][6];
jf_purchased_items.push(jf_item);
}
// -->
</script>
<script type="text/javascript" src="https://www.jellyfish.com/javascripts/1x1tracking.js"></script>
<!-- END Jellyfish Tracking Pixel Code -->
Reply With Quote
  #3  
Old 05-27-2008, 05:22 PM
Scoopsal Scoopsal is offline
Junior Member
 
Join Date: Oct 2006
Posts: 22
Default

Looks good!

Much Appreciated!!!
Al
Reply With Quote
  #4  
Old 06-11-2008, 11:27 PM
naturesinventory naturesinventory is offline
Junior Member
 
Join Date: Jun 2008
Posts: 1
Default Pixel for Commission Junction

I'm trying to get that pixel for Commission Junction too, and this did not work for me. The part I cannot get is the part for amount and for OID (order number).

I was able to plug everything else in... I'm almost there but this is so frustrating I'm ready to give up! )

Can anyone help?
Reply With Quote
  #5  
Old 06-18-2008, 05:57 PM
rgacom120 rgacom120 is offline
Senior Member
 
Join Date: Aug 2007
Posts: 187
Default

how has CJ worked for everyone, its quite expensive to start and not have it convert...What is jellyfish and how do you sign up?
Reply With Quote
  #6  
Old 06-27-2008, 11:04 PM
multisync multisync is offline
Junior Member
 
Join Date: Apr 2006
Posts: 19
Default

Quote:
Originally Posted by rgacom120 View Post
how has CJ worked for everyone?

Also interested if anyone has any experience with CJ.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +0. The time now is 09:17 PM.