Blended CPI, Install to Trial, acquisition cohort report, Meta trial conversions - #279
Merged
Merged
Conversation
Adds the two new chart pages shipped in paywall-next#3897 and documents the acquisition cohort report (paywall-next#3822), which had no page at all - including the four columns #3897 adds (trials, install_to_trial_rate, spend, cpi) and the report's 0-vs-null contract. Also adds the analytics bullet the MCP guide's 'What you can do' list was missing entirely. Review highlighting is still in place; screenshots for both charts are SVG placeholders pending real captures. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs | ce5ce49 | Commit Preview URL Branch Preview URL |
Aug 26 2026, 05:11 PM |
Review pass on the Blended CPI / Install to Trial / acquisition cohort report docs. Claims audited against paywall-next origin/main; both implementation PRs confirmed live in production release 4c79662. - Both new chart pages said web platforms have the chart "hidden for them". Two gates disagree: ChartsV2Handler gates WEB, STRIPE, PADDLE and PROMOTIONAL, while apps/web ChartTypeSelector gates STRIPE only and its own comment calls the drift pre-existing. A Paddle or WEB app still sees both charts in the picker, so the pages now say mobile-only, Stripe never, others may still list it. This also picks up PROMOTIONAL, which the old platform list omitted. - "Defaults to weekly intervals" was a floor, not a default. defaultInterval applies only when the interval is auto, and through coarserInterval, so a long enough range still resolves to monthly and an explicit choice overrides it. - Dropped the em dashes from the new prose. The Superwall MCP capability list is converted as a unit so the new Analytics bullet matches its siblings. Still blocked on two screenshots: content/docs/images/charts/ blended-cpi.svg and install-to-trial.svg are placeholders. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Replaces the two placeholder SVGs with dashboard captures, resized to 2000px wide to match the sibling blended-cpt.jpg and stay within the 2000px cap. Updates both .mdx references and deletes the placeholders. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The previous capture included an "Invalid date" header in the data table. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Documents what shipped in superwall/paywall-next#3897 and superwall/paywall-next#3918:
New pages
Updated pages
Verification
Every falsifiable claim was audited against paywall-next origin/main by a clean-context reviewer (25 claims checked; 3 corrected during review — installs-null scoping per dimension, country-signal coverage, and country-attribute precedence). Both implementation commits verified as ancestors of the production release.
Image handoff (placeholders in place)
Two SVG placeholders need real screenshots (charts are live in prod on any app with data):
content/docs/images/charts/blended-cpi.svg→ replace withblended-cpi.jpg: the Blended CPI chart, weekly view, some non-zero spend datacontent/docs/images/charts/install-to-trial.svg→ replace withinstall-to-trial.jpg: the Install to Trial chart with visible rate lineWhen adding: JPEG, ≤2000px wide, update the two
.mdxreferences from .svg to .jpg and delete the SVGs.🤖 Generated with Claude Code