Adding a Website
Websites are the core of ConversionWax. Each website you add becomes a workspace where you create personalized content, banners, and track analytics. Here is how to get started.
Creating a New Website
From the Home dashboard, click the Add Website button (the orange button at the top of the page). Enter your website URL in the dialog and confirm. Your new website card will appear on the dashboard immediately.
Installing the ConversionWax Script
After creating your website, you need to install the ConversionWax script on your site so that personalized content and banners can be delivered to your visitors.
Add the following script tag to your website, placing it above the closing </head> tag:
<script src="https://assets.conversionwax.com/dist/app.js" defer></script>
Each website in ConversionWax gets a unique ID that is used in the integration script. You can find this ID on your website's dashboard page.
What You Will See After Setup
Once your website is added, the website dashboard provides a central hub showing:
Your current subscription plan
Monthly pageview usage with a progress bar
Quick action links to Content, Banners, Assets, and Tags
Platform-Specific Setup
The script installation works the same way across all platforms, but the method for adding it varies:
Shopify - Add the script to your theme's
theme.liquidfile in the<head>sectionWordPress - Use a plugin like "Insert Headers and Footers" or add the script directly to your theme's
header.phpMagento - Add the script via the Admin panel under Content > Design > Configuration, or edit your theme's head template
Static HTML - Paste the script tag directly into the
<head>section of each page
After installation, ConversionWax will begin detecting pageviews and delivering any published content or banners to your visitors.

