# Loyalty Mobile App deep links

## About deep links in the Loyalty Mobile App

Deep links are specially formatted URLs or URIs that direct users to a specific location or screen within the app, rather than simply opening the app’s homepage. They enable a seamless and contextual navigation experience, allowing users to transition directly to specific app features or content.&#x20;

In the Loyalty Mobile App, deep links can guide users to screens such as reward details or venue listings, making navigation intuitive and efficient, especially when transitioning from external sources like emails, push notifications, or webpages.

### Use cases for deep links

Deep links can be leveraged in a variety of scenarios, including:

* **Email campaigns:** Link users directly to a reward or offer highlighted in an email.
* **Cross-promotion:** Link to specific app features from your website or social media posts.
* **Webview screens:** If using the app embedded webview functionality, seamlessly navigate from web-based screens (like the home or venues screen) back into native app functionality.

For example, to link to the reward details screen for a specific reward, you would use the following deep link: `yourapp://home-reward-detail?id={rewardId}`

### Key benefits of deep links

1. **Improved user experience:** Direct users to the exact content or feature they need without unnecessary navigation.
2. **Higher engagement:** Users are more likely to interact with targeted content when deep links make access straightforward.
3. **Enhanced campaign effectiveness:** Provide contextually relevant links to drive conversions, such as redeeming a reward or exploring a venue.

***

## Supported deep links

#### Rewards

* Rewards: `yourapp://home-rewards`
* Reward Category: `yourapp://home-reward-category`
* Reward Sub-category: `yourapp://home-reward-sub-category`
* Category Rewards: `yourapp://home-category-rewards`
* Reward Detail Screen: `yourapp://home-reward-detail?id={rewardId}`
* Voucher Redemption Screen: `yourapp://home-voucher-redemption?id={voucherId}`

#### Venues

* Venues Webview: `yourapp://venues-web?url={url}`
* Venues: `yourapp://venues`
* Venue: `yourapp://venue?id={venueId}`
* Venue Reward Detail: `yourapp://venue-reward-detail?id={venueId}`

#### Profile

* Profile Details: `yourapp://profile-details`
* Profile Preferences: `yourapp://profile-preferences`

#### Wallet & Activity

* Wallet: `yourapp://wallet`
* Wallet Reward Detail: `yourapp://wallet-reward-detail`
* Wallet Voucher Redemption: `yourapp://wallet-voucher-redemption`
* Activity: `yourapp://activity`

#### Miscellaneous

* Main Navigation: `yourapp://drawer/main`
* Home Webview: `yourapp://home-web?url={url}`
* Onboarding slides: `yourapp://onboarding`
* Notifications: `yourapp://home-notifications`
* Team: `yourapp://team`
* Receipt Scanning FAQ: `yourapp://receipt-scanning-faq`
* Splash: `yourapp://splash`
* Auth: `yourapp://login`
* OTP Verification: `yourapp://auth-otp-verification`
* Registration: `yourapp://signup`
* Required Fields Screen: `yourapp://auth-required-fields`

#### Integrations

* Simplifi: `yourapp://home-simplifi`
* Magnati: `yourapp://home-magnati`
* Checkout: `yourapp://home-checkout`
* Fidel Linked Cards: `yourapp://profile-cards`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kbase.whitelabel-loyalty.com/product/interfaces/white-label-interfaces/loyalty-mobile-app/loyalty-mobile-app-deep-links.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
