Shopify Setup

Get RetailerBoost running on your Shopify store in about 5 minutes.

3 simple steps
1

Add Customer Journey Tracking

Paste our tracking script in your theme's <head> section.

<script src="https://app.retailerboost.com/js/retailerboost.min.js?store=YOUR_STORE_ID" defer></script>
IMPORTANT: Replace YOUR_STORE_ID with your actual Store ID from your dashboard.
2

Install Conversion Pixel

Add our custom pixel to track completed checkouts.

(function() {
  // RetailerBoost Conversion Pixel v1.x.x
  const STORE_ID = 'YOUR_STORE_ID';
  const BACKEND_URL = 'https://app.retailerboost.com';
  const JOURNEY_KEY = 'rboost_journey';

  analytics.subscribe('checkout_completed', function(event) {
    var checkout = event.data.checkout;
    var journeyId = null;
    
    try {
      journeyId = localStorage.getItem(JOURNEY_KEY);
    } catch(e) {}
    
    var payload = {
      store_id: STORE_ID,
      order_id: checkout.order.id,
      order_total_cents: Math.round(checkout.subtotalPrice.amount * 100),
      currency: checkout.currencyCode,
      order_number: checkout.order.name,
      journey_id: journeyId
    };
    
    fetch(BACKEND_URL + '/api/conversions', {
      method: 'POST',
      headers: { 'Content-Type': 'application/json' },
      body: JSON.stringify(payload)
    }).catch(function() {});
  });
})();
IMPORTANT: Replace YOUR_STORE_ID with your actual Store ID. Set permissions to 'Not required' so the pixel fires for all visitors.
3

Connect Google Merchant Center

Grant access so we can connect our ads account to your product feed.

A

Add Our Admin User

Fastest method

We'll connect our ads account to your MCA for you.

  1. Log into Google Merchant Center
  2. Go to Settings > Users and access
  3. Click + Add User with the email above
  4. Set access to Admin and save
OR
or
B

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.

No personal data collected. GDPR/CCPA compliant. No cookie consent required.

Need Help?

If you need assistance with setup, our team is here to help.