From 0569accf851b10f5e5b183062d15f881bc68ed77 Mon Sep 17 00:00:00 2001 From: Adalberto Plaza Date: Tue, 9 Dec 2025 16:06:44 +0100 Subject: [PATCH 1/2] Update URL Handling for mobile email tracking links Clarified mobile email tracking link handling for Android. --- specs/URL Handling.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs/URL Handling.md b/specs/URL Handling.md index f86fc3d..62247a2 100644 --- a/specs/URL Handling.md +++ b/specs/URL Handling.md @@ -33,7 +33,8 @@ Both platforms support opening HTTPS links directly in the app instead of the br - `wordpress.com` - Primary domain for both platforms - `jetpack.com` - Supported on iOS - `apps.wordpress.com` - Special handling for marketing campaigns and QR codes -- `public-api.wordpress.com` - Email tracking links (Android) +- `public-api.wordpress.com/mbar/*` - Mobile email tracking links (Android supports it) +- `public-api.wordpress.com/bar/*` - Email tracking links (Android supports it) - `*.wordpress.com` - Custom WordPress.com subdomain blogs (for Reader posts) ## Deep Linking From cc41546c91ffabbca156bc1605a13153e6a007e3 Mon Sep 17 00:00:00 2001 From: Adalberto Plaza Date: Wed, 10 Dec 2025 11:28:28 +0100 Subject: [PATCH 2/2] Update URL Handling.md Moving specs to the right section --- specs/URL Handling.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/specs/URL Handling.md b/specs/URL Handling.md index 62247a2..11d4264 100644 --- a/specs/URL Handling.md +++ b/specs/URL Handling.md @@ -33,8 +33,7 @@ Both platforms support opening HTTPS links directly in the app instead of the br - `wordpress.com` - Primary domain for both platforms - `jetpack.com` - Supported on iOS - `apps.wordpress.com` - Special handling for marketing campaigns and QR codes -- `public-api.wordpress.com/mbar/*` - Mobile email tracking links (Android supports it) -- `public-api.wordpress.com/bar/*` - Email tracking links (Android supports it) +- `public-api.wordpress.com` - Email tracking links (Android) - `*.wordpress.com` - Custom WordPress.com subdomain blogs (for Reader posts) ## Deep Linking @@ -103,6 +102,9 @@ Both platforms support opening HTTPS links directly in the app instead of the br - `https://apps.wordpress.com/get?campaign=qr-code-media` - QR media library access **Email Tracking / Marketing Redirects:** +- `public-api.wordpress.com/mbar/*` - Mobile email tracking links (Android supports it) +- `public-api.wordpress.com/bar/*` - Email tracking links (Android supports it) + ## Error Handling