Deeplink Button
Last updated
Last updated
Premium Feature
Deeplink Button is available on Team plans and up.
With a deeplink button, your paywall can link users to other screens in your app.
Common examples would be: link users to their Account page or send users to Support/FAQs.
Click into the Capabilities tab
Find 'Deeplink Button'
Click 'Add'
A button will be added to the bottom of your paywall with sample text 'Go to Settings'. You will need to provide a Destination link.
If your paywall only shows a subset of products, you may want to add a 'More Options' button that links to a paywall with all product options.
🔽 See example paywall from Lake: Coloring Books & Journal
To do this, you need to implement a Deeplink URL Placement in the Nami system and use this placement label in the button Destination.
Developer Task
Implement Nami deeplink handling to smoothly link one paywall to another.
Q: What is the difference between a deeplink and a URL?
A: A deeplink is a custom link specific to your app. Deeplinks look like this: sampleapp
://link/to/somewhere
URLs link to a website and look like this: https://
sampleapp.com/link/to/somewhere
A deeplink will be opened within the same app and offers a smooth user experience. URLs will open in a browser and take the user out of the app.
You cannot use a URL in the deeplink button. If you want to link the user to a webpage, use the URL Button component.