> ## Documentation Index
> Fetch the complete documentation index at: https://docs.taginsight.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commander Act setup

> How to set up Tag Insight with Commander Act TagCommander

## Overview

Commander Act TagCommander is a popular European tag management system. If your website uses Commander Act, setting up Tag Insight is simple - your technical team just needs to add one tag.

## What you'll need

Before starting, make sure you have:

* ✅ Someone with access to your Commander Act account
* ✅ Your Tag Insight Project ID (found in your dashboard)
* ✅ About 15 minutes for setup

<Note>
  Commander Act is especially popular in France and Europe. If you're not sure if you use it, ask your web developer or digital team.
</Note>

## Setup process

### Step 1: Access Commander Act

Your technical team member should:

<Steps>
  <Step title="Log into Commander Act">
    Go to your Commander Act platform and sign in
  </Step>

  <Step title="Select your container">
    Choose the container for your website
  </Step>

  <Step title="Navigate to Tags">
    Go to the Tags section
  </Step>

  <Step title="Add new tag">
    Click to add a new custom tag
  </Step>
</Steps>

### Step 2: Configure Tag Insight

Your developer will:

1. Name the tag "Tag Insight - Monitoring"
2. Choose "Custom JavaScript Tag" as the type
3. Add the Tag Insight code (they can get this from our support team)
4. Replace YOUR\_PROJECT\_ID with your actual project ID

<Warning>
  Make sure to use your specific Project ID from the Tag Insight dashboard - each project has a unique ID.
</Warning>

### Step 3: Set the perimeter

Choose where Tag Insight should run:

<Tabs>
  <Tab title="All pages (Recommended)">
    **Best for most websites**

    * Complete tracking coverage
    * No configuration needed
    * Easiest to maintain
  </Tab>

  <Tab title="Specific sections">
    **For targeted tracking**

    * Only certain page types
    * Exclude admin areas
    * Custom rules
  </Tab>

  <Tab title="Exclude pages">
    **Privacy considerations**

    * Skip login pages
    * Exclude sensitive areas
    * Comply with regulations
  </Tab>
</Tabs>

### Step 4: Deploy and test

<Steps>
  <Step title="Save the tag">
    Save your Tag Insight configuration
  </Step>

  <Step title="Generate container">
    Create a new container version
  </Step>

  <Step title="Test in staging">
    Deploy to your test environment first
  </Step>

  <Step title="Verify tracking">
    Check Tag Insight Live Debugger for data
  </Step>

  <Step title="Deploy to production">
    Once verified, deploy to your live site
  </Step>
</Steps>

## Commander Act specific features

### Working with variables

Commander Act uses variables differently than other systems:

* Your developer can map Commander Act variables to Tag Insight
* Common variables like page name and user ID work automatically
* Custom variables can be configured as needed

### Privacy & Consent

Commander Act has strong privacy features:

* Tag Insight respects consent choices automatically
* Works with Commander Act's TrustCommander
* GDPR compliant by default
* No additional configuration needed

### Multi-site management

Managing multiple websites?

* Use one container for all sites
* Or create separate containers
* Tag Insight can handle both approaches

## Working with your team

### For marketing managers

Share this guide with your developer and ask them to:

1. Install Tag Insight in Commander Act
2. Test it's working in staging
3. Deploy to production
4. Confirm when it's live

### Questions to ask

* "Is Tag Insight active on all pages?"
* "Did you test it before deploying?"
* "Are we using the right Project ID?"
* "Is it respecting our consent settings?"

### What to expect

After installation:

* Data appears in Tag Insight within minutes
* Live Debugger shows real-time activity
* Audit reports start generating
* You can begin monitoring tracking quality

## Common setups

<AccordionGroup>
  <Accordion title="E-commerce websites">
    Tag Insight automatically recognizes:

    * Product views
    * Add to cart events
    * Purchase confirmations
    * Standard e-commerce data
  </Accordion>

  <Accordion title="Lead generation sites">
    Track important actions:

    * Form submissions
    * Download requests
    * Contact interactions
    * Conversion events
  </Accordion>

  <Accordion title="Media websites">
    Monitor engagement:

    * Page views
    * Article reads
    * Video plays
    * User interactions
  </Accordion>
</AccordionGroup>

## Best practices

<CardGroup cols={2}>
  <Card title="Test thoroughly" icon="flask">
    Always test in staging first
  </Card>

  <Card title="Document changes" icon="book">
    Keep notes about your setup
  </Card>

  <Card title="Regular updates" icon="sync">
    Check after website changes
  </Card>

  <Card title="Team alignment" icon="users">
    Keep everyone informed
  </Card>
</CardGroup>

## Troubleshooting

If you're not seeing data:

<AccordionGroup>
  <Accordion title="No data appearing">
    * Check the container is deployed (not just saved)
    * Verify the correct Project ID is used
    * Ensure Tag Insight tag is active
    * Wait 5 minutes and check again
  </Accordion>

  <Accordion title="Missing from some pages">
    * Check perimeter settings
    * Verify container is on all pages
    * Look for page-specific issues
  </Accordion>

  <Accordion title="Consent issues">
    * Ensure TrustCommander is configured
    * Check consent categories
    * Verify Tag Insight category assignment
  </Accordion>
</AccordionGroup>

## Advanced features

### Server-side option

Commander Act offers server-side tagging:

* Better performance
* Enhanced privacy
* More reliable data
* Ask your developer about this option

### Data activation

Use Tag Insight data with Commander Act:

* Create audiences based on tracking quality
* Trigger actions on tracking failures
* Enhance your data strategy

## Getting help

Need assistance?

1. **Contact support** - [support@taginsight.com](mailto:support@taginsight.com)
2. **Commander Act help** - They know Tag Insight
3. **Book a demo** - Get personalized guidance
4. **Check FAQ** - Common questions answered

## Next steps

<CardGroup cols={2}>
  <Card title="View your data" icon="chart-line" href="/tools/live-debugger">
    See tracking in real-time
  </Card>

  <Card title="Set up monitoring" icon="bell" href="/monitoring/alerts">
    Configure tracking alerts
  </Card>

  <Card title="Import tracking plan" icon="file-import" href="/tracking-plans/import-methods">
    Define what to track
  </Card>

  <Card title="Install extension" icon="chrome" href="/tools/chrome-extension">
    Visual debugging tool
  </Card>
</CardGroup>
