• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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