Earlier quoted context omitted.
data would be * IP addresses, one can assume a bot would only have a set of addresses they could use, barring botnets. * request patterns, ie: did the bot request css/js, etc * request timeframes * UA strings Sure, its a big data problem, but I can imagine that Facebook has solved these types of scenarios many times over.
What if you start a new Amazon EC2 spot instance (netting you a new IP address), start up Chromium in headless mode (say, using Xvfb), navigate to the website of choice, use mouse automation to start clicking around, click the ad, spend 5 minutes clicking around in a semi-choreographed pattern on the advertisee's website, and then shut down the instance -- only to repeat? Moreover, Amazon is always buying new IP subn…
Company withdrawing from Facebook as analytics show 80% of ad clicks from bots
321–330 of 381 posts
Re: Company withdrawing from Facebook as analytics show 80% of ad clicks from bots
#322My startup is essentially an advertising aggregator (pooling traffic from a variety of publishers and routing it to advertisers) and dealing with things like bot detection is a HUGE chunk of what we work on, technology-wise. Let me try and give you an idea of how deep the rabbit hole can go. - Okay, you want to detect bots. Well, "good" bots usually have a user agent string like, "Mozilla/5.0 (compatible; Googlebot/2…
One quick way to detect bots is to look for a GET request of the robots.txt file
Re: Company withdrawing from Facebook as analytics show 80% of ad clicks from bots
#323http://www.givememind.com/saurik-advertises-cydia-tweak-on-f...
So, this campaign lasted one day, just over a year ago, on July 22nd. During this time, Facebook claims I got 5229 clicks. According to Google Analytics (which will only log users whom have JavaScript working and enabled), I got 5057 hits to that landing page.
Finally, working from logs, I have managed to find 5643 total requests for the URL. If I filter for those that explicitly sent a referer from facebook.com/ajax, I see 4644; of course, many people have browsers that do not send referers due to various reasons.
Therefore, I feel safe concluding that, for my website, a year ago, I was not having "80% of ad clicks from bots". I present this evidence in order to help people attempting to understand this issue to provide the possible clue that this is either "user-specific" or "changed in the last year".
Re: Company withdrawing from Facebook as analytics show 80% of ad clicks from bots
#324Earlier quoted context omitted.
I assumed this just meant they built something on top of access logs that told them what percentage of page loads also loaded JavaScript. I don't know about your webserver, but mine doesn't tell me this kind of thing out of the box. Anyway, it's pretty irrelevant whether they added logging in their app (one line of code?) or enabled their webserver's built in logging.
Surprised no ones mentioned the noscript plugin. Since the user is on facebook they'd have facebook unblocked, but noscript still blocking everything else. How would you discern a noscript user from bot?
Re: Company withdrawing from Facebook as analytics show 80% of ad clicks from bots
#325As a Facebook advertiser, user, and stockholder, I'm not impressed.
Re: Company withdrawing from Facebook as analytics show 80% of ad clicks from bots
#326Earlier quoted context omitted.
Well I do have at least some data to back that up. I know that they are a walled garden that keeps a ton of user data for every account (even the subset represented in Open Graph is significant). And it's with this knowledge that I make my conclusion. * Accounts subsisting of an unusual proportion of ad clicking activity compared to their other activities are likely bots. * New accounts with no history but high ad cl…
Compare it to google's problem filtering out automatically generated splogs, though - it took them years to make progress against that. Real human social activity is a lot more random than real informational content in blogs - so fb's problem seems harder. Also, facebook banning accounts is a much stronger action than google just lowering the pagerank of suspected splogs. So overall I think fb's problem is harder tha…
The detection part aside, it's a simple fix. I just wonder why FB hasn't already. (Is it because it'd hurt their revenue when they need it the most?)
Re: Company withdrawing from Facebook as analytics show 80% of ad clicks from bots
#327Earlier quoted context omitted.
How does 'using awk' count as a slight? It was the proper add-on to the previous comment kids today don't learn awk. Becuase they have Perl, Ruby, and Python which are supersets of the unix command line tool set. Awk was the king in the years before Perl. I never really learned to use cut, so I sitll use awk for one-liners the deal with columns in delimited-data text-files.
Sorry, I read it as a slight because it came right after "uphill both ways in the snow" .
Re: Company withdrawing from Facebook as analytics show 80% of ad clicks from bots
#328Earlier quoted context omitted.
How does 'using awk' count as a slight? It was the proper add-on to the previous comment kids today don't learn awk. Becuase they have Perl, Ruby, and Python which are supersets of the unix command line tool set. Awk was the king in the years before Perl. I never really learned to use cut, so I sitll use awk for one-liners the deal with columns in delimited-data text-files.
Sorry, I read it as a slight because it came right after "uphill both ways in the snow" .