Newsletter Landing Page Analytics: What to Track
Your newsletter landing page has one job: convert visitors into subscribers. Analytics tells you how well it is doing that job — and where the drop-off is.
What to measure
The core metric for a newsletter landing page is simple: what percentage of visitors who arrive at the page submit the form?
You cannot calculate this directly from pageview data, but you can get close:
- Visits to the landing page — tracked automatically via the Antlytics tracking snippet.
- Signups (conversions) — tracked via a conversion goal on your thank-you page.
- Implicit conversion rate — goal completions divided by landing page visits.
This gives you enough to work with for optimising the page.
Setting up a path-based goal for your thank-you page
Most newsletter platforms redirect to a confirmation or thank-you URL after a successful signup. That URL is your conversion signal.
In your Antlytics dashboard under Settings → Goals, add a goal for the thank-you pathname:
- Mailchimp:
/subscribe/successor similar (check your Mailchimp form settings) - ConvertKit / Kit: the redirect URL you set in the form settings
- Custom form: wherever you redirect after form submission
Once the goal is configured, every signup fires a goal completion. You can see total signups alongside your landing page traffic.
If your form submits without a redirect (AJAX), you will need to fire a custom event or redirect to a dedicated confirmation page. The simplest option is always to redirect — it also gives subscribers a clear confirmation that their submission worked.
Referrer analysis: where are signups coming from?
Knowing that 40 people signed up is useful. Knowing that 30 of them came from a specific newsletter issue or tweet is actionable.
In your Antlytics dashboard, the Referrers breakdown shows which domains sent traffic to your landing page. If you promote via email, make sure your email links include UTM parameters so the referrer is captured:
https://yoursite.com/subscribe?utm_source=twitter&utm_medium=social&utm_campaign=launch
UTM parameters pass through the URL and appear in the Sources breakdown, letting you compare which promotion channels drive the most (and highest-converting) traffic.
What your landing page traffic tells you
Beyond the headline conversion rate, watch:
Bounce rate — visitors who arrive and immediately leave without interacting. A high bounce rate on a landing page usually means a mismatch between what the visitor expected and what they found.
Top referrers — where are visitors arriving from? Direct traffic often means people typing the URL directly (existing audience). Search traffic means your page has some organic reach. Social traffic is campaign-driven.
Geographic spread — if your newsletter is time-sensitive (like a daily digest), knowing your audience location helps plan send times.
Mobile vs desktop — not directly available in Antlytics today, but worth verifying via your form platform's analytics if your signup rate seems low.
A/B testing without cookies
Traditional A/B testing tools rely on cookies to assign visitors to experiment variants and track conversions consistently. Privacy-first analytics does not use cookies.
There are two practical approaches for newsletter landing page A/B testing without cookies:
Sequential testing: Run variant A for two weeks, variant B for two weeks, compare signup rates. Crude but effective for pages with steady traffic.
Split URL testing: Create /subscribe-v1 and /subscribe-v2, split traffic between them (via your CDN, Cloudflare Workers, or your framework's middleware), and set up separate goals for each. Compare goal completions per landing page visit.
Neither is as clean as a dedicated A/B testing tool, but both work without introducing cookies or consent requirements.
What you don't need to track
You do not need to track individual user journeys for a newsletter landing page. The question is simply: of the people who arrived, how many converted? You do not need to know who arrived, what device they used, or what their session looked like.
This is where privacy-first analytics is a natural fit. The page has a single funnel with a single conversion event. Cookieless tracking captures exactly that.
FAQ
My newsletter platform has its own analytics — do I need Antlytics as well? Your newsletter platform tracks opens and clicks within emails. Antlytics tracks what happens on your website before and after the email. They measure different things. Running both gives you a complete picture.
Can I track the confirmation email click-through back to my site?
Yes. Add UTM parameters to any links in your confirmation email (e.g., utm_source=email&utm_medium=confirmation). Visitors who click through will show up with those UTM values in your Antlytics referrer breakdown.
What if I use a hosted signup page from my newsletter platform (not my own domain)?
Antlytics only tracks pages where you have installed the tracking snippet. If your signup form is hosted on mailchimp.com or kit.com, you cannot add the snippet there. Redirect to a page on your own domain post-signup and track the thank-you URL as a goal.
How do I know if my landing page is performing well? Newsletter landing page conversion rates vary widely by audience, niche, and how qualified the traffic is. Cold traffic from ads typically converts at 2–5%. Warm traffic from your existing audience or referrals can convert at 15–30% or higher. The baseline is less important than the trend — is your conversion rate improving over time?
Related: UTM campaign tracking guide · Conversion goals without cookies · Analytics for indie developers