How to test the Mention Me dashboard tag on your customer account page in both Demo and Live environments.
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.
Demo
Live
Testing the dashboard tag in the DEMO environment.
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.
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 PRODUCTION tag (tag.mention-me.com).
No request to tag.mention-me.com — check you’re using the PRODUCTION tag; reload after clearing cache/cookies.
Email/locale missing in request — check your Mention Me tag initialisation includes customer email and locale.
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