Deeplings in Alive App
Welcome to the course on deep linking into the Alive App. This course will guide you through the fundamentals of using deep links, which allow users to access specific screens or functions within the app directly. You’ll learn how to create, configure, and implement deep links across various parts of your application or marketing channels. The course aims to make it easier for users to reach relevant areas of the app, ultimately enhancing the user experience and encouraging greater engagement.
Konstanta | Needed parametr | Action | Communitation type | Deep Link |
---|---|---|---|---|
OPEN_URL | URL | Open external URL | MARKETING, SERVICE, ALUMNI | URL s prefixem |
OPEN_DISCOUNT_PROVIDER_DETAIL | ID of provider | Open discount provider | MARKETING, SERVICE |
|
OPEN_DISCOUNT_DETAIL | ID of provider and discount | Open discount | MARKETING, SERVICE |
|
OPEN_LIMITED_OFFER_DETAIL | ID of provider and limited offer | Open limited offer | MARKETING, SERVICE |
|
OPEN_COMPETITION_LIST | - | Open competition list | MARKETING, SERVICE |
|
OPEN_COMPETITION_DETAIL | ID of competition | Open competition | MARKETING, SERVICE |
|
OPEN_DASHBOARD | - | Open dashboard | MARKETING, SERVICE |
|
DISPLAY_USER_PROFILE | - |
| MARKETING, SERVICE, ALUMNI | alive-app://--/profile |
OPEN_ALUMNI_DETAIL | ID of Alumni program | Open graduate programme | ALUMNI |
|
DISPLAY_DISCOUNT_PROVIDER_LIST | - | Open discount provider list | MARKETING, SERVICE | alive-app://--/providers |
DISPLAY_CARD_LIST | - | Open card overview | MARKETING, SERVICE | alive-app://--/cards |
DISPLAY_CARD_LIST_WITH_FULLSCREEN | - | Display card on full screen | MARKETING, SERVICE | alive-app://--/cards_stack/card_full_screen |
DISPLAY_CARD_LIST_WITH_FULLSCREEN_BY_TYPE | CARD TYPE (ISIC,ITIC,IYTC) | Display card on full screen | MARKETING, SERVICE | alive-app://--/cards_stack/card_full_screen?type={CARD_TYPE} |
DISPLAY_CARD_LIST_WITH_FULLSCREEN_BY_NUMBER | Card number | Display card on full screen | MARKETING, SERVICE | alive-app://--/cards_stack/card_full_screen?card_number={CARD_NUMBER} |
DISPLAY_INSURANCE_LIST | - | Display insurance overview | MARKETING, SERVICE | alive-app://--/insurances |
DISPLAY_INSURANCE_DETAIL | ID of insurance | Display insurance detail | MARKETING, SERVICE | alive-app://--/insurances/{ID_OR_CONTRACT_NUMBER} |