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

# Demandbase

> Add the Demandbase script to track anonymous demo visitors and account activity.

Use a **Demandbase** tracking script to load the Demandbase tag on your Navattic demos.

### Add Demandbase to your demos

Follow these steps to add Demandbase tracking to your Navattic demos:

<Steps>
  <Step title="Get your Demandbase key">
    Demandbase keys are 16-character hex strings, such as `162a6962a6a8177c`.
  </Step>

  <Step title="Add the Demandbase script in Navattic">
    Visit your **Navattic demo** > click the three dots next to the Share button > **Tracking scripts**.
    Paste this snippet into the input field:

    ```html theme={null}
    <script src="https://tag.demandbase.com/<demandbase_key>.min.js"></script>
    ```

    You do not need to publish your demo for the change to take effect.
  </Step>

  <Step title="Validate tracking in Demandbase">
    Open the demo and confirm page views and engagement activity appear in Demandbase.
  </Step>
</Steps>
