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. Only the Referrer tag is added for your Global-e checkout. The referee tag should be added directly to your cart or basket page.Implementing the Referrer Tag
This tag collects customer information and serves referral offers post-purchase.1
Add the Tag
Paste the following script on the page containing your Global-e iframe:
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.
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: Mention Me Referrer Parameters 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.

The globale-tracking.liquid snippet with the Mention Me referrer tag added.
<head> tag in your layout.

The theme.liquid include for the globale-tracking snippet.