Skip to main content

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.

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.

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:
  1. 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).
  2. 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.
  3. 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).
Testing the referee tag in DEMO environment

Website Test

1

Navigate to checkout

Go to your site, add an item to your basket, and proceed to checkout (don’t submit payment).
2

Check for the referee link

Check for the visible referee link: “Been referred by a friend?” near the email, promo, or form field.
3

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.
4

Verify network requests

Open DevTools, go to the Network tab, reload the page, and filter for your partnerCode. Confirm a request to tag-demo.mention-me.com with:
  • environment: demo
  • partnerCode and localeCode are correct
  • situation: checkout
Network tab showing DEMO referee tag request details

Platform Verification

1

Open the Customers page

Go to the Customers page in the Mention Me platform.
2

Search for your referee

Search for your referee.
3

Confirm the profile

Open the profile and confirm:
  • The referee is created and status shows “awaiting purchase”
  • Details match your campaign and locale
Verifying referee profile status in 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.

Need Help?

Contact the team via the help form with testing steps and screenshots.
Last modified on March 31, 2026