<
HomeAugust 28, 2025 is the deadline for Shopify Merchants to replace existing Thank you and Order status pages with the new version of those pages.
The pixel script enclosed in this guide will need to be set against the correct site ID, depending on which market the user is in.
The script has been written to check the region the user is in when setting the site uuid.
In the code editor that appears, paste the full pixel script.
Before saving the script, please ensure to enter the country codes and site UUID’s required are completed using the variable. Variable snippet within script:
let sites = { 'GB': '00000000-0000-0000-0000-000000000000', 'US': '00000000-0000-0000-0000-000000000000', 'DE': '00000000-0000-0000-0000-000000000000', 'FR': '00000000-0000-0000-0000-000000000000', 'ES': '00000000-0000-0000-0000-000000000000', 'IT': '00000000-0000-0000-0000-000000000000', 'AU': '00000000-0000-0000-0000-000000000000', }