Integrate Convert Experiences with WooCommerce

This Article Will Help You:


Convert-WooCommerce Integration

Integration of WooCommerce with Convert Experiences will help you to import Convert data into your WooCommerce eCommerce platform. For each experience, the integration can pass along the revenue information from the order received page.

This article assumes you already have a Wordpress site.

Add Tracking Code Snippets

Make sure the Convert tracking code and the WooCommerce are installed on your Wordpress site.

Add WooCommerce Conversion Tracking plugin on Your Wordpress site

You need to install the WooCommerce Conversion Tracking plugin for your Wordpress site:


Once you do this you will be able to see the Conversion Tracking option under WooCommerce:

Create a Revenue goal

Create a Revenue goal from the Goal templates in your experience.


Select Manual Revenue Tracking:

Add Manual Revenue Tracking Code to the Order Received Page

After you have saved the goal, go edit it and you will find the JavaScript code below. You will need to copy and paste this script in the Conversion Tracking option we described above. You need to replace revenue with {order_total} as this is the WooCommerce variable that shows the total amount of the order placed:


<script>
window._conv_q = window._conv_q || [];
window._conv_q.push(["pushRevenue",revenue,products_cnt,goal_id]);
</script>

 

View Revenue Data in Convert

In order to see the revenue data sent, you must login into your Convert account and go to your Reports.