Loyalty programs drive repeat purchases, but only if members actively engage with them. Deep links reduce the friction between a loyalty notification and the action you want the member to take. Instead of opening the app and navigating to the loyalty section, the member taps a link and lands directly on their points balance, available rewards, or an exclusive offer.
For referral reward strategies, see referral reward strategies: finding the right incentive. For the complete e-commerce deep linking guide, see deep linking for e-commerce apps.
Loyalty Deep Link Destinations
Core Loyalty Pages
| Destination | URL Pattern | Use Case |
|---|---|---|
| Points balance | /loyalty/balance |
"You have 2,500 points" notifications |
| Available rewards | /loyalty/rewards |
"New rewards available" campaigns |
| Specific reward | /loyalty/rewards/:id |
"Redeem this reward before it expires" |
| Tier status | /loyalty/tier |
"You're 200 points from Gold" messages |
| Points history | /loyalty/history |
Monthly points summary emails |
| Exclusive offers | /loyalty/offers |
Member-only promotions |
Transaction-Specific Links
| Destination | URL Pattern | Use Case |
|---|---|---|
| Points earned for purchase | /loyalty/earn?order=ORD-123 |
Post-purchase "You earned 150 points" |
| Double points category | /browse/electronics?promo=double-points |
"Earn 2x points on electronics this week" |
| Bonus points product | /product/SKU-456?promo=bonus-500 |
"Buy this and earn 500 bonus points" |
| Referral bonus | /loyalty/refer |
"Refer a friend, earn 1,000 points" |
Lifecycle Deep Links
Enrollment
Drive loyalty program sign-ups with deep links in multiple channels:
| Channel | Message | Deep Link |
|---|---|---|
| Post-purchase email | "Join our rewards program and earn on every purchase" | /loyalty/join |
| In-app prompt | "Earn points on your next order" | /loyalty/join |
| Social media | "Members save an average of $50/year" | /loyalty/join?ref=instagram |
| In-store QR code | "Scan to join rewards" | /loyalty/join?store=downtown |
The enrollment deep link should open a streamlined sign-up form. If the user is already logged in to the app, pre-fill their information.
Engagement
Keep members active with targeted deep links:
Points milestone notifications:
"You've earned 1,000 points! See what you can redeem."
→ /loyalty/rewards
Tier upgrade reminders:
"You're just $50 away from Gold status. Shop now to level up."
→ /browse/all?promo=tier-push
Expiring points:
"500 points expire in 7 days. Use them before they're gone."
→ /loyalty/rewards?filter=under-500
Birthday rewards:
"Happy birthday! Here's 200 bonus points on us."
→ /loyalty/balance
Win-Back
Re-engage lapsed loyalty members:
"We miss you! Here's 2x points on your next order."
→ /browse/all?promo=winback-2x
Use deferred deep linking so that even if the member has uninstalled the app, the link guides them through reinstallation and lands on the promotional page.
Implementation Patterns
Points Earning Deep Links
When a customer completes an action that earns points, send a notification with a deep link:
Push notification: "You earned 150 points on your $75 order!"
Deep link: /loyalty/earn?order=ORD-123&points=150
The app shows a satisfying animation of points being added to the balance, reinforcing the reward behavior.
Reward Redemption Deep Links
Make redemption one-tap:
Email: "Your 5,000 points can get you a free standard shipping upgrade."
Deep link: /loyalty/rewards/free-shipping?redeem=true
The app opens directly to the reward with a "Redeem Now" button. No searching through a catalog of rewards.
Exclusive Access Deep Links
Create member-only product pages or early access to sales:
/sale/early-access?tier=gold
The deep link opens an early-access sale page. The app checks the user's loyalty tier and shows the content only if they qualify. Non-members or lower-tier members see a prompt to join or upgrade.
Measuring Loyalty Deep Link Impact
| Metric | Formula | What It Tells You |
|---|---|---|
| Enrollment rate from deep links | Enrollments via deep link / Deep link clicks | How effectively links drive sign-ups |
| Redemption rate | Redemptions / Reward deep link clicks | How compelling the reward offer is |
| Points usage rate | Points redeemed / Points available | Overall program engagement health |
| Revenue per loyalty notification | Revenue from loyalty-linked purchases / Notifications sent | ROI of loyalty communications |
| Tier upgrade conversion | Users who upgraded / Tier reminder deep link clicks | Effectiveness of tier push campaigns |
A/B Testing Loyalty Messages
Test different messaging and deep link destinations:
| Test | Variant A | Variant B | Metric |
|---|---|---|---|
| Points notification | "You have 2,500 points" → /loyalty/balance |
"You can redeem a $25 reward" → /loyalty/rewards |
Redemption rate |
| Expiry reminder | "Points expire soon" → /loyalty/rewards |
"Use 500 points for free shipping" → /loyalty/rewards/free-shipping |
Redemption rate |
| Tier push | "You're close to Gold" → /loyalty/tier |
"Spend $50 more for free express shipping" → /browse/all |
Purchase rate |
Common Mistakes
| Mistake | Impact | Fix |
|---|---|---|
| Generic "open app" links in loyalty emails | Members do not find the loyalty section | Deep link directly to the relevant loyalty page |
| No deep link for point-earning moments | Missed opportunity to reinforce reward behavior | Send "You earned X points" with deep link to balance |
| Complex redemption flow | Members give up before redeeming | One-tap redemption via deep link |
| No deferred deep linking for enrollment | New app installs from loyalty sign-up links land on home screen | Preserve enrollment context through installation |
| Not segmenting by tier | Same messages to all members | Personalize deep link destinations by tier level |
Tolinku for Loyalty Deep Links
Tolinku handles the routing for loyalty deep links across platforms. Set up routes like /loyalty/:section and /loyalty/rewards/:id to cover all loyalty page destinations. Deferred deep linking preserves context for enrollment campaigns targeting users who have not installed the app yet. Analytics track clicks and conversions per loyalty campaign.
For e-commerce referral links, see e-commerce referral deep links: share and earn. For the complete e-commerce guide, see deep linking for e-commerce apps.
Get deep linking tips in your inbox
One email per week. No spam.