Measuring Transactional Value Through The Facebook Pixel

Hey Guys

We have implemented the Facebook pixel on our site and are successfully measuring transactions, but we can't seem to pull in the transaction value. Do you know what the correct variable should be to pull in the transaction value and how to implement it?

My current code below has the correct setup but I believe the variable is wrong:

<script>
fbq('track', 'Purchase', {
value: 'tot_paid_amt',
currency: 'USD',
});
</script>

As you can see above I'm trying to use the variable 'total_paid_amt'. 

Thanks for your help!

Parents Reply Children
No Data