# Tracking & Deliverability

Understanding how email tracking works — and when it backfires — is critical for cold outreach. This page explains why we focus on reply and bounce detection rather than open/click tracking, and how you can maximize inbox placement.

## Why We Don't Use Tracking Pixels

A tracking pixel is a tiny invisible image (1x1 pixel) embedded in an email. When the recipient's mail client loads the image, the sender knows the email was "opened."

**Why this hurts your deliverability:**

* **Spam filter signal.** Gmail and Outlook flag emails that load images from known tracking domains. Even one pixel from a shared tracking service correlates your email with thousands of other cold emailers on the same platform.
* **Forces HTML.** Plain-text emails can't carry pixels. Injecting one forces the email into HTML format, which itself scores worse with spam filters for cold first-touch messages.
* **Shared domain penalty.** If the tracking pixel loads from a shared domain (like `track.somesaas.com`), every sender using that service contributes to the domain's reputation — one bad actor tanks everyone.

**Why open rates are unreliable anyway:**

* **Apple Mail Privacy Protection** pre-fetches all images automatically, marking every email as "opened" even if the recipient never looked at it.
* **Gmail image proxying** caches images server-side, which can inflate counts or delay detection.
* **Corporate email security** (Barracuda, Mimecast) pre-loads all images to scan for threats, generating false opens.

The result: open rates from tracking pixels are both inaccurate and damaging to deliverability. They're a vanity metric for cold outreach.

## Link Click Tracking: Proceed with Caution

Link click tracking works by routing links through a redirect service that logs the click before forwarding to the real destination. It's more reliable than pixels (a click requires real human action), but carries its own risks.

**When links hurt deliverability:**

* **Shared redirect domains** (e.g., `track.instantly.ai`, `click.mailchimp.com`) are the biggest risk. Spam filters learn to associate these domains with bulk mail. Using one ties your sender reputation to every other user of that service.
* **URL shorteners** (bit.ly, tinyurl, etc.) are heavily penalized and sometimes outright blacklisted in cold email. Never use them.
* **Too many links** in a cold first-touch email trigger spam filters regardless of the domain. Keep it to one link maximum.

**When links are fine:**

* A single, natural-looking link to your website or a relevant resource.
* Links on your own domain or a subdomain you control (e.g., `resources.yourdomain.com`).
* Follow-up emails (2nd, 3rd touch) where a relationship has been started.

**Best practice:** If you include a link, make it one clear call-to-action on a domain you own. Don't use link tracking services for cold outreach.

## What Hyperscale Tracks (and Why It's Better)

Instead of unreliable pixel-based metrics, Hyperscale focuses on the signals that actually predict whether your outreach is working:

### Reply Detection

The strongest engagement signal possible — someone cared enough to write back. Hyperscale automatically detects replies across Gmail, Outlook, and SMTP, filtering out bounces, auto-responses, and out-of-office messages so you only see real human responses.

### Bounce Detection

Hard bounces (permanent failures like "user not found") are automatically flagged. This protects your sender reputation by ensuring you don't keep hitting dead addresses. Soft bounces (temporary issues like full mailboxes) are tracked separately and not penalized.

### Why Replies > Opens

In cold outreach, opens don't predict conversion. Someone "opening" your email (or their mail client pre-fetching it) tells you nothing actionable. A reply tells you they're interested, have questions, or want to engage — that's the signal you can act on.

## Tips for Maximum Deliverability

1. **Use plain text for first-touch emails.** No HTML formatting means no pixel is possible, the email looks personal (like a real human wrote it), and spam filters score it better.
2. **One link maximum.** If you need a CTA, make it one clean URL on your own domain. No tracking redirects, no shorteners.
3. **Personalization over tracking.** A well-personalized email gets replies. Replies are the metric that matters. Invest time in writing relevant messages rather than measuring who glanced at a generic one.
4. **Warm up gradually.** New domains and email addresses need time to build reputation. Start with 5-10 emails/day and ramp up over weeks. See our [Warming Up New Email Addresses](/email-best-practices/warming-up-new-email-addresses.md) guide.
5. **Authenticate your domain.** Properly configured SPF, DKIM, and DMARC dramatically improve inbox placement. See our [Email Authentication Guide](/email-best-practices/how-to-authenticate-email-dkim-dmarc-spf.md).
6. **Monitor bounces.** High bounce rates destroy sender reputation faster than anything else. Use verified email addresses (Hyperscale verifies emails before they reach your campaign) and remove bounced contacts immediately.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gethyperscale.com/email-best-practices/tracking-and-deliverability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
