|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
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 --> |
|
#3
|
|||
|
|||
|
Looks good!
Much Appreciated!!! Al |
|
#4
|
|||
|
|||
|
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? |
|
#5
|
|||
|
|||
|
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?
|
|
#6
|
|||
|
|||
|
Also interested if anyone has any experience with CJ. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|