Platform Setup
Get RetailerBoost running on WooCommerce, Magento, BigCommerce, or custom platforms.
Add Customer Journey Tracking
Add our tracking script to your site's <head> section.
<script src="https://dashboard.retailerboost.com/js/retailerboost.min.js?store=YOUR_STORE_ID" defer></script>
Add Conversion Tracking
Add tracking code to your order confirmation page.
<!-- RetailerBoost Conversion Tracking -->
<!-- Place this on your order confirmation/thank-you page -->
<script>
if (window.RetailerBoost) {
window.RetailerBoost.trackConversion({
orderId: 'ORDER_ID', // Required: Unique order ID
orderTotal: ORDER_TOTAL, // Required: Order subtotal in cents
currency: 'USD', // Required: 3-letter currency code
email: 'CUSTOMER_EMAIL' // Optional: Customer email
});
}
</script>Connect Google Merchant Center
Grant access so we can connect our ads account to your product feed.
Add Our Admin User
Fastest methodWe'll connect our ads account to your MCA for you.
- Log into Google Merchant Center
- Go to Settings > Users and access
- Click + Add User with the email above
- Set access to Admin and save
Provide MCA ID Only
We'll send a connection request and you need to approve it in the email sent from Google. The email may arrive within 24 to 48 hours.
Find your ID in your Merchant Center dashboard (top right corner or account settings).
Enter your MCA ID in the RetailerBoost dashboard.
You can also do both if you want - adding the admin user speeds things up even if you've already provided your MCA ID.
What Happens Next?
Once complete, within 1 to 3 business days we review your setup, connect our Google Ads account, and launch your campaigns. You'll receive an email when you're live.