# Pixel tracking for RSS and email

A 1×1 gif for places that cannot run JavaScript: RSS readers, newsletters, and similar. When the client loads the image, Tinylytics records a **normal hit**. Same rules as the script: no cookies.

This is beta. Caching and image-blocking can undercount. There is no RSS-subscriber estimate and no email open-rate.

## Where the URLs live

Open the site’s **Community** tab. The pixel URLs and embed snippets are there. You can track the whole site, or pass a path so hits show up on that page.

## Basic pixel

```html
<img src="https://tinylytics.app/pixel/YOUR_EMBED_CODE.gif" alt="" width="1" height="1" />
```

## Per-content pixel

```html
<img src="https://tinylytics.app/pixel/YOUR_EMBED_CODE.gif?path=/your-post" alt="" width="1" height="1" />
```

Hits land on Overview with everything else. Community is only where you copy the URL.