close this to read article
|
This article covers the following: |
Overview
Integrating Miva with Wingify allows you to run A/B testing campaigns on your Miva merchant website using Wingify. The end-to-end process of integrating Miva with Wingify involves the following steps:
Add Wingify SmartCode
- Sign in to your Miva account for the webstore and select User Interface under Menu.
- On the User Interface page, select the Settings tab.
-
Paste your Wingify SmartCode in the Head Tag Content field. For more information, see Configure your Wingify SmartCode.
Note:
- Your Wingify account ID is present in the top right of the Wingify app.
- To check if you have correctly installed the SmartCode on your webpage, enter the URL in the SmartCode Checker in the SmartCode section of your Wingify Account. See SmartCode Checker in Wingify to know what different results mean.
- To save changes, click Update.
Set Up Revenue Tracking
- Sign in to the administrator dashboard of your Miva account.
- Select User Interface and go to the Pages tab.
- On the Pages tab, locate the Invoice Page item. You can also search in the right corner by typing INVC.
- To edit the page, click the left hover button (indicated in the figure below).
-
In the Edit Page window, paste the following code snippet. You must paste the script above the </mvt: item> tag.
<script
type="text/javascript">
var _vis_opt_revenue = window.Order[2];
window._vis_opt_queue = window._vis_opt_queue || [];
window._vis_opt_queue.push(function()
{ _vis_opt_revenue_conversion(_vis_opt_revenue); });
</script><script type="text/javascript">
var _wingify_revenue = window.Order[2];
window._wingify_queue = window._wingify_queue || [];
window._wingify_queue.push(function()
{ _wingify_revenue_conversion(_wingify_revenue); });
</script>
To save changes, click Update. Congratulations! Your Miva store is now integrated with Wingify.
Note: If the revenue value is added as comma-separated value without decimals, Wingify by default replaces the comma (,) with a decimal. For example, if you enter the value as 1,500, the comma is replaced with a decimal as 1.5. Please make sure to add the revenue value without the comma (,) such as 1500 or 1500.0.
Need more help?
For more information or further assistance, contact Wingify Support.