Create a link
Attach any safe JSON payload to a generated landing page URL. Routing and forwarding mechanics stay protected.
Create links that preserve campaign, referral, invite, and offer payloads from mobile web to app open — via iOS Smart App Banner, Android Install Referrer, and signed server tokens.
{
"campaign_id": "walmart_mx",
"offer_id": "four_months_free",
"partner_id": "walmart"
}A signed, expiring session carries developer-defined JSON through native install and open flows. Resolve it in your app — then claim it when you know the user.
Attach any safe JSON payload to a generated landing page URL. Routing and forwarding mechanics stay protected.
iOS Smart App Banner, Android Install Referrer, Universal Links, App Links, or explicit signed tokens.
The SDK resolves the payload after install or open. Claim the session once you know the user's identity.
Every session reports its forwarding method and confidence tier. Non-deterministic paths are never mislabeled.
The SDK resolves context and returns raw JSON. You decide what to do with it.
Forwarded ships with templates for the most common contexts — or pass any JSON payload you like.
Pass partner discount codes, free trial IDs, or paywall variants through install for immediate redemption.
{"offer_id": "four_months_free", "paywall_id": "partner"}Attribute installs to specific users. Pass referrer IDs and codes directly into the new user's onboarding.
{"referrer_id": "user_123", "code": "NHAN50"}Team and workspace invitations survive app install. Route new users directly into the right team context.
{"team_id": "team_abc", "role": "member"}Posters, conferences, physical activations. Any QR code scan creates a session — even before install.
{"event_id": "expo_2026", "booth_id": "42"}University programs, employee benefits, brand partnerships. Route users to the right paywall and flow.
{"partner_id": "walmart", "campaign": "mx"}Pass any developer-defined JSON. The platform is a context layer, not an opinionated offer system.
{"any": "payload", "you": "define"}Create a Forwarded Link in minutes. Add the SDK. Ship with deterministic web-to-app context forwarding.
No credit card required · iOS + Android SDKs · Webhook delivery