How does Global-e integrate with websites?
Using Global-e as your checkout provider means your brand hosts specific pages (such as checkout or order confirmation) that contain a Global-e iframe. You cannot modify this iframe or use unsupported variables, but you can hook into Global-e functionality using their API to integrate Mention Me. There are two tags to implement: the Referrer tag and the Referee tag.Implementing the Referrer Tag
This tag collects customer information and serves referral offers post-purchase.Step 1: Add the Tag
Paste the following script on the page containing your Global-e iframe:Step 2: Add Partner Code and Locale
- Replace
<PARTNER-CODE>with your Mention Me Partner Code (ask your Client Manager). - Set the
locale:- Hardcode a value (e.g.
en_GB), or - Dynamically set using Global-e’s data layer.
- Learn more about locales.
- Hardcode a value (e.g.
Step 3: Update Demo to Live URL
- Use
tag-demo.mention-me.comwhen testing. - Switch to
tag.mention-me.comfor live use.
Additional Help
Required Mention Me variables: Integration instructions Global-e variables: Full Global-e variable listReferrer Tag in Global-e + Shopify
If using Shopify with Global-e, locate yourglobale-tracking.liquid snippet. It should include the following inside the OnCheckoutStepLoaded callback:
- Only run the tag when
data.StepId == data.Steps.CONFIRMATIONanddata.IsSuccessis true. - Include your Partner Code and a valid
locale.

<head> tag in your layout.
