1. In-app personalization
Who: A consumer app that already has logged-in users. Consent:personalization, analytics
What you send: Views, saves, self-labels, and purchases as events.
What you get back: Resolved facts (favorite_series, recent objects) and habit / outcome intents for that user.
How you use it: Reorder home-shelf modules, highlight a collection the user is completing, or hide objects they have already purchased.
2. Retail or event checkout
Who: A merch site, POS, or stadium iPad flow. Consent: Collected at account creation or checkout. Typical purposes:personalization and analytics.
What you send: purchase.completed with SKU, amount, and optional location or storefront context.
What you get back: A high-confidence outcome intent plus a processed event id you can join to the order.
How you use it: Confirm that Swapnice received the conversion, then use later profile reads to see whether the buyer is a completionist, a first-time buyer, or a fandom affiliate.
This is the pattern for a partner that already has Shopify or POS events and wants Swapnice to turn them into consented profile intelligence.
A concrete stadium shape we already design for:
- Account creation (or a short iPad form) requires Swapnice connect — consent is not a buried toggle
- JS SDK on the merch site (for example a Shopify storefront) sends views and purchases
- POS / iPad at the venue sends the same
purchase.completedbody from the checkout lane - The partner app can later show the user “everything you bought from us” using their own orders plus Swapnice intents for what they are likely to complete next
3. Catalog-aware collectibles
Who: A partner whose objects are cards, SKUs, or fandom entries. What you send: Ontology-backed entries (ygo, pokemon, …) and events that reference those entry ids.
What you get back: Intents keyed to catalog objects, so a completionist on a set is a well-defined profile fact rather than free text.
4. Consent change and suppression
Who: Any production integration. What happens: The user revokespersonalization in Swapnice or via the partner.
What you must do:
- New
personalizationevents are rejected - Profile reads with
consent_purpose=personalizationreturn403 - The partner product must stop using that customer’s intelligence for the revoked purpose
Suggested first slice
For a design-partner pilot, implement one narrow slice rather than every use case:- One consent flow (
personalization+analytics) - One or two event families (
purchase.completedandcollection.interacted) - One profile read in the partner backend
- One sandbox test user walked through the testing process