• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

hi can i put variables inside custom tracking code java script

i have this js code i put in custom code tracking for thank you page i want to place total cost and invoice id or order id
<script id="pap_x2s6df8d" src="https://www.linkaraby.com/scripts/2xjh8l8dq0" type="text/javascript"></script>

<script type="text/javascript">

PostAffTracker.setAccountId('65465');

var sale = PostAffTracker.createSale();

sale.setTotalCost('Total Cost');

sale.setOrderID('Order ID');



PostAffTracker.register();



</script>
 
A

Avneesh

Guest
Hey Khaled, this couldn't be done before. But our team made some changes and now you can put Invoice ID and Total amount for tracking purposes on the thank you page.

1648040939852.png
 
Top