Skip to main content

Google Analytics mixes up my two blogs?

I have 3 blogs on blgspot dot com, two in English, one in Chinese. All of them added Google Analytics tracking code.

Google Analytics mixes up my Chinese blog with one of the English blogs.

Because I noticed something wrong with the tracking data by comparing Analytics-recorded visitors and adsense pageviews, even if the bounce rate is 100%, AdSense page views should equal analytics-recorded visitors, because every visitors at least open one page, the adsense pageviews are less than Analytics-recorded visitors numbers.

And I noticed another evidence that Analytics mixes up my two blogs, which is an obvious mistake, that data on Content Overview are same for two blogs.

1. /
2. /2008/08/youngest-mother-in-world.html
3. /2008/08/sharon-fruit.html
4. /2008/09/how-to-get-vodaphone-puk-code.html
5. /2008/05/blog-post_19.html
6. /2008/10/halloween-jokes.html
7. /2008/10/blog-post_15.html
8. /2008/10/harvest-festival.html
9. /2008/10/milk-spots-or-allergic-to-baby-formula.html
10. /2008/07/waxberry.html

These pages are from my English blog, but appears on my Chinese blog Contents Overview panel.

My Chinese blog is blocked by Chinese government because they block all blogspot dot com, I suspect if visitors from China click through by search engine results but could reach my blog pages successfully due to the Great Firewall, then Google Analytics count this as one visitor?

I have double checked my Analytics tracking code, I am sure I haven't mixed up the tracking code for two blogs, what's happening?

Comments

Popular posts from this blog

How to Input Phonetic Symbols (IPA) in Google Docs

You can insert special characters by clicking "Insert" on the menu, then click the "Ω Special Characters", the choose "Latin" category from the drop-down menu, and then Phonetics (IPA) sub-category. Insert Special Characters in Google Docs There is a short-cut for inputting some IPA symbols which you use them frequently. Automatic Substitution in Google Docs similar to Auto Correct in MS Word. You can replace common acronyms, misspellings and other symbols. So you can set auto-replace for your IPA symbols, for example, "e<" for "ɛ", "o/" for "ø", "o>" for "ɔ" etc. Automatic Substitutions in Google Docs

Vodafone Router Configuration for Incoming Connection and other Services

This post is about specific Vodafone Home Broadband Router configuration for Incoming Connection and other service on your home computer. This is not a tutorial, and will not be going into details of the services and router configuaration, I just want to point out couple of points you need to pay attention to. 1. Port Forwarding. Vadafone Router has its own name for Port Forwarding, it's called Port Mapping under Port Management category.The picture below shows that I set up web server on my desktop, I map my local address on port 80; and I set up PPTP incoming connection by mapping local address on port 1723. Port Forwarding 2. Exposed Host. If you have set up Port Mapping, you still can't get what you want, then you have to put your device outside the Firewall, i.e. bypass Vodafone Connects (means Router) firewall, in a Demilitarised Zone (DMZ), using it's Exposted Host Function. Static NAT (Network Address Translation) means the Router will translate publi...

How to stop Freenet?

How to stop or temporally shutdown Freenet? On Windows, you may find "stop freenet" in Freenet Tray. On Ubuntu, or other Linux system, go to your Freenet folder, run a command inside the terminal: FreenetUser@ubuntu:~/Freenet$ ls *.sh run.sh  update.sh You can see run.sh command, run.sh have six options, one of them is to stop the Freenet: FreenetUser@ubuntu:~/Freenet$ ./run.sh ? Usage: ./run.sh { console | start | stop | restart | status | dump } FreenetUser@ubuntu:~/Freenet$ ./run.sh stop Stopping Freenet 0.7... Waiting for Freenet 0.7 to exit... Stopping Freenet 0.7... Stopped Freenet 0.7. This is how you to stop the Freenet on Ubuntu.