Skip to content

Misc docs#192

Merged
DreamingInBinary merged 7 commits intomainfrom
misc-docs
May 7, 2026
Merged

Misc docs#192
DreamingInBinary merged 7 commits intomainfrom
misc-docs

Conversation

@DreamingInBinary
Copy link
Copy Markdown
Contributor

No description provided.

Add a new ClickHouse query guide (content/docs/dashboard/guides/query-clickhouse.mdx) describing the organization-level ClickHouse query API, authentication, examples, available tables, limits, and troubleshooting. Update the access controls doc to mention ClickHouse analytics data in API key scopes and link to the new guide, and add the guide to dashboard/meta.json navigation.
Update the RevenueCat + Superwall example to correctly fetch products and handle Google Play subscription offers. Import PRODUCT_CATEGORY and query both SUBSCRIPTION and NON_SUBSCRIPTION products, then resolve the correct product (including Android productId:basePlanId variants). For Android subscriptions, construct the option id from basePlanId and offerId, find the matching subscription option and call Purchases.purchaseSubscriptionOption(option); otherwise fall back to Purchases.purchaseStoreProduct(product). Add a note explaining why purchaseSubscriptionOption should be used to select a specific Google Play offer.
Add a new web-checkout Adaptive Pricing doc and wire it into the site navigation. Created content/docs/web-checkout/web-checkout-adaptive-pricing.mdx describing how Stripe Adaptive Pricing works, how to enable it, testing instructions (location-formatted test emails), reporting notes, and troubleshooting. Also updated meta.json to include the new page and added brief references to Adaptive Pricing in the Stripe configuration, campaigns, App2Web/direct checkout, and testing purchases docs so readers know where to enable and test localized checkout pricing.
Add documentation and examples for handling abandoned transactions: link drawer open state to state.didAbandonTransaction in the drawer component docs; expand variables docs with products.abandoned/products.purchased and a State tab that exposes didAbandonTransaction and didCompleteTransaction and testing tips; rewrite and greatly expand the Abandoned Transaction Paywalls guide with two approaches (separate paywall placement vs in-paywall drawer), step-by-step drawer setup, personalization examples, and testing notes. These changes clarify how to present recovery offers when users cancel the store purchase sheet and how to reference the abandoned product in paywall copy.
Add documentation and images explaining how to register a Superwall web paywall domain in Stripe so Apple Pay can appear in Stripe Checkout. This includes three new screenshots and a detailed "Apple Pay domain setup" section in the Stripe configuration guide, plus an update to the direct Stripe checkout guide to mention adding the Superwall domain (and note to repeat for test/live modes).
Update web checkout docs to explain that Superwall emails can be rejected for Apple private relay (Hide My Email) addresses unless `superwall.app` or the app-specific Superwall sender is registered as an authorized email source. Reword the FAQ heading, add step-by-step setup instructions and a link to Apple's docs, insert an illustrative image, and add a warning to the managing-memberships page. Also add the corresponding image asset (sign-in-with-apple-email-sources.png).
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 6, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
superwall-docs-staging 01ec070 Commit Preview URL

Branch Preview URL
May 07 2026, 01:45 PM

Reword the FAQ heading to explicitly say "Do customers who use Sign in with Apple Hide My Email receive web checkout emails?" for clarity, and update the internal anchor link in the managing-memberships doc to match the new heading. This ensures links remain correct and improves readability for users.
@DreamingInBinary DreamingInBinary merged commit 9c7c497 into main May 7, 2026
2 checks passed
@DreamingInBinary DreamingInBinary deleted the misc-docs branch May 7, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant