Relative Content

Tag Archive for javascriptnode.jshttphttp-redirecthttp-headers

Node JS – detect if user is navigated from app or browser

i’d like to implement some logic based on where is user coming from,
lets say if user is coming from TikTok – clicked on a link to my website, then i’d like to track it.
Yes, i know i could use specific link/query params for each channel, but i want to be as agnostic as i can.