How to Identify This Issue
If affected, you may see a message in your browser’s developer console:How to Reset a Tag So It Can Re-Fire
To allow a Mention Me tag to re-fire, clear its “fired” state from the browser’s memory. Place this snippet above your Mention Me tag script within your SPA’s code base or navigation handler. Change thesituation and implementation values to match your tag setup (for example, link and checkout for a referral tag on your checkout page).
situation and implementation values match the tag you want to reset.
How to Validate and Inspect Tags
Check that your tags are firing correctly using Chrome DevTools:1
Right-Click on the Web Page
Right-click on the web page.
2
Select Inspect
Select Inspect.
3
Open the Console Tab
Open the Console tab.
4
Run the Validation Command
Paste the following command and press Enter:
linkcheckout to indicate tags that have already fired.
For example, if you see embeddashboard, embed is the implementation, and dashboard is the situation.