Recipes
Practical how-to guides for getting specific jobs done with MonetizationOS, from redeeming a Stripe Checkout offer to making surface decisions at the edge.
Each recipe walks you through what's needed to get one thing working, ready to adapt to your own setup.
Geo-restrict and redirect users
Redirect users to locale-specific paths based on their geographic location.
Link Identities with an Endpoint
This guide shows how to create an endpoint that links an anonymous identity to an authenticated identity.
How to redeem a Stripe Checkout offer
Redeem a Stripe Checkout offer through the offer-redemptions endpoint and return a navigate action with a checkout URL.
Decision based on Cookies
This guide shows how to use a Surface component workflow to read forwarded cookies and make a decision based on them.
Fetch Content from an external system
This guide shows how to use a Surface component workflow to fetch from an external API and display the data.
Decision based on Meta Tags
This guide shows how to use a Surface component workflow to read meta tags and make a decision based on it.
Decision based on Query Parameters
This guide shows how to use a Surface component workflow to read the query parameters and make a decision based on it.