Use case - my app will allow users create their custom url, which can be placed on their social media platforms (e.g. Facebook, Twitter).
When anyone clicks on that link, they will land on a designated bubble page.
What I want: Track where that person has come from (i.e. clicked the link from). E.g. if they saw my user’s custom url link on my user’s facebook page, and clicked it, it should register in my database as “traffic from Facebook”.
Any ideas on how to tackle this?