> ## 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.

# Testing Your Integration

> How to test Mention Me tags before going live, including debug mode and environment setup

## Using the Demo Environment

Always use the URL `tag-demo.mention-me.com` in your tags when developing and testing. The demo server is a production-like version of Mention Me set up with your account and test campaigns that display when you make tag requests.

You can send the demo system test or mocked customer data without the risk of real coupons being given out or cash/rewards changing hands. We can give you access to the client dashboard on the demo server at your request so you can review the state of the integration.

<Tip>
  Use your browser's Network or Console tabs (filter to `mention-me.com`) to see exactly how the tag is being called and diagnose any issues.
</Tip>

The offers and forms can be disabled at any time from the Mention Me platform without requiring any development work. You can go live with the integration tags before any campaign is designed to start — campaigns can start, change and finish without any further development involvement.

## Debug Mode

You can enable debug mode to inspect tag behaviour in detail:

<Steps>
  <Step title="Enable debug mode">
    Activate debug mode from the Mention Me platform. See [Debug Dashboard](/knowledge/tags/debug-dashboard) for details.
  </Step>

  <Step title="Inspect tag events">
    Check all tag firing events using the browser's Network or Console tabs. These will show you exactly how each tag is being called and allow you to diagnose any issues.
  </Step>

  <Step title="Verify tag content">
    The following content should be served for each tag:

    * **Referrer tag**: If integrated correctly, content should be served on the order confirmation page.
    * **Referee tag**: The "Been referred by a friend?" link should be injected on the page. When clicked, content should be served.
  </Step>
</Steps>

## Publishing to Live

After you've implemented and tested the tags, you can publish them to your live site.

<Note>
  Make sure to switch from `tag-demo.mention-me.com` to the live URL `tag.mention-me.com` when you deploy your integration.
</Note>

You can publish the tags at any time on your live site — content will only show when the integration is approved by us.

## Step-by-step testing guides

For detailed walkthrough instructions on testing each tag type in both Demo and Live environments:

<CardGroup cols={3}>
  <Card title="Post-Purchase Tag" icon="bag-shopping" href="/knowledge/onboarding/testing/postpurchase-tag">
    Test the referrer tag on order confirmation.
  </Card>

  <Card title="Referee Tag" icon="user-plus" href="/knowledge/onboarding/testing/referee-tag">
    Test the referee tag in checkout.
  </Card>

  <Card title="Dashboard Tag" icon="table-columns" href="/knowledge/onboarding/testing/dashboard-tag">
    Test the dashboard tag in the account area.
  </Card>
</CardGroup>

## Browser Support

Mention Me supports the following browsers and environments:

<AccordionGroup>
  <Accordion title="Windows (7, 8, 8.1, 10)">
    * Internet Explorer: 11+
    * Edge: 14+
    * Chrome: Last two versions
    * Firefox: Last two versions
  </Accordion>

  <Accordion title="Mac (10.9+ / Mavericks and above)">
    * Safari: 9+
    * Chrome: Last two versions
    * Firefox: Last two versions
  </Accordion>

  <Accordion title="iOS (10.3+)">
    * Chrome: Last two versions
    * Safari: 9+
  </Accordion>

  <Accordion title="Android (v5+ / Lollipop and above)">
    * Chrome: Last two versions
    * Firefox: Last two versions
    * Android Browser: Last two versions
  </Accordion>
</AccordionGroup>

### TLS Protocols

In line with security best practices, we use secure encryption protocols. Browsers that do not support the following cipher suites will be unable to view our pages:

* TLS v1.2
