Feature Request – URL Query Parameters Support on Public Screens (Affiliate System Use Case)

Hi Adalo Team and Community,

I’m building an affiliate system in my Adalo app. Each affiliate user would share a unique referral link like:

https://myapp.adalo.com/welcome?ref=ABC123

The goal is for the app to read the ref parameter on the public welcome screen, and then:

store the referrer code

attribute new users to the correct affiliate

track where each user came from

Currently, public screens don’t support URL query parameters in Adalo logic, which makes this use case difficult.

:backhand_index_pointing_right: Is there any workaround available?
:backhand_index_pointing_right: Is query parameter reading on the roadmap?

This feature would help many use cases like:

Affiliate and referral tracking

Campaign attribution

Invitation systems via link

Thanks for the great platform and for listening to your users! :raising_hands:


Kabanza MUNDELE
Bonheur Services App

Hi @Wiseman,

As I remember it is possible to read string from URL using a custom component (you will have to develop one). I’ve seen this working at least once, but I can’t find the component developer now.

Best,
Victor.

Hello @Wiseman, @Victor

Look this, is related to that topic, and the component for deep link.

Regards
PP

Hi Jimmy, I saw that you created the Deep Link component for Adalo. I’m interested in adding it to my app. How can I get access to it? Thank you very much!

Hi @Wiseman,

Yes, I totally forgot. Deeplinking is now built-in to Adalo: Deep Linking | Adalo Resources
And according to the documentation sending to the page with a particular data should be supported. So you can create a referrer codes collection and share them using Share deeplinks option.

A side note about docs - linking to a particular entry doesn’t seem to work:

https://adalo-internal.adalo.com/deep-linking-example/deep-linking-example/eventinfo?events=3

Instead of sending a user to the event with id=3, it sends to a list of events. @njimmy10 could you have a look?

Best,
Victor.

Hello Wiseman, did you get help, fallow step by step Deep Linking | Adalo Resources and will work you do not need extra component.

Regards

PP

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.