I'll run a full autonomous investigation across PostHog, the Webflow landing page, and the Next.js app on Vercel. The blended numbers are almost certainly hiding the problem, so my plan is: scope the exact campaign cohort, trace the journey end to end, then segment until the break reveals itself. I'll narrate what I find as I go.
Early read: clicks are fine, but the cohort craters at cta_click → signup_start — people tap the CTA and never reach a working form. That's not creative fatigue; fatigue shows up as fewer clicks, not a cliff after the click. Let me find which segment is collapsing.
The meta-hero experiment (hero-v3) breaks on iOS Safari — the page looks loaded, but the signup form never becomes clickable. Meta traffic is ~70% mobile Safari, so the campaign funnels its audience straight into a broken page. Desktop and Chrome were fine, which is why the blended dashboard only looked 'slightly soft.'
Proposed fix: route mobile campaign traffic to the standard signup page and patch the broken hero component. Want me to validate that the fix actually recovers conversion before anyone ships it?
Hydration error is gone, the signup form renders, and simulated conversion on mobile Safari goes from 0.8% to ~5.6% — in line with mobile Chrome. No regression on desktop.
Conversion Investigator
Scheduled daily watchdog · 6 sources joined · every step traced
Investigation closed. The drop was hiding inside mobile traffic — a broken experiment hero on iOS Safari. The fix is proven on preview, and a daily watchdog now guards against the next silent segment drop. Everything's in the writeup.