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 dashboard tag embeds the referral dashboard on your “My Account” or customer account section. This guide covers testing in both Demo and Live environments.
Testing the dashboard tag in DEMO environment

Website Test

1

Open a private browser window

Open an incognito or private browser window.
2

Navigate to My Account

Log in with a test customer account and go to your My Account (customer dashboard) section.
3

Check the embedded dashboard

Check the embedded referral dashboard is displayed within <div id="mmWrapper"> or the correct container.
4

Inspect network requests

Right-click anywhere on the page, select Inspect, then open the Network tab. Reload the page and filter by your partnerCode.
5

Verify request details

Click the request and confirm:
  • Headers: environment is demo
  • Payload: situation is dashboard, email matches the logged-in customer, and localeCode matches the account page language
Network tab showing DEMO dashboard tag request details

Troubleshooting

  • Dashboard not visible — check <div id="mmWrapper"> is present and the correct tag is implemented. Look for JavaScript errors in the browser console. Ensure you are using the DEMO tag.
  • No request to tag-demo.mention-me.com — check you are using the DEMO tag; reload after clearing cache/cookies.
  • Email/locale missing in request — check your Mention Me tag initialisation includes customer email and locale.

Need Help?

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