App Deeplink Routes - Customer
This document outlines the various in-app routes available for directing users to specific functionalities or sections within your application. These deeplink routes are particularly valuable for external campaigns or integrated navigation systems such as a super home menu in your app. By utilizing these routes, you can enhance user engagement by creating seamless transitions from external sources or streamlined navigation within your app. Users can be redirected to desired areas of the app by simply clicking on an icon or thumbnail. This capability is essential for promoting focused user interactions and enriching the overall user experience.
How to know your appId?
First obtain your fleetID by contacting your account manager.
- For example if your fleetID is
goodjourney
- Then your appId would be
goodjourneyp
Direct user to book a ride to specific destination:
Deeplink for old UI (Version: < 4.6.6900)
${appId}://transport?bookingType={later, now, hourly}&destination=$lon,$lat&promo=${promocode}&delay={minutes}
bookingType
- The type of booking, now, later, or hourly modepickup
- Setup the exact pickup longitude and latitude for customer.destination
- Hosting an event to a sports game? Pre-fill the customer's destination to the sports stadium by passing in the exact longitude and latitudepromo
- Auto apply a promotion code for this ridedelay
- Schedule how many minutes in the future
Deeplink for new UI (Version: 4.6.7100)
${appId}://transport
Development in-progress to support other parameters.
Direct users to food or mart delivery service:
${appId}://delivery?serviceType={mart, food}&merchantId={xyz}
serviceType
- The type of delivery service, mart, food, or parcelmerchantId
- Go directly to the merchant's virtual store on the apppromo
- Auto apply promotion code
Direct users to use delivery service:
${appId}://delivery?serviceType={carTypeId}&promo={promoCode}
serviceType
- specific car-typepromo
- Auto apply promotion code
Direct to intercity:
${appId}://intercity?promo={promoCode}&routeId=321931031231
promo
- Auto apply promotion coderouteId
- Pre-fill the user's prefer route, for example Danang → Hoi An
Direct users to the payment page:
${appId}://payment
- Useful if you want users to add a credit-card
- Or add a new payment type
Direct users to profile page:
${appId}://editprofile
Direct user to emergency page:
${appId}://emergency
Direct users to promotion page:
${appId}://promotion
Direct users to wallet page:
${appId}://wallet
Direct users to Top up wallet:
${appId}://topup
Direct customer to inbox
${appId}://inbox/{id}
Direct customer to quest page
${appId}://questevent
Direct customer to a specific quest
${appId}://questevent?id={id}
Direct user to a specific webpage:
${appId}://event?link={<http://link.com>}
Direct user to the refer page:
${appId}://refer
Direct user to referral page:
- Check their active referrals and earning
${appId}://referral