Live data from Hacker News

Reddit reveals their traffic numbers, compares to Alexa/Compete etc

blog.reddit.com

51–60 of 69 posts

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#51

Somebody please explain ad cpm and stuff like that (complete noob) For what I understand 400M pageviews = $400K a month just in ads (at just 1ct per pageview)

400M*.01 would actually be $4M

But basically CPM means cost per mille (thousand). I believe 1 cent per pageview is absurdly high for most CPM banner ads, with the real amount being closer to $.003. It all depends on how valuable a demographic you have (or mix of demographics) in the eyes of the advertiser, though.

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#52
these numbers are easily gamed. the trick is to add some invisible iframes that load up an empty page on your domain. you can fire them after the page has loaded so it doesn't slow your site down. I know it works for compete and i assume it works on other services too.

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#53
post #46

I thought the whole point of Quantcast is that they can directly measure traffic instead of trying to guess. They don't even charge for it: http://www.quantcast.com/info/publisher-overview

And how do they actually measure those numbers without (i) guessing; (ii) having some JS on the page, or (iii) using Voodoo Black Magic. I think it's ridiculous to believe ANY company that claims that they can measure traffic of a site accurately without the DIRECT INVOLVEMENT of the site's owners. How are they doing it? Through the ether? Come on! Data, people. Data. Google's figured that out, maybe other companies…

They get clickstream data from the big ISPs. In theory, if the samples are large enough and their models are appropriately calibrated, this ought to be a reasonable way to do it.

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#54

I suspect that the vast majority of Redditors use Ad-block or equivalent. Reddit might get millions of page views, but if that doesn;t translate into ad-impressions then they are effectively invisible to the money-people.

> I suspect that the vast majority of Redditors use Ad-block or equivalent. I seriously doubt that.

I had a site of mine reddited; Google Analytics reported 74 uniques, Apache/AwStats reported 900+ uniques.

Draw your own conclusions.

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#55
post #6

Earlier quoted context omitted.

This logic would also apply to other tech blog and generally tech sites with tech-savvy users. Most of them, including Wired, Ars, Digg, slashdot are doing just fine. Digg has their own marketing/advertising team, unlike reddit. I think this makes the difference.

Digg is also smart about actually selling and placing ads compared to reddit. I've been checking out digg for the first time in years the last few days, and I was somewhat surprised to find that I actually kind of like the way digg does interstitial ads. Reddit has one header ad and a couple of sidebar ads that are self-advertising more often than not. (I will note for the record that this ad[1] spotted earlier today…

Yeah some guy paid $8 CPM for rickroll, reddit has a minimum of $20k per campaign.

Here is a discussion on the ad: http://www.reddit.com/r/ads/comments/cpm2d/i_cant_believe_so...

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#56
post #54

Earlier quoted context omitted.

> I suspect that the vast majority of Redditors use Ad-block or equivalent. I seriously doubt that.

I had a site of mine reddited; Google Analytics reported 74 uniques, Apache/AwStats reported 900+ uniques. Draw your own conclusions.

There are a lot of robots out there...

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#57
post #28

I thought the whole point of Quantcast is that they can directly measure traffic instead of trying to guess. They don't even charge for it: http://www.quantcast.com/info/publisher-overview

Which is fine, but if you have to do that for all the traffic analysis firms you add lots of JavaScript beacons to your page, slowing it down a lot. They need to start working with companies like Google to use Analytics as a clearing house. Then you get issues with what and how people are instrumenting. For example, if you instrument a carrousel you'll get a lot of page "loads" which don't necessarily correspond to p…

quantcast tracking code is nice, small and fast.

By comparison, google tracking code is unfortunately massive. It sets a ton of cookies, which are then sent with every single request to your server. Wasting bandwidth. It's worse if you have it on subdomains, since then it'll set even more cookies, and send even more crap to your server every single request.

For a website with a large number of reloads, or ajax or comet, this can be a complete killer.

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#58

I suspect that the vast majority of Redditors use Ad-block or equivalent. Reddit might get millions of page views, but if that doesn;t translate into ad-impressions then they are effectively invisible to the money-people.

> I suspect that the vast majority of Redditors use Ad-block or equivalent. I seriously doubt that.

Even in the post they once again pander to the privacy freak out crowd by noting that google analytics include some js.

Someone commented that it was nice that they mentioned this, and the author responded with "We know our customers well!"

Sorry but that's ridiculous. Reddit is hard to monetize because it's full of anti consumerist adblock js-blocking privacy freaks.... And they seem to be encouraging it in their users.

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#59
post #54

Earlier quoted context omitted.

> I suspect that the vast majority of Redditors use Ad-block or equivalent. I seriously doubt that.

I had a site of mine reddited; Google Analytics reported 74 uniques, Apache/AwStats reported 900+ uniques. Draw your own conclusions.

With so "few" visitors it would be worth manually going through the logs and see if your interpretation is valid.

Re: Reddit reveals their traffic numbers, compares to Alexa/Compete etc

#60
post #57
post #28

Earlier quoted context omitted.

Which is fine, but if you have to do that for all the traffic analysis firms you add lots of JavaScript beacons to your page, slowing it down a lot. They need to start working with companies like Google to use Analytics as a clearing house. Then you get issues with what and how people are instrumenting. For example, if you instrument a carrousel you'll get a lot of page "loads" which don't necessarily correspond to p…

quantcast tracking code is nice, small and fast. By comparison, google tracking code is unfortunately massive . It sets a ton of cookies, which are then sent with every single request to your server. Wasting bandwidth. It's worse if you have it on subdomains, since then it'll set even more cookies, and send even more crap to your server every single request . For a website with a large number of reloads, or ajax or c…

Quantcast has no asyncronous tracking. If their servers are running slow at all, their javascript will block your site from loading, even if you have it at the bottom.

I know this because it happened to us. We contacted them about it but they have no solution,they don't seem to think it's a problem since "most of the time" their servers are up and quite fast. Marketing requires the tracking, so our solution is to host their javascript on our server and run a cron nightly to redownload the code from their servers in the hopes that we'll never get so far behind that the tracking stops working. So far, so good.

Google, on the other hand, offers an asyncronous, non-blocking solution. Much better.

Post reply on HN