Deep Link is a smart URL that allows you to send existing and potential users to a specific web view. You can send the link through an SMS, Push, or publish on your social media. For collaborations with different businesses (3rd party) it allows you to open your app within another app. For members without the app installed in the device, it will take them to the Google or Apple store.
Step 1: Setup a web view in the hub
Setup a web the view and add a custom query parameter called "openWebViewName" and the value can be anything ('Instagram' / 'ordering' / 'facebook').
Step 2: Setup the deep link from firebase
To log in to your firebase account, use the same credential as your Google developer account.
Create a Deep Link from the firebase
From the business dashboard click from the side menu ‘Grow’ > ‘Dynamic Links’
Click on ‘Get Started’
Create a custom Dynamic Link Domain and click Continue
Businessname.page.link
After the link is ready, click 'Finish'
Create a New Dynamic Link
- Add a suffix (for example: 'home'/ 'ordering' / 'business web' / 'instagram'). This is the link sent to the member:
- To navigate the member to the Web view, add the URL and add a query parameter in the dynamic link "openWebViewName" (for example: openWebViewName=Instagram).
The dynamic link name should be the same value as defined in the hub web view.
- Check the second option and choose the relevant link for iOS devices:
- Check the second option and choose the relevant link for Android devices:
Click ‘Create’ and copy the URL:
NOTE: When the user will click on the deep link - it will redirect him to the app and then will open the web view you defined.
💡For example
----------------------->