feat(guides): drop the sticky mobile sponsor bar - #582
Merged
Conversation
Remove StickyMobileCTA and its mount in the guide footer. Over four months it drew 28,870 impressions for 30 clicks (0.10% CTR), the lowest of any placement, while being the most intrusive one on phones. The guide footer wrapper stays because it drives the "Guide Footer: Visible" impression event. Claude-Session: https://claude.ai/code/session_01KLHM5uWdnMTejXqFcNKVHz
Deploying social-security-tools with
|
| Latest commit: |
d289966
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ff560261.social-security-tools.pages.dev |
| Branch Preview URL: | https://worktree-drop-sticky-mobile.social-security-tools.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the sticky bottom bar that appeared on phones after scrolling halfway through a sponsor-type guide.
Why: PostHog history since May 4 shows it was the worst-performing outbound placement by a wide margin, and the most intrusive one.
Changes
StickyMobileCTA.svelteand its mount inguide-footer.svelte.The
guide-sticky-mobileplacement will simply stop appearing in new PostHog data. The calculator-vs-sponsor guide CTA type inguide-cta-config.tsis untouched, since the inline card still uses it.Test plan
npm test: 78 files, 2065 tests passnpm run quality: Biome clean, svelte-check 0 errorsguide-sticky-mobileevents in PostHoghttps://claude.ai/code/session_01KLHM5uWdnMTejXqFcNKVHz