It has been few months since this website was “quantified” on qunatcast.com. There are some interesting and surprising statistics about this blog. But first things first. What is Quantcast what does it mean to be quantified?
Quancast is an internet rating service. In other words they provide data about traffic to the websites. Currently they have over rated over 20 millions websites. They get their data? It’s done by estimates (please do not ask me how they do it) or by direct measurements. When you visit the Quantcast.com you will notice that the good number of websites are “quantified”. Those are the websites that are being measured directly. And yes I recommend you to quantify your site. It’s very simple to register, and all you need to do to quantify your website is to place a peace of code into the template of your website or blog, similar of what you do with the code from Google Analytics.
Since this blog is hardly known by any one, it took about two months for Quantcast to report demographic data of the visors to this website. This demographic data about visitors to this website was the main reason I ever registered with Qunatcast.
Here are just few snapshots.
Gender and Age Of Go Beyond MLS Visitors
I thought that more women are visiting my blog. The real estate industry is dominated by women. Even when I was active in the real estate, out of 15 agents in our office there were only 5 men. Since real estate agents is my target audience I naturally thought that most of my visitors are women.
The age of the visitors completely surprised me. I belong in the 25-34 age group so I though my visitors would be of the same age. I turns out my site is more popular among 55-64 age group. This of course is very humbling to know that more experienced people find my blog interesting enough to visit.
Household Income and Ethnicity of Go Beyond MLS Visitors
I had really no expectation about these statistics. Still don’t know if this knowledge will have any real effect on how I develop this blog. But there you go:
Education and Children of Go Beyond MLS Visitors
Again, had no expectations whatsoever about these statistics. I guess they can be useful as far as advertising is concerned. But since the demand for advertising on my website is minimal, I will just look at it and say: “Hmm, interesting”.
So why would you want to know this sort of data about you website? I think above data can be extremely useful if you are trying to target a specific audience.
Quantcast provides some great reports on geographic location of your visitors. You can see where do your visitors come from by country, state and city. This of course can very useful for the real estate websites.
How reliable is Quancast data? I would say that the data on “qualified” websites, or directly measured websites, is right on target. But why should you believe me, try it for yourself.
You can see the entire report for my website here. If you care to share similar statistics about your blog or website, feel tree to leave a link the the comments.
If you write a blog, it is safe to presume that you want other people to read it. Unless of course you have blocked the search engines and are allowing only certain people to see your blog. From what I can gather when it comes to the real estate blogs, most of us would like our blogs to be read. In fact some of us have set a goal to turn first time visitor to our blogs into regular one or even a subscriber. In fact in some other niches, the value and the influence of a blog is determined by the number of subscribers.
In real estate, blog can also be responsible for the growth of your business. In fact, many real estate blogs are highly monetized digital “properties” on the internet, while others contribute to the successful real estate transactions outside of the Internet. In either case the subscribers to your blog may have something to do with the dollars in your pocket at the end of the day.
In this tutorial, I will show you one way you can track a specific goal (lets call it “subscriber goal” for the sake of the argument) using Google Analytics. If you are not familiar with Google Analytics but are serious about your online marketing efforts I strongly suggest opening an account. Learn as much as you can about what Google Analytics has to offer, it will only benefit you in the long run.
Before I get into technical part, which will require some minimal knowledge of HTML, I would like you to sit down a determine following. Think about the past month. How much income (preferably net income) can you contribute directly to your blog? Now divide that amount by the number of subscribers- the result will be used in Google Analytics as “goal value”. For example if your net income was $1000 and your blog has 265 subscribers, dividing $1000 by 265 will give you $3.77- when setting your gaol at Google Analytics you will use this amount to indicate your “subscriber goal”.
Setting The (Subscriber) Goal In Google Analytics.
If do not have an account with Google Analytics, you might want to register first and implement the tracking codes in the template of your website.
In order to track your subscriber you need to know who many people had actually clicked the subscription button or link. However, I highly discourage against placing Google Analytics tracking code int the feed of your blog. Also, if you are directing your visitors to your blogs feed at FeedBurner, you may not be able to implement the tracking code even if you advanced in programing.
In order to capture these statistics you will need to implement what is known as a jump page. You can do that by using a simple text editor such ad Notepad. Create a file a name in subscribe.html. Then copy and paste the code below, but make sure to replace few lines of that code with your own info (explained below the code):
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="refresh" content="0; URL=YOURFEEDSURL" />
<meta name="robots" content="noindex,nofollow" />
</head>
<body>
<–REPLACE THIS LINE WITH YOUR GOOGLE ANALYTICS CODE HERE–>
</body>
</html>
Make sure to replace YOURFEEDSURL with actual URL of your blog’s feed and the line that says to replace it with Google Analytics Code.
Upload the file (subscribe.html) into the root directory of your blog. The meta refresh in the “head” of this HTML file will redirect users to your blog’s feed wile Google Analytics will capture necessary data.
Login into your Google Analytics account. In the dashboard area you will see the list of your websites in the table called “Website Profiles”. Then click “Edit” link for the blog you are about to implement a “conversion goal”. You can set up up to 4 different goal for each website. If you followed my instructions in creating the jump page and uploading it to your server, your conversion gaol configuration should look like this:
Note that 3.77 is the result of calculation we did dividing your net income by the number of your existing subscribers.
I know that it sounds some what complicated. But it is not as hard as it looks and the benefit of having these statistics measured should supersede any fear of tackling Google Analytics and a little bit of HTML coding.
Depending on the popularity and traffic to your blog you can see results within day or two. However to have more accurate statistics, you might need to wait longer than just one day.
Here is an example of how this is working for my website:
The figures in “Per Visit Goal Value” column offer me clear idea how much I can pay per each visitor and still profit if I were to strike advertising deals with the referring websites and blogs.
Warning: The above describe method should only be used in conjunction with other statistics. It maybe that some visitors may not actually subscribe eve after clicking the subscription button or link. You will also need to factor in unsubscribe rate and never ever use the gross income in calculating the goal value. Being very conservative when assigning the goal value will shorten the range of the error margin. You should also be conservative with your subscribers numbers, it’s better to err on the side of lower number of subscribers.