Twitter now tracking link clicks

5 points by merrick33 ↗ HN
Maybe it's been going on for a while and I just noticed it.

Using twitters web interface I clicked on this link http://bit.ly/olSOg and below are the abbreviated headers that I saw:

GET /link_click_count?url=http%3A%2F%2Fbit.ly%2FolSOg&linkType=web&tweetId=3540807536&userId=2533331 HTTP/1.1 Host: twitter.com ...

HTTP/1.x 302 Moved Temporarily Date: Tue, 25 Aug 2009 19:30:15 GMT Server: hi Last-Modified: Tue, 25 Aug 2009 19:30:15 GMT Status: 302 Found Location: http://bit.ly/olSOg

...

GET /olSOg HTTP/1.1

Host: bit.ly

...

HTTP/1.x 301 Moved Permanently

Server: nginx/0.7.42

Location: http://www.wired.com/entertainment/theweb/magazine/17-09/ff_craigslist_makeover

4 comments

[ 3.6 ms ] story [ 23.6 ms ] thread
This is getting ridiculous -- they're double-shortening links! Aren't they a sibling to bit.ly anyway?

I don't understand why the fuck people don't implement link-click-tracking in JS on the client-side instead of fucking with URLs.

The tracking that Google now does for logged-in users on SERPs infuriates me -- it adds a ridiculous amount of latency when you're connected via 3G.

Definitely makes it a double redirect now.
(comment deleted)
This seems semi-useless to twitter. I mean, between URL-shorteners and the fact that this method likely doesn't work with apps that use the API, I'd be surprised if Twitter's getting any meaningful data out of this.