Integrate Convert Experiences with WooCommerce

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:

mceclip1.png

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

mceclip2.png

Create a Revenue goal

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

mceclip0.png

Select Manual Revenue Tracking:

mceclip1.png

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>

mceclip3.png

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. 

mceclip5.png

mceclip4.png

mceclip6.png

Need assistance? Start a conversation with our Support Team.
CONVERT MORE

Reliably Convert More Site Visitors, Even If Everything Else is Changing in Your Business.

START 15-DAY FREE TRIAL
✓ No Credit Card  ✓ Easy Set-Up  ✓ Access All Features

Comments