How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
11–20 of 108 posts
Re: How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
#12I seems to me that - besides the specific fraud scheme in the article - there is something else to be worried about. From the article: >The revelation of this scheme shows just how deeply fraud is embedded in the digital advertising ecosystem, the vast sums being stolen from brands, and the overall failure of the industry to stop it. And, more relevant: >Pixalate’s latest analysis of in-app fraud found that 23% of al…
"Impressions" is a rather meaningless metric. If A$ = B impressions = C clicks = D sales then the amount of fraud is irrelevant it's just a question of A$ = D sales from the advertisers perspective.
Re: How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
#13I seems to me that - besides the specific fraud scheme in the article - there is something else to be worried about. From the article: >The revelation of this scheme shows just how deeply fraud is embedded in the digital advertising ecosystem, the vast sums being stolen from brands, and the overall failure of the industry to stop it. And, more relevant: >Pixalate’s latest analysis of in-app fraud found that 23% of al…
> they perfectly know that more than 1/5 of their ads expense is having "null" results but overall they are ok to spend the 100% price for less than 80% "real" impressions Don't ad companies charge fees as a function of spend? The chumps in this chain are (a) shareholders and (b) the managers hiring the agencies. (Counterfactual: if this spend is that useless, it should be possible to start a competitor that focuses…
Exactly! And that's where online ads, user tracking, online-to-offline came in. The whole reason why it gained so much traction in the past 20 years is that it began to offer better tracking and results than other forms of advertising.
If Google (or Facebook, or anyone else) stands still and lets fraudsters abuse their ad networks, the return on their ads will drop, opening space for their competitors.
So controlling ad-serving quality is a competitive advantage.
Re: How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
#14Re: How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
#15> This means a significant portion of the millions of Android phone owners who downloaded these apps were secretly tracked as they scrolled and clicked inside the application. By copying actual user behavior in the apps, the fraudsters were able to generate fake traffic that bypassed major fraud detection systems. So the fraudsters essentially did what Google is best at -- tracking and making 'use' of the information…
Re: How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
#16I seems to me that - besides the specific fraud scheme in the article - there is something else to be worried about. From the article: >The revelation of this scheme shows just how deeply fraud is embedded in the digital advertising ecosystem, the vast sums being stolen from brands, and the overall failure of the industry to stop it. And, more relevant: >Pixalate’s latest analysis of in-app fraud found that 23% of al…
Re: How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
#17I'm always curious how exactly the fraud detection happens. Is Pixalate doing network analysis? App Analysis? Could I do the same thing myself with wireshark on my home network?
Re: How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
#18I seems to me that - besides the specific fraud scheme in the article - there is something else to be worried about. From the article: >The revelation of this scheme shows just how deeply fraud is embedded in the digital advertising ecosystem, the vast sums being stolen from brands, and the overall failure of the industry to stop it. And, more relevant: >Pixalate’s latest analysis of in-app fraud found that 23% of al…
Re: How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
#19Re: How a Massive Ad Fraud Scheme Exploited Android Phones to Steal Millions
#20I'm always curious how exactly the fraud detection happens. Is Pixalate doing network analysis? App Analysis? Could I do the same thing myself with wireshark on my home network?
Basically all "spyware" traffic is encrypted, you can however see which IP's users of your network connects to (and some meta-data such as domain name, protocol and hand-shakes) using for example Wireshark or tcpdump. My guess is that the fraud is detected by monitoring the traffic on the ad server, see that a "impression" is registered from their test phone's IP, and by looking at the phone they affirm that no ad wa…