How is click-fraud detected? [closed]

大兔子大兔子 提交于 2019-12-20 08:10:37

问题


Which methods do Google (and other PPC companies) use to prevent click fraud?


回答1:


Here's What Google Does: http://googleblog.blogspot.com/2008/03/using-data-to-help-prevent-fraud.html

Google Adwords Official Answer: https://adwords.google.com/support/aw/bin/answer.py?hl=en-uk&topic=10625&answer=6114

Other Methods: There are many such as:

1) If there are multiple requests from the same IP.

2) Forensic analysis of advertisers' web server log files:
This analysis of the advertiser's web server data requires an in-depth look at the source and behavior of the traffic. As industry standard log files are used for the analysis, the data is verifiable by advertising networks. The problem with this approach is that it relies on the honesty of the middlemen in identifying fraud.

3) Third-party corroboration:
Third parties offer web-based solutions that might involve placement of single-pixel images or Javascript on the advertiser's web pages and suitable tagging of the ads. The visitor may be presented with a cookie. Visitor information is then collected in a third-party data store and made available for download. The better offerings make it easy to highlight suspicious clicks, and they show the reasons for such a conclusion. Since an advertiser's log files can be tampered with, their accompaniment with corroborating data from a third party forms a more convincing body of evidence to present to the advertising network. However, the problem with third-party solutions is that such solutions see only part of the traffic of the entire network. Hence, they can be less likely to identify patterns that span several advertisers. In addition, due to the limited amount of traffic they receive when compared to middlemen, they can be overly or less aggressive when judging traffic to be fraud.

4) Then, there are numerous Pay Per click fraud detection software: Some examples:

  • https://www.improvely.com

  • http://www.adwatcher.com

  • http://www.ppcsecure.com




回答2:


IP logging - Same click from your address

Cookies - Either from the link or your PPC company login

Threshold logging - 10x number of clicks than normal or abnormally high percentage vs. page loads




回答3:


They definitely run some intelligent algorithms to analyze the click stream.

For instance, if the clicks distribution over time does not correspond to the Poisson distribution, it could be a sign something unnatural was involved. Could be automated clicking or human beings clicking intentionally.

It is science but also an art and psychology that helps to address the problem.



来源:https://stackoverflow.com/questions/3578775/how-is-click-fraud-detected

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!