In my email inbox I got URL(http://localhost/sample.aspx
) of a website when I click on this link this website open in browser.
Now I have to track on sample.aspx that this website coming from link clicked in email through JavaScript. How can I track that.
For example using document.referrer we can track last visited website URL.
Thanks