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

# Tag Containers

> How to integrate Mention Me tags using tag container vendors like Google Tag Manager

## Overview

If you have or plan to use a tag container, it can be even easier to integrate with us. Our tags work with most tag container vendors and we've already integrated with Qubit, OpenTag, TagMan, BrightTag, DC-Storm, Tealium and Google Tag Manager.

## Supported Platforms

Specific instructions are available for:

<CardGroup cols={1}>
  <Card title="Google Tag Manager" icon="google" href="/knowledge/tags/google-tag-manager">
    Detailed instructions for deploying Mention Me tags via GTM.
  </Card>
</CardGroup>

We support almost any tag manager, including:

<CardGroup cols={3}>
  <Card title="Qubit" icon="tag" href="https://www.qubit.com" />

  <Card title="Tealium" icon="tag" href="https://tealium.com" />

  <Card title="BrightTag" icon="tag" href="https://www.signalco.com" />

  <Card title="OpenTag" icon="tag" href="https://www.qubit.com/tag-management" />

  <Card title="TagMan" icon="tag" href="https://www.ensighten.com" />

  <Card title="DC Storm" icon="tag" href="https://www.dcstorm.com" />
</CardGroup>

## How It Works

Tag containers wrap the same JavaScript snippets documented in our [tag integration guides](/developer-docs/integration/overview). Instead of placing the script tags directly in your page HTML, you configure them within your tag manager and use its triggers to control when they fire.

The Mention Me tags themselves are identical — the tag container simply manages their deployment.

<Note>
  If you're using a tag container, make sure the `mmWrapper` div is still present in your page HTML where needed (e.g. for referee, dashboard, and landing page tags). The tag container only manages the JavaScript — the placeholder div must be in the page source.
</Note>

For single-page applications (SPAs), see [SPA Implementation](/knowledge/tags/spa-implementation) for additional considerations when using tag containers with dynamic routing.

## Related guides

<CardGroup cols={2}>
  <Card title="Google Tag Manager Setup" icon="google" href="/knowledge/tags/google-tag-manager">
    Step-by-step guide for configuring your data layer, variables, and all four tag types in GTM.
  </Card>

  <Card title="Error Codes Reference" icon="triangle-exclamation" href="/developer-docs/integration/reference/error-codes">
    Troubleshoot HTTP and JavaScript errors from Mention Me tags.
  </Card>
</CardGroup>
