I have been requested by a Marketing company to place a Pixel Code in my WooCommerece checkout page to track conversions and generate reports.
Pixel Code:
<!-- Offer Goal Conversion: Cameras -->
It's required to replace AMOUNT with the sale amount of my cart and replace SUB_ID with the unique value (Like Order Number/id).
I tried replacing both values with several variables and values Like order_id, $order_id, $subtotal, subtotal but it doesn't seem to read and pass any data to the conversion report.
I need help to identify the correct WooCommerce variables for Cart Subtotal and Order Number that will read and pass data to the conversion report.
My Website is www.Trenddr.com
Thank You.