Deep Linking With Data

Redirecting your users to a specific page or screen that contains some data based on the URL pressed

Data can be passed via URL as long as it is Available Data on the screen. In the Example below, the Current Event is available on the Screen which will allow you to use that Variable in the Deep Linking Setup.

Configure Your Query Parameters

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.

Copy the Screen URL

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".

Last updated

Was this helpful?