Sponsored By

Featured Blog | This community-written post highlights the best of what the game industry has to offer. Read more like it on the Game Developer Blogs.

The Importance of Tracking by Country

When tracking, each country acts very differently. It's essential that you track which country a user comes from, or else your data can easily be corrupted. We compare some results from China and the US for our recently launched iOS game Chip Chain.

Aaron Isaksen, Blogger

November 28, 2012

3 Min Read

One of the first things we noticed the day Chip Chain launched on iOS was that each country acts very differently, so it's essential that you track which country a user comes from, or else your data can easily be corrupted.  And it's equally important to look at these differences when deciding to make a change in your app. Luckily, I had put this information in the tracker data for purposes of figuring out revenue from each country, since this is reported in the local currency, so all our tracking events come with a country identifier.  I expect that almost all trackers already do this (for example Flurry does), and you should not use a tracker that doesn't allow easy separation by country and other factors.

When analyzing your data, this is called a "segment" which is a subset of the complete set of users.  You can do segments based on all sorts of things like age, gender, spending habits, country, language, etc.  But for this discussion, I'll focus on two segments, one for all users from the US and one for all users from China, since those are the top two markets for Chip Chain.

The US is home to 26.57% of our users, and China is home to 31.08% of our users.  When we look at how much revenue I get from IAP from each country, since Apple reports this to us on a daily basis, we get significantly more revenue from the US…in fact it's currently 7.16x more total revenue from US, even though we have more users in China, and on a per user average, it's 8.17x times more revenue from an "average" US user.  This is pretty critical if you are looking at stats like ARPU (average revenue per user) since the numbers are so different depending if you include China or US.  Attitudes to paid content and piracy are certainly different in these two regions, but we can look at more data and see there is still more going on than just differences in attitudes to paying for IAP.

For example, we can look at the number of sessions a user has played the game.  A single session is basically if someone opens the game, plays a couple of levels, then closes the game and doesn't come back for a while.  If the user returns within a short period of time, lets say 10 minutes, it still counts as the same session.  I see that 40.6% of US players have come back for 10+ sessions, while only 31.7% of Chinese players have come back for 10+ sessions.   I don't know what it is, but there is some reason the game isn't yet as compelling for Chinese users as US users.

Perhaps the difference is just due to local tastes: gamers in different parts of the world prefer different types of games, so it's possible that a game is niche in one country while it's mainstream in another. Local tastes can also explain why there are differences in the amount of time played or when the games are played.  Or it could be localization issues - Chip Chain is translated into 9 languages, including Simplified Chinese, but perhaps it has mistranslations or confusing translations on it's first release.  Over time, we should build up enough fans that would tell us when a translation is incorrect so that we can tune this up.  Furthermore, In our first 2 builds we had some bugs that only showed up in certain languages, so this could affect retention for those specific languages, although this didn't occur for Chinese or English.

The important lesson is that you need to pay attention to each region differently, and only lump countries together if you notice similar patterns of behavior.

Read more about:

Featured Blogs
Daily news, dev blogs, and stories from Game Developer straight to your inbox

You May Also Like