BDOW
BDOW is an onsite engagement and email capture platform that allows you to create popups and forms to collect visitor email addresses on your website.
Key features include:
- Email capture popups and embedded forms
- Campaign creation and management dashboard
- Display rules and targeting options
- Basic performance and engagement reporting
BDOW integrates with ShopWired by embedding a into your ShopWired theme. Campaign behaviour is managed within BDOW.
Account creation
Account creation
To begin using BDOW with ShopWired, create an account on the BDOW website at https://bdow.com
After completing sign-up, BDOW will provide you with an installation code.
Theme installation
Theme installation
BDOW will provide you with a JavaScript installation code for your website, similar to the example below:
<script async>
(function(s,u,m,o,j,v){
j=u.createElement(m);v=u.getElementsByTagName(m)[0];
j.async=1;j.src=o;j.dataset.sumoSiteId='YOUR_UNIQUE_ID';
v.parentNode.insertBefore(j,v)
})(window,document,'script','//load.sumome.com/');
</script>
The script shown above is provided as an example only. You must copy the exact script provided in your own account, as the script and any ID values will be unique to your website.
Add the installation code to your theme’s master.twig file so that it is displayed on every page of your website.
- Navigate to Website > Themes
- Select the
code editoroption for the theme you want to edit - Open the
master.twigfile - Add the script just above the closing
</body>tag - Select Save changes
Recommendations
Recommendations
- Install the BDOW script on your live theme so campaigns can display to visitors.