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

# Carrd Analytics Integration

> Add tinyanalytics to a Carrd site with an Embed element set to code in the head — available on Carrd Pro plans.

To add tinyanalytics to a **Carrd** site, add an **Embed** element that injects the tracking snippet into the page head, then publish.

<Note>
  Embed elements require a **Carrd Pro plan** (Pro Lite, Pro Standard, or Pro Plus). The free plan doesn't allow custom code.
</Note>

## Before you start

* A tinyanalytics site. If you don't have one yet, follow the [Quickstart](/docs/tinyanalytics-quickstart).
* Your snippet from **Settings → Tracking** in your dashboard.
* A **Carrd Pro** plan.

## Add an Embed element

<Steps>
  <Step title="Add an Embed element">
    In the Carrd editor, add an **Embed** element to your page (**+ → Embed**).
  </Step>

  <Step title="Set it to Code in the head">
    In the element's settings, set **Type** to **Code** and **Style** to **Hidden**, then set **Location/Position** to **Head** so the snippet loads on every visit. Paste your snippet into the **Code** field:

    ```html theme={null}
    <script defer src="https://dash.tinyanalytics.io/script.js"
      data-site-id="YOUR_SITE_ID"></script>
    ```
  </Step>

  <Step title="Publish">
    **Publish** your site. The snippet runs on the published site, not the editor preview.
  </Step>
</Steps>

<Tip>
  Replace `YOUR_SITE_ID` with your real site ID, and copy the full snippet from **Settings → Tracking** if you've toggled any options.
</Tip>

## Verify

Open your **published** Carrd site in a browser, then check **Realtime** in your dashboard for your visit. See [Verify your setup](/docs/verify-tinyanalytics-installation) for the full check.

<Check>
  Your install is working when your visit to the **published** Carrd site appears in **Realtime** in your dashboard.
</Check>

## Related

<Columns cols={2}>
  <Card title="Install on any platform" icon="puzzle-piece" href="/docs/integrations/install-website-analytics">
    The universal method and other platforms.
  </Card>

  <Card title="Configure the tracking script" icon="sliders" href="/docs/configure-tinyanalytics-tracking-script">
    Every `data-*` option you can set.
  </Card>

  <Card title="Track custom events" icon="hand-pointer" href="/docs/custom-event-tracking">
    Measure signups and clicks.
  </Card>

  <Card title="Verify your setup" icon="circle-check" href="/docs/verify-tinyanalytics-installation">
    Confirm tracking works.
  </Card>
</Columns>


## Related topics

- [Angular Analytics Integration](/docs/integrations/angular-analytics.md)
- [Gatsby Analytics Integration](/docs/integrations/gatsby-analytics.md)
- [Astro Analytics Integration](/docs/integrations/astro-analytics.md)
