How can I modify Trade Tracker pixel code to deduct VAT?

I have installed Trade Tracker pixel. The commission is calculated from the subtotal price where VAT is included. How should I chance the code to deduct VAT from the subtotal price. Here is the code: transactionAmount: parseFloat({{ subtotal_price | divided_by: 100 }}) || 0,