Laura Geller — Promo UTM Test Links
All links below point to the Marqo preview variant of the all-products-excl-dotd collection page.
Test Matrix
Switching Locale
Open browser console (F12 or Cmd+Option+J) and paste one of the snippets below. The page will reload in the new market.
Switch to GB:
const fd = new FormData(); fd.append('country_code', 'GB'); fd.append('_method', 'PUT'); fetch('/localization', { method: 'POST', body: fd }).then(() => location.reload());
Switch to US:
const fd = new FormData(); fd.append('country_code', 'US'); fd.append('_method', 'PUT'); fetch('/localization', { method: 'POST', body: fd }).then(() => location.reload());
Switch back to AU (default):
const fd = new FormData(); fd.append('country_code', 'AU'); fd.append('_method', 'PUT'); fetch('/localization', { method: 'POST', body: fd }).then(() => location.reload());
You can confirm the current market by running this in the console:
document.getElementById('marqo-config').getAttribute('data-country')
Market Scoping Notes
- US/AU has 6 active promo rules (includes EX20)
- GB has 5 active promo rules (EX20 is excluded by the theme's per-market Global Active Promotions setting)
- The EX25 UK and EX10 UK UTM links work in both markets since those rules are active in both