I have this URL: https://XXX.gotrackier.com/click?campaign_id=1&pub_id=7&source=12387
This URL redirects to: https://xxx.yyy.com/lp1 (a bubble site) I need to be able to transfer the parameters from the external URL to my bubble site. I used a plugin that is catching the referring site but it doesn’t pass the parameters…any ideas?
@vnihoul77
You could use the get data from page url
function: Data Sources - Bubble Docs
But are you sure that gotrackier is actually sending those parameters to the Bubble app? Could it be that gotrackier is using those parameters and then sending the user to the clean url?
Hi, Thank you! “Get data from URL” is working only on the current page…I need to take the parameters that are on the referring URL
What are you using to redirect the URL? Seems like the responsibility of passing along those parameters would fall on that service, not Bubble.
2 Likes
This topic was automatically closed after 70 days. New replies are no longer allowed.