feat(post): add topic-based signup experiment - #6687
Open
rebelchris wants to merge 2 commits into
Open
rebelchris wants to merge 2 commits into
rebelchris wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rebelchris
marked this pull request as ready for review
September 18, 2026 09:45
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.
Changes
Logged-out post readers currently see a generic signup offer. Add an inline offer that connects signup to the article’s topic: “Get more posts about React,” with up to two related-post previews and the existing signup options.
Events
impressiontarget_type: post topic signup,target_id: current article ID,extra: { origin: "post topic signup", tag }; once on visibilityclicktarget_type: post,target_id: preview article ID,extra: { origin: "post topic signup", tag }Existing signup tracking keeps
AuthTriggers.PostPage. Analytics taxonomy update is pending.Experiment
New GrowthBook flag:
post_topic_signup, default false. Eligible readers are auth-ready, logged-out visitors viewing a post with a topic. Treatment replaces the sidebar offer with an inline topic-based offer; control retains the existingpost_signup_widgetbehavior.Experiment configuration and enrolment approval are pending. No rollout has been enabled and no experiments-channel announcement has been sent.
Important
Do not merge until experiment enrolment is approved.
Manual Testing
Visually checked the actual signup components in a local isolated preview at 390px and 1020px, both with and without sample related-post data. The offer uses centered copy and a bounded form, a soft theme-aware accent background, and the existing single-primary provider button hierarchy. Related-post cards stack on phones and sit side by side on wider screens.
Full-page, extension/companion, and physical-device sanity checks remain pending.
Validation
git diff --check: passed.node ./scripts/typecheck-strict-changed.js: passed.pnpm --filter webapp test: 93 suites / 722 tests passed.Preview domain
https://codex-post-topic-signup.preview.app.daily.dev