Twitter Will Track Your Browsing To Sell Ads 120
jfruh writes "Remember how social networks were going to transform the advertising industry because they'd tailor ads not to context or to your web browsing history, but to the innate preferences you express through interactions and relationships with friends? Well, that didn't work with Facebook, and it turns out it's not working with Twitter either. The microblogging site has announced that it's getting into the ad retargeting game: you'll soon start seeing promoted tweets that are chosen based on websites you've visited in the past. The innovation, if you can call it that, is that the retargeting will work across devices, so you can be looking at a website on your phone and see promoted tweets on your laptop's browser, or vice versa."
How does one prevent this ? (Score:5, Interesting)
On another note, if there are companies who can scan tweets (such as stocktwits) to give you sentiment analysis, why cant Twitter do the same ? Have they realized that they just have a bunch of web developers who know only Javascript and can't do text processing using it ?
Re: (Score:3)
Even more so because Twitter has direct access to their databases while all other developers must work through the Twitter API. Don't get me wrong: It's nice, but if you need to analyze massive amounts of data, it can be slow to transfer
Re: (Score:3, Informative)
This isn't even a permission an App can request on Android. Not sure about iOS.
This is not how Twitter is going to do this anyway. They are doing it via the little "Twitter" links everywhere on the web. These will track your page views, and then the instant you sign into your twitter account on that browser, they will know every page you visited. It is no different than how Google knows the pages you visited.
You can block it in two ways... either a) never sign into twitter in your browser unless in Incognit
Re: (Score:2)
I've wondered whether I should have a separate profile for each social site as a way to isolate them.
I turn off 3rd party cookies, but I heard that there was an exclusion for sites that you had logged into and received cookies from.
Meaning, 3rd-party ad site could not send you cookies, but Facebook still could if you'd signed in to it earlier.
More drastic isolation of browser instances is another option (I've wondered about sandboxie
Re: (Score:2)
I wonder if browser profiles would be enough.
One also has to worry about things like Evercookie [wikipedia.org]. I'd like to think browser-profiles are built to defeat EverCookie, but whether they actually do I don't know.
Re: (Score:1)
Flash can store its cookies cross-profile, and even cross-browser.
Re: (Score:2)
I should have mentioned it explicitly, but that was part of my point: do browser not take this into account?
Do they scramble/lie about supported fonts? If they're serious about this stuff, they should.
Clearing cookies is nowhere near enough to hide the identity of your browser/computer.
Re:How does one prevent this ? (Score:5, Informative)
I use sandboxie, and find it well worth using. With additional "supercookies" and methods to save state, having all Web browser data saved on a different volume, and is completely purged when done, no matter how many hidden files are written, is a good method of protecting privacy. Doesn't take much doing either. One can force a browser to run in a sandbox, or just right-click on it, select "run in sandbox", pick the sandbox you want it in, and go.
This is also coupled with "click to play" for Flash or other stuff, and using AdBlock for an extension, so the browser doesn't have to deal with most of the nasty stuff.
I also run a different browser for banking that I do general browsing. The more separation, the better.
People firewall their computers, might as well have a layer of security (sandbox or VM) against untrusted code that hits their machines directly.
Re: (Score:2)
Although it may be good enough for stopping Twitter, the trouble with Sandboxie is that it still relies on Windows, which cannot be trusted for other reasons. IMO, if you're going to the trouble of sandboxing everything anyway, you might as well just skip straight to Qubes OS [qubes-os.org].
Re: (Score:2)
There is always the next step up -- a VM. It sounds like a lot of pointless steps, but with VMWare's Unity, the Web browser appears as another application on the taskbar, except marked with a color around it.
I do agree sandboxing might take a little bit of work, but it isn't that much for the protection gained. Similar with a VM. Even when not in VMWare's Unity mode, it is just a window to click on.
Long term, this complete sandboxing functionality should be in the OS. BSD's jail(), SELinux, AppArmor, an
Re: (Score:3)
Did you read my post? Running everything in (separate) VMs is exactly the point of Qubes OS, with the advantage (compared to Windows or VMWare) of being Free Software.
Re: (Score:3)
Yes, Qubes is useful. I was pointing out how to accomplish a fraction of the security of said OS with existing tools.
In a perfect world (i.e. no installed base), that would be how all desktop operating systems would be. The ideal would be a type 1 hypervisor, a backend deduplicated filesystem, copy on write capabilities, and so on. Someone fires off their office suite in one VM, save a file to a shared directory only visible to that VM and the mail client VM, and so on. Essentially not just virtualizing
Re: (Score:2)
Oh, okay. I was under the impression that Qubes was "existing" (I've seen people on Slashdot claim to use it, but haven't tried it myself). It does have a version labeled "release" on its download page, so I assume it's at least somewhat usable...
Re: (Score:2)
Re:How does one prevent this ? (Score:5, Informative)
This isn't even a permission an App can request on Android. Not sure about iOS.
There is, actually. READ_HISTORY_BOOKMARKS [android.com]
To prevent apps from using this (and other permissions) download something like App Ops [google.com] or root your device and use XPrivacy [google.com].
Re: (Score:2)
The first method would still allow Twitter to build a "shadow profile." It may not be explicitly linked to your Twitter ID, but it's still just as identifiable. Therefore, only your second suggestion is an actual solution, in my opinion.
Re: (Score:2)
I don't see how. Nothing is retained in Incognito mode. Every time you launch it you have a totally new profile.
The only way they could build said "shadow profile" is based on IP. But they can't tie the IP to a given twitter user name if you never sign into twitter on that device.
Re: (Score:2)
You make the implicit assumption that you're relaunching often, which may not always be the case (especially if you're using it all the time, instead of only occasionally).
Re: (Score:3, Informative)
try this link and cry:
how unique is your browser [eff.org]
I talk smart, but my nerd resolution of 2400x1920 gives 15 bits of identifying identification, and firefiox ESR give 10.
"Your browser fingerprint appears to be unique among the 3,665,195 tested so far."
in fact disabling cookies makes your browser more unique. Add the timezone, the fonts, the plugins and your browser quickly becomes more and more unique.
Re: (Score:2)
I think you are missing the point. If they can't tie this profile to my Twitter handle then frankly I could care less if they build said profile.
Anonymous profiles do not cause a privacy issue, at least not for me. It's irrelevant to me.
Furthermore - this profile is just based on little more than the plugins I have installed and my resolution. I would be willing to wager quite a large sum that the combination of those things is far from unique to myself.
Re: (Score:1)
If you go to Twitter, Twitter can certainly tie that profile to your Twitter handle.
Re: (Score:1)
My screen resolution reads as "no javascript" :-)
Almost all identifying information comes from the User Agent and HTTP_ACCEPT headers. Each "no javascript" adds 1.74 bits of data (which tells me that quite a few visitors of that site disable JS, but still most don't).
Enabling JavaScript made me unique (mostly due to browser plugins and system fonts which each provided more than 20 bits of identification).
Re: (Score:1)
Gee, I'm using Opera Next on a non-retina MacBook Pro... and I'm considered unique among a paltry 3.6M samples. On a site that's *extremely* likely to be visited primarily by Firefox users.
As a long time Opera user, this does not surprise me at all. I cleared my 'browsing data' for the last hour and tried again... a 50% reduction in uniqueness! Huzzah ;)
Re: (Score:2)
I use a squid proxy configured with a list of ad-and-tracking sites to block. There's also privoxy, which is made for that. If you've got a lot of computers and other devices or a whole family to protect, central filtering on the home server-router is easier than maintaining multiple adblock installs plus filters on android tablets, phones and iStuff.
Re: (Score:3)
I don't use Twitter, so I'm not sure ... but I've got AdBlockPlus on my phone.
But this is just one of the many reasons why I'm not interested in Twitter, and have most of my browsers well equipped with cookie blockers, script blockers, and a raft of stuff to keep things like this away from me.
I have no desire to help advertisers and the like collect more information. And I'm certainly not going to provide it if I can avoid it.
Maybe they can sell me targeted ads for tinfoil or something. ;-)
Re: (Score:3)
They know every website you've visited that has a "Tweet" or "Follow Me" button on it, so could easily target ads based on that - doesn't involved reading your browser history at all.
Re: (Score:2)
And this is true even if you don't have a twitter account or use Twitter. It is just in that case they don't know anything about you.
This is why I redirect facebook in my hostsini. looks like I should do the same with the other icon providers. Although I block ads anyway.
Re:How does one prevent this ? (Score:5, Interesting)
And this is why ad blockers, cookie blockers, and script blockers are your friends.
Deny them the data is the best approach.
Re: (Score:2)
Re: (Score:2)
I have a genuine question. Assuming one uses Twitter from the phone, how does one prevent the Twitter app on the phone to scan the browsing history ? If they cannot scan my browsing history they cannot give me ads.
1 - Set up a vnc connection from your phone to your home computer.
2 - At home, run Twitter on a virtual machine with no other app installed. (The virtual machine has its own wifi through an usb dongle never used for anything else)
3 - Crack a neighbor wifi and connect to the internet through it.
4 - Connect the virtual machine to one paid and one free vpn services. (passing through your neighbor's AP).
5 - Once you've got that set up, connect to your contact in a country with no extradition treaty with your ow
Re: (Score:2)
In case someone is humor impaired, I feel the need to say that the previous post was a joke.
Obviously you shouldn't crack your neighbor's wifi.
You need to drive around the city cracking a different wifi for each tweet.
Re: (Score:3)
I thought you wrote "wife".... put a completely different complexion on the post.
Re: (Score:3)
I thought you wrote "wife".... put a completely different complexion on the post.
Thou shalt not covet thy neighbor's wi-fi.
Re: (Score:2)
and thou shalt have no other ISP before me.
Re: (Score:1)
Damn, I'd gotten all the way to step 4.
Re: (Score:3)
Well, at least you cracked the neighbor's wife.
Re: (Score:1)
Patient: Doctor, it hurts when I poke my eye.
Doctor: Don't poke your eye.
Re: (Score:2)
Use a third party application (while you can). They don't have the promoted tweets and the like. For Android I recommend TweetLanes [google.com]
Re: (Score:3)
Here's how (Score:2, Informative)
According to Twitter's official post regarding this:
"While we want to make our ads more useful through tailored audiences, we also want to provide simple and meaningful privacy choices to our users. Twitter users can simply uncheck the box next to “Promoted content” in their privacy settings, and Twitter will not match their account to information shared by our ads partners for tailoring ads. And because Twitter supports Do Not Track (DNT), Twitter will not receive browser-related information (a
Re: (Score:1)
I have a genuine question. Assuming one uses Twitter from the phone, how does one prevent the Twitter app on the phone to scan the browsing history
Use an iPhone. Stop being the product.
You're worried about apps reading your browsing history because you are the product, not the customer. Stop buying products who's main selling point is the free OS someone else gave them until you realize why they gave them the free OS in the first place.
Re: (Score:3)
Use an iPhone. Stop being the product.
Use CyanogenMod. Stop being the product or a tool.
Re: (Score:2)
Don't use Twitter? Life will still go on.
Re: (Score:1)
This should be THE solution if people don't want to be track but...
that I'm not surprised so.. just browse in
Re: (Score:2)
>> Remember how social networks were going to transform the advertising industry because they'd tailor ads not to context or to your web browsing history, but to the innate preferences you express through interactions and relationships with friends
The major of online advertising spend is based on URLs and Keywords. And a "content network" campaign (URL-based) is already hard enough to set up.
Now I have to design my marketing strategy for online medical certifications based on (is a republican) (upper
that old bait and switch (Score:3)
Impending backfire of doom (Score:2, Insightful)
Re: (Score:3, Funny)
Re: (Score:3)
Thereby requiring both eyeball and brain bleach.
Rule #34 is alive and well, and there's some weird stuff out there.
Re: (Score:2)
I have a Twitter account, and that was because during the job hunt a few years back, prospective employers demanded one's Twitter ID, and when I stated that there was no point, I was told the interview was over because I wasn't keeping up with the times and spilling my guts to the world on an hourly basis about my floater/sinker ratio when I hit the bathroom, etc.
So, I have one that follows some sanitized corporate sources, and has not been touched since 2010.
If I want to announce something to the world, I'
Sell more ads! (Score:1)
Imagine what could be accomplished if instead of pushing more ads that Twatter actually did something useful. All these black holes of brain power and yet nothing beneficial coming out of them. What a waste...
Tailoring ads to browser history (Score:2)
I'm sure glad they don't do that on Slashdot.
(Note for troll-happy moderators: the above is what we call a "joke". The giveaway is that it includes a common comedic construct we call "irony". Please note that a joke doesn't have to be particularly what we call "funny" to still qualify as such, as illustrated by this example. YMMV.)
Re: (Score:2)
Note for the humor impaired: The explanation was what we doctors call "the joke". It was inspired by a sequence in "The Meaning of Life". (Search for "what we doctors call" in http://www.montypython.net/meaningmm2.php. [montypython.net])
Left as an exercise for the student: was the above also a joke?
Looks like Twitter wants to join Facebook (Score:2, Funny)
Into my DNS blocklist with all your domains!
Re: (Score:3, Insightful)
They aren't opposed to government surveillance. They are opposed to the damage done to their images because their collusion with the government was publicly revealed. Had Snowden never leaked anything you would have heard jack-and-shit from these companies about "reform". They would have just continued writing it off as a cost of doing business.
I'm sure I'll get downmodded again like I was yesterday for pointing this out by the clueless numbnuts who fall for these corporate PR stunts.
Time to prevent cross-site access (Score:1)
This type of tracking is simple to prevent. Disallow access to any uniquely identifiable information from 3rd parties when on a domain. It can be implemented in any ad blocker, or other plugin for a browser. It really should be the default settings in browsers. I really must question the motivations of the open source foundations when they are assisting in large scale tracking of users and assisting in hiding it.
Its almost like they are run by the NSA.
adverts are too late (Score:2)
and that the main problem with adverts they are using history and history is to late, as most people have moved on to otherthings.
Now prediction advertising....
advertising on faulty assumptions (Score:3)
Man, there's an err of pathos to when similar strategies are applied elsewhere, somehow Youtube noticed I went to a standing desk site, now half my adverts are from there. And also, they don't notice when I've actually bought a damn thing, so more advertising is just down the drain... I guess advertising is such a small % game that they'll take whatever "bump" they can get, no matter how stupid they look.
Re: (Score:2)
Re: (Score:1)
Only for the dumb people. (Score:4, Interesting)
If you are not running with adblock on your browsers you deserve to have this crap happen to you. ALL websites need to be treated as hostile (Slashdot included) and you need to run browser extensions that disable and protect you from this crud. Adblock, redirect protectors, privacy reclaimers, etc...
And if you are a good computer person you install all this stuff on every computer you touch.
Re: (Score:3, Informative)
But not in phones...
Re: (Score:2)
Sadly the phones lack in this regard. Firefox and Chrome on phones are incapable of protecting you. But you can use a blocking hosts file if you jailbreak/root your phone.
Re: (Score:2)
Yeah, your posting style and that website scream "INSTALL MY TROJAN HORSE" I'll simply copy a hosts file manually and avoid your file.
Inevitable really. (Score:1)
Re: (Score:2)
I remember when cable TV started in the US, it was merely a way not to have to fuck around with an antenna and rotator and still get a crappy signal. The "cable-only" channels came later in the early '80s, but only the "movie" channels (HBO, Showtime, etc.) didn't have ads. Must be a difference in how cable TV started in the UK, I suppose.
I've been happily back to antenna for over a decade, especially since it went digital. (It works as long as you don't care to watch live sports, which are mostly on cable
#twitterwillsoonbehistory (Score:2)
Twitter says ... (Score:2)
...you'll soon start seeing promoted tweets that are chosen based on websites you've visited in the past.
No,I won't. I stopped looking at twitter when they started creating fake tweets from advertisers that I couldn't shut off or stop "following", in twitspeak.
And Yahoo Groups has started mixing advertisements in with the group messages as if they were part of the group content.
Re: (Score:2)
Does it even work for Google? (Score:1)
Do most people actually use the twitter app & (Score:2)
Do most people use the twitter app and web page? I guess for *sending* tweets, but I rarely do that.. Mostly, they're sent to me as IMs, that I browse in the Messages app.
Yahh!!! (Score:2)
Re: (Score:3, Informative)
Good thing I never used either FB or Twitter.
if you have seen any FB icon, you're on FB
Re: (Score:1)
Good thing I never used either FB or Twitter.
if you have seen any FB icon, you're on FB
If he really has no facebook&twitter because account, chances are that he is running ghostery and no icons will be seen nor will he be tracked in that way.
Re: (Score:1)
Re: (Score:3)
Re: Nice.... (Score:5, Funny)
I think the point is he doesn't want a cookie...
Come to the dark side. We have cookies! (Score:3)
So THIS is what that slogan is all about...
Re: (Score:2)
OP is educational. #sarcasm is irrelevant.
Re: (Score:2)
He's replacing the guy who used to brag about not having a TV.
Re: (Score:1)
I see. Before facebook started, nobody had any friends whatsoever.
Sorry, but it's the other way round: Facebook "friends" aren't usually friends.