php file as this will be wiped entirely when you update the theme. /**. * Add custom tracking code to the thank-you page.
Revised: Dec 2018 | How do you add a conversion tracking code to the WooCommerce Thank You Page? Well, with a simple snippet...
Wondering how you can add a JotUrl conversion tracking code to your WooCommerce Thank-You-Page? Well, with the following simple ...
Plugin: WooCommerce » how to setup conversion tracking in thank you page ...
Please try this code add_action( 'woocommerce_thankyou', 'conversion_tracking' ); function conversion_tracking($order_id ) { // Lets grab the ...
In our example we want to track a conversion on our thank you page, which
It will output your code just after customers details at the end of the order- received page… Related: WooCommerce Thankyou tracking code ...
What plugin to use, or how to manually add analytics tracking code to the WooCommerce thank-you / order-recieved page via a snippet.
You may find yourself wanting to add some conversion tracking script into the thank-you page for woocommerce. Here is an example for how to do that:
Here's how we add the AdWords Conversion code to the checkout page without a plugin. Simply replace the tracking code below with the code provided by ...