Deep Linking With Data
Redirecting your users to a specific page or screen that contains some data based on the URL pressed
Last updated
Was this helpful?
Redirecting your users to a specific page or screen that contains some data based on the URL pressed
Last updated
Was this helpful?
A query parameter name is what will be shown in the URL. In this case, as we are directing the user to an event page, we will use the parameter name event
. Our URL will look like this: adalo-internal.adalo.com/deep-linking-example/events/event=
Note: The structure of the URL may vary depending on the data collection used on the screen. In this case, the collection is called Events, which is why the screen label shows “Events” above the input field. However, the actual query parameter (event
) can be defined freely and is added manually in the field when setting up the deep link.
You can copy the screen URL by clicking on Copy Url
button to share the event. Replace "EventId" with the actual value of the event in the following URL: adalo-internal.adalo.com/deep-linking-example/events/event="EventId"
.