Skip to main content
This guide covers deploying the Dashboard tag through Google Tag Manager (GTM) in your customer account area.
GTM manages the <script> tag only. The mmWrapper placeholder div still needs to be added directly to your account page template.
1

Add the wrapper div to your page template

2

Push the logged-in customer's details to the data layer

This typically needs to be rendered server-side (or hydrated from your logged-in session) since the dashboard requires knowing which customer is viewing the page.
3

Create Data Layer Variables in GTM

Create a Data Layer Variable for mmEmail, mmFirstname, mmSurname, and mmLocale.
4

Create the Custom HTML tag

Test against tag-demo.mention-me.com before switching to tag.mention-me.com.
5

Set the trigger

Create a Custom Event trigger firing on mentionMeDashboard, scoped to your account/dashboard page.
6

Preview and publish

Confirm in GTM Preview mode that the dashboard renders for a logged-in customer, then publish.
The Dashboard tag page also documents a canonical URL form with the email in the path rather than the query string, useful for server-rendered links.
Last modified on July 17, 2026