Getting Woocommerce Order data
-
Hello,
I am reaching out as I really struggle to install a pixel that will give data to a platform.
They told me to install this code by replacing the field names (ORDER_ID, AMOUNT, PLACEHOLDER) with coded information that will capture the order information on the checkout page. Here are the instructions received:
Merchant Image pixel to be placed on checkout success page:
<!– Offer Conversion: Smile_Av –>
<img
src=”https://cashback.go2cloud.org/aff_l?offer_id=3115&adv_sub=ORDER_ID&amount=AMOUNT&
conversion_unique_id=PLACEHOLDER” width=”1″ height=”1″ />
<!– // End Offer Conversion –>Merchant replaces the field names with the actual order information:
TRACKING FIELD: adv_sub FIELD NAME: ORDER_ID ORDER INFORMATION: Merchant order ID
TRACKING FIELD: amount FIELD NAME: AMOUNT ORDER INFORMATION: Sale amount of order without comma sign
TRACKING FIELD: conversion_unique_id FIELD NAME: PLACEHOLDER ORDER INFORMATION: 3115PHORDER_IDI use WordPress and the Woocommerce plugin. I am lost at how to do this. Is there a code I should put a code in the body using the “Header and Footer” plugin?
Thank you for your help!
- The topic ‘Getting Woocommerce Order data’ is closed to new replies.