How can I determine where a user came from when they land on my webpage.
- Did they come from a google link?
- Did they user a favorites link?
- Did they type in the url?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the user browsed to your site via a hyperlink, the following will provide this information:
Although note on the above it is possible for browsers to block the value (empty value).
You also won’t be able to detect if the user specifically used a favorite, typed in the link, etc. These are browser actions that are outside the scope of what client or serverside code can detect once the user lands on your site.