Hi everyone! I’m working on tracking affiliate conversions in my app built with Toddle.dev. When a user lands on my site, the click_id is included in the URL as a parameter (e.g., ?clickid=XYZ123). I’ve built an API in my backend (Xano) to store this click_id when the user lands, but I need to tie this click_id to the user when they sign up so I can track the affiliate conversion.
Can Toddle session cookies help persist the click_id and pass it during the signup process? If not, what’s the best way to reliably track and tie the click_id to the user for affiliate conversions?
Thanks for your help!