# Fathom AnalyticsFathom Analytics is a Google Analytics alternative that doesn't compromise visitor privacy for data.
[Fathom Analytics](https://usefathom.com/) is a Google Analytics alternative that doesn't compromise visitor privacy for data.

## Prerequisites

To follow this guide, you'll need an existing [Thulite](https://thulite.io/) site and a [Fathom](https://usefathom.com/docs/start/create) project.

## Add script

Add to `layouts/partials/head/script-header.html`:

```html
<script src="https://cdn.usefathom.com/script.js" data-site="SITE_ID" defer></script>
```

## Resources

- [Advanced embed script settings](https://usefathom.com/docs/script/script-advanced)
- [If Fathom isn't working on your site](https://usefathom.com/docs/troubleshooting/not-working)
