Deep Linking
Deep links are available to the following destinations:
- Main offers feed -
poweredbydosh://rewards_feed
- Detail offer feeds:
poweredbydosh://offer_subfeed?id=<id>
poweredbydosh://offer_collection?id=<id>
- Offers map -
poweredbydosh://offer_map
- Account summary -
poweredbydosh://account_summary
- Brand Details -
poweredbydosh://brand?id=<brand_id>
The SDK supports being launched via two forms of deep links:
- Explicit SDK deep links - Deep links with a
poweredbydosh://
url scheme. These links may be manually constructed and passed directly to present the SDK.
- Forwarded deep links from our Marketing API - Deep links with your app's url scheme, and a
host
of dosh_context
. These links are typically provided via our Marketing API, and are intended to be forwarded to the SDK upon app launch.