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.
This guide walks you through testing your referral landing page to confirm that referral content appears, loads from the correct environment, and that test referrer profiles are created as expected.
Website Test

Open a private browser window
Open a private or incognito browser window.
Navigate to your landing page
Go to your referral landing page (e.g. https://yourdomain.com/refer-a-friend).
Check the referral offer
Check the Mention Me embedded offer is visible and enrol as a referrer with test details.
Inspect network requests
Right-click anywhere and select Inspect, then open the Network tab. Filter by your partnerCode, reload the page, and look for requests to tag-demo.mention-me.com.
Verify request details
Click the request and check:
- Headers tab — environment is demo
- Payload tab — partnerCode and localeCode are correct, situation is set to landingpage

Search for your test referrer
In the Mention Me platform, go to Customers and search for your test referrer’s email address. Confirm the profile
Click the profile and confirm:
- Customer is signed up for the expected campaign
- All customer details (campaign, locale, referral status) match your test

Troubleshooting
- Content doesn’t appear — check that the Mention Me JavaScript is included on the page and ensure the wrapper element (
<div id="mmWrapper">) is present in your HTML.
- Requests go to tag.mention-me.com instead of tag-demo.mention-me.com — you’re pointing to the live environment. Switch to the DEMO JavaScript tag until testing is complete.
Need Help?
If anything looks incorrect or a request to tag-demo.mention-me.com doesn’t appear, contact the team via the help form with testing steps and screenshots.Before You Begin
-
Activate Debug Dashboard — log in to your Mention Me Production dashboard, go to your Debug Dashboard, and click “Enable debug mode” to activate real-time monitoring.
-
Confirm campaign setup — set your campaign to Running. Customers won’t see anything yet.
Website Test
Navigate to your referral page
Navigate directly to your referral page URL (e.g. https://yourdomain.com/refer-a-friend).
Check the page
Embedded referral content appears clearly and layout/messaging look as expected.
Open DevTools
Right-click anywhere on the page, select Inspect, then open the Network tab and reload.
Verify network requests
Filter by your partnerCode and check the request to tag.mention-me.com:
- Headers tab — script begins with
https://tag.mention-me.com
- Payload tab — partnerCode is correct, localeCode matches your campaign, situation = landingpage

Submit test details
Enter a test first name, surname, and email address into the referral form, then submit and interact with the share options.
Search for the test profile
In your Production dashboard, go to Customers and search with the test email. Verify the profile
Check the profile: referrer has been created, status shows signed up to the expected campaign and offer, and customer details are correct.

Troubleshooting
- Content not appearing — confirm
<div id="mmWrapper"></div> is present, ensure the live Mention Me script is in use (tag.mention-me.com), and reload in incognito with no extension blockers.
- “Unable to find suitable offer” warning in debug — the offer is not set to Running. Go to the campaign and ensure the offer status is set to “Running”.
- Error responses from Network request:
- 400 — Bad Request: check the payload for missing or malformed parameters
- 403 — Forbidden: check that you have enabled debug mode
- 404 — Not Found: your partnerCode or URL may be incorrect
Need Help?
If something doesn’t look right or your test profile isn’t appearing, contact the team via the help form with a link to the page, the test email address used, and a screenshot of the Network tab.