The referee tag lets new customers confirm who referred them at checkout and unlock their reward. This guide covers testing the tag in both Demo and Live environments.Documentation Index
Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
Use this file to discover all available pages before exploring further.
Understanding Referee Eligibility
The referee eligibility tag communicates reward approval status to Mention Me. When you pass a referee-eligible tag, you’re telling the system one of the following:- Referee reward is pending approval — you’re confirming the referee has met your criteria and their reward can be fulfilled. Most common in the “after purchase” case (e.g. waiting to confirm the referee has completed an action before issuing a reward).
- Referee is approved but referrer reward is pending — you’re saying the referee introduced by the referrer has met eligibility criteria, and the referrer can now be rewarded. Most common in the “before purchase” case where the referee has already received their reward.
- Both referee and referrer require approval — only the referee approval is processed automatically. The referrer approval is handled separately (e.g. the referee gets a subscription credit automatically while the referrer gets a manually-approved reward).
- Demo
- Live

Website Test
Navigate to checkout
Go to your site, add an item to your basket, and proceed to checkout (don’t submit payment).
Check for the referee link
Check for the visible referee link: “Been referred by a friend?” near the email, promo, or form field.
Complete the referral overlay
Click the link, complete the overlay (enter the referrer you created and your test referee email), and submit. Note the code or reward that displays.

Platform Verification
Open the Customers page
Go to the Customers page in the Mention Me platform.

Troubleshooting
- Link not displaying — confirm JavaScript and wrapper are present, and the referee tag is enabled for this page.
- Overlay doesn’t appear — check for the correct page element (
<div id="mmWrapper">) and install errors in the console. - No profile created — use a completely new test email and check that you’re searching the demo environment.
- Requests go to tag.mention-me.com (not DEMO) — update your script for DEMO testing.

