• pjhenry1216
    link
    fedilink
    410 months ago

    You let me know when you find a system that analyzes your data locally and chooses an ad to show without letting anyone know anything. Even just delivering the ad is violating a level of privacy because they know it targets you at the very least. But beyond that, targeted ads require statistics to build to know how to target. You need data to build a model. You can’t build that without sharing.

      • pjhenry1216
        link
        fedilink
        210 months ago

        I mean, there’s a difference between targeted ads which rely on a lot more data versus sponsored content which honestly, I didn’t even know what based on preferences. It is fairly hodgepodge and I figured everyone saw the same thing. It never really interested me so I turned it off.

        It’s light on details as to how much preferences really play into those sponsored articles. Which you can turn off.

        But targeted ads that are worth money require a lot more of a model. Advertisers won’t pay for potshot ads if they can get better targeting elsewhere. Advertising simply isn’t a good model.

        • Browsers have access to all of your data and they don’t need to guess based on cookies and whatnot if searches are from the same person. So naturally, a browser is the perfect place to mine personal data for advertising purposes. If the browser is open source, the treatment of ads can be audited to ensure no personal data is being leaked.

          For example, if you frequently visit gaming related websites, then the browser will know to show you gaming related ads. Google would only be able to do that if you use their search engine or if enough of those sites opt in to sharing data with Google (e.g. amp links, Google Ad integration, etc). So Google’s ads (or any other kind, for that matter) are by default less relevant because they have less information than something served by a browser.

          The difference between doing it browser side vs server side is where privacy comes in. With server side (e.g. Google’s method), your data is sent to Google and they can then do whatever they please with it (depending on jurisdiction and what laws apply). With browser side, your data stays on your machine, so it never needs to go to the browser vendor or advertisers, so it cannot get sold or used for anything outside of the browser. The only thing advertisers and browser vendors would know is how many times an ad was shown and how many times it was clicked on, and that could not be traced to you specifically unless you do something to opt in to that. That’s it. No privacy violation.

          So since browsers have access to more data than an advertising company would, they can be a lot more relevant. Browser vendors could pay users a bit to allow anonymous usage statistics to refine their model, but I don’t think that’s necessary.