Hi Guys,
I was wondering if you could please help me with the following. I am trying to set up conversion tracking for Twenga, a shopping directory that works on a CPA model.
Recently I have been dealing with actinic support and they provided me with the required Actinic10 variables. The variables implemented are as follows:
<!-- BEGIN Twenga UK -->
<script language="javascript" type="text/javascript" src="http://tracker.twenga.co.uk/285a25c17f351708754cdb6d56f3962e"></script>
<script language="javascript" type="text/javascript">
var track = new twengaTrack();
track.totalHT = <Actinic:Variable Name="SubTotal"/>
track.currency = "GBP";
track.totalTTC = <Actinic:Variable Name="NumericOrderTotalCgi"/>
track.shipping = <Actinic:Variable Name="Shipping"/>
track.tax = <Actinic:Variable Name="Tax1"/>
track.tva= "17.5";
track.orderId= <Actinic:Variable Name="TheOrderNumber"/>
track.basketId= "";
track.userId= "";
track.cli_email= "";
track.cli_firstname= "";
track.cli_lastname= "";
track.cli_city= "";
track.cli_state= "";
track.cli_country= <Actinic:Variable Name="InvoiceCountry"/>
track.cli_segment= "";
track.payment_method= "";
track.Master_Account_ID= "";
track.twNewOrder();
track.itemPriceHT= "";
track.itemQuantity= "";
track.itemSku= <Actinic:Variable Name="ProdRef"/> ;
track.itemName= <Actinic:Variable Name="ProductNameOnline"/>
track.itemCategoryName= "";
track.twAddItem();track.twSend();
</script>
<!-- END Twenga UK -->
After completing a test transaction two variables worked namely <Actinic:Variable Name="NumericOrderTotalCgi"/> and <Actinic:Variable Name="TheOrderNumber"/>. Unfortunately the others did not, in fact they seem to have reverted to actinic 7 NETQUOTEVAR variables (see bellow)
Does anyone know why this might have happened? And or has anyone successfully set up Twenga tracking on actinic?
Any help would be much appreciated.
TWENGA TRACKING AFTER SALE:
<!-- BEGIN Twenga UK J-->
<script language="javascript" type="text/javascript" src="http://tracker.twenga.co.uk/"></script>
<script language="javascript" type="text/javascript">
var track = new twengaTrack();
track.totalHT = NETQUOTEVAR:SUBTOTAL
track.currency = "GBP";
track.totalTTC = 3%2e40
track.shipping = NETQUOTEVAR:SHIPPING
track.tax = NETQUOTEVAR:TAX1
track.tva= "17.5";
track.orderId= LM11HA10007936
track.basketId= "";
track.userId= "";
track.cli_email= "";
track.cli_firstname= "";
track.cli_lastname= "";
track.cli_city= "";
track.cli_state= "";
track.cli_country= United Kingdom<BR>
track.cli_segment= "";
track.payment_method= "";
track.Master_Account_ID= "";
track.twNewOrder();
track.itemPriceHT= "";
track.itemQuantity= "";
track.itemSku= NETQUOTEVAR:PRODREF
track.itemName= NETQUOTEVAR:PRODUCTNAME
track.itemCategoryName= "";
track.twAddItem();track.twSend();
</script>
<!-- END Twenga UK -->
I was wondering if you could please help me with the following. I am trying to set up conversion tracking for Twenga, a shopping directory that works on a CPA model.
Recently I have been dealing with actinic support and they provided me with the required Actinic10 variables. The variables implemented are as follows:
<!-- BEGIN Twenga UK -->
<script language="javascript" type="text/javascript" src="http://tracker.twenga.co.uk/285a25c17f351708754cdb6d56f3962e"></script>
<script language="javascript" type="text/javascript">
var track = new twengaTrack();
track.totalHT = <Actinic:Variable Name="SubTotal"/>
track.currency = "GBP";
track.totalTTC = <Actinic:Variable Name="NumericOrderTotalCgi"/>
track.shipping = <Actinic:Variable Name="Shipping"/>
track.tax = <Actinic:Variable Name="Tax1"/>
track.tva= "17.5";
track.orderId= <Actinic:Variable Name="TheOrderNumber"/>
track.basketId= "";
track.userId= "";
track.cli_email= "";
track.cli_firstname= "";
track.cli_lastname= "";
track.cli_city= "";
track.cli_state= "";
track.cli_country= <Actinic:Variable Name="InvoiceCountry"/>
track.cli_segment= "";
track.payment_method= "";
track.Master_Account_ID= "";
track.twNewOrder();
track.itemPriceHT= "";
track.itemQuantity= "";
track.itemSku= <Actinic:Variable Name="ProdRef"/> ;
track.itemName= <Actinic:Variable Name="ProductNameOnline"/>
track.itemCategoryName= "";
track.twAddItem();track.twSend();
</script>
<!-- END Twenga UK -->
After completing a test transaction two variables worked namely <Actinic:Variable Name="NumericOrderTotalCgi"/> and <Actinic:Variable Name="TheOrderNumber"/>. Unfortunately the others did not, in fact they seem to have reverted to actinic 7 NETQUOTEVAR variables (see bellow)
Does anyone know why this might have happened? And or has anyone successfully set up Twenga tracking on actinic?
Any help would be much appreciated.
TWENGA TRACKING AFTER SALE:
<!-- BEGIN Twenga UK J-->
<script language="javascript" type="text/javascript" src="http://tracker.twenga.co.uk/"></script>
<script language="javascript" type="text/javascript">
var track = new twengaTrack();
track.totalHT = NETQUOTEVAR:SUBTOTAL
track.currency = "GBP";
track.totalTTC = 3%2e40
track.shipping = NETQUOTEVAR:SHIPPING
track.tax = NETQUOTEVAR:TAX1
track.tva= "17.5";
track.orderId= LM11HA10007936
track.basketId= "";
track.userId= "";
track.cli_email= "";
track.cli_firstname= "";
track.cli_lastname= "";
track.cli_city= "";
track.cli_state= "";
track.cli_country= United Kingdom<BR>
track.cli_segment= "";
track.payment_method= "";
track.Master_Account_ID= "";
track.twNewOrder();
track.itemPriceHT= "";
track.itemQuantity= "";
track.itemSku= NETQUOTEVAR:PRODREF
track.itemName= NETQUOTEVAR:PRODUCTNAME
track.itemCategoryName= "";
track.twAddItem();track.twSend();
</script>
<!-- END Twenga UK -->