I have an Apache server that receives around 7000 visits per day, but only about 1300 of 7000 receive the referal_url from the user agent.
Is there anything I can do about this?
I’d like to know where these clicks are coming from for fraud purposes.
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.
You cannot force a user agent to send anything. it obeys it’s own rules. Also note that if the user types in your URL directly, no referral header would ever be generated.
However, you do get an IP address which you can check.