into WooCommerce Conversion Tracking's Successful Order field:
script for AddToCart if( result > 0 ){ fbq('track', 'AddToCart', { value: result, ...
fbq('track', 'Purchase', {currency: “USD”, value: get_order_total(); ?> }); However, this doesn't work naturally because of the page generated ...
I'm looking to add a Facebook tracking event which includes purchase amount & currency to a WooCommerce purchase confirmation page, ...
You need to dynamically pass the value of a purchase in place of the actual dollar amount. For context, just refer to the “value: x.xx” section of the ...
Checkout Page: With fbq('track', 'InitiateCheckout');; Purchase Complete: With fbq ('track', 'Purchase', {value: '0.00', currency: 'USD'});.
Facebook Pixel Code -->