<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Building Browsergames &#187; marketing</title>
	<atom:link href="http://buildingbrowsergames.com/category/marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildingbrowsergames.com</link>
	<description>Ever wanted to build a browsergame?</description>
	<lastBuildDate>Mon, 29 Mar 2010 14:00:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PBBG Is Going Nowhere</title>
		<link>http://buildingbrowsergames.com/2009/01/14/pbbg-is-going-nowhere/</link>
		<comments>http://buildingbrowsergames.com/2009/01/14/pbbg-is-going-nowhere/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 14:00:48 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=682</guid>
		<description><![CDATA[The acronym that is, not the type of game. Look for it (or pbbgs) as a tag on Magnolia, Delicious, etc. and you hardly find anybody using it even when they are tagging games which are PBBGs. Likewise a Google search pretty much just reveals sites like this one that are using it to refer [...]]]></description>
			<content:encoded><![CDATA[<p>The acronym that is, not the type of game. Look for it (or pbbgs) as a tag on Magnolia, Delicious, etc. and you hardly find anybody using it even when they are tagging games which are PBBGs. Likewise a Google search pretty much just reveals sites like this one that are using it to refer to the games. Itâ€™s a great technical term and it definitely highlights the difference between something like Urban Dead and Tower Defense, but with the general public itâ€™s getting zero traction.</p>
<p>Itâ€™s time to realize that unless you want it to have an eight to ten year gestation like RSS did then we need to either have a â€œPBBG Councilâ€ like the Beef Council that can promote awareness and adoption of the game and the term to refer to them or we need to pick a name thatâ€™s just a wee bit more end user friendly for the category as a whole. And maybe this time it can be one that you can say aloud without sounding like an idiot (or maybe thatâ€™s just me).</p>
]]></content:encoded>
			<wfw:commentRss>http://buildingbrowsergames.com/2009/01/14/pbbg-is-going-nowhere/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Your PBBG on Facebook</title>
		<link>http://buildingbrowsergames.com/2008/10/09/your-pbbg-on-facebook/</link>
		<comments>http://buildingbrowsergames.com/2008/10/09/your-pbbg-on-facebook/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 14:00:30 +0000</pubDate>
		<dc:creator>Daedeloth</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[publicrelations]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[browser games hub]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=461</guid>
		<description><![CDATA[Facebook is a great platform for game developers. The ease of using your Facebook account on various 3rd party applications allows users to start playing your game right away, without worrying about registration or account activation.
Porting your game to Facebook, however, is not an easy job to do, especially if your game is deployed on [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook is a great platform for game developers. The ease of using your Facebook account on various 3rd party applications allows users to start playing your game right away, without worrying about registration or account activation.</p>
<p>Porting your game to Facebook, however, is not an easy job to do, especially if your game is deployed on multiple servers. </p>
<p><a href="http://apps.facebook.com/browser-games">Browser Based Games</a> found a solution for this. By using <a href="http://www.browser-games-hub.org/">Browser Games Hub</a> data and an <a href="http://www.openid.net/">OpenID</a> provider, they provide players an easy way to play browser games with their Facebook or OpenSocial capable (Orkut, MySpace, Netlog, &#8230;) account.</p>
<h3>OpenID?</h3>
<p>This application requires <a href="http://www.openid.net/">OpenID</a> support. OpenID is an open source system that enables users to use one identity across the web. Using one OpenID you can login to hundreds of websites without remembering all those passwords and logins.</p>
<p>Depending on how your game is written, OpenID is fairly simple to install. There are <a href="http://wiki.openid.net/Libraries">a lot of libraries</a> in multiple languages and a rather extended <em>quick guide</em> can be found <a href="http://www.plaxo.com/api/openid_recipe">here</a>.</p>
<p>On a sidenote, if your game supports OpenID, it will also support <a href="http://www.galaxy-news.net/content/284_galaxynews_id_one_account_all_the_fun.html">GalaxyNews ID</a>, which is based on the OpenID technology.</p>
<p><em>Note: in order to add your game to the BBG application, your login script must receive the openid_url in GET, not in POST.</em></p>
<p><strong>Adding your game</strong><br />
Next issue on the list is adding your game to BBG application. Since it uses the information provided by <a href="http://www.browser-games-hub.org/">Browser Games Hub</a>, you will have to add your game to the hub (see <a href="http://buildingbrowsergames.com/2008/10/05/browser-games-hubbrowser-games-hub/">previous article</a>). The most important section in your XML will be the <em>servers</em> element. If this section is invalid, your game will not appear in the application.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;browsergameshub</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;0.1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;servers<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;server</span> <span style="color: #000066;">group</span>=<span style="color: #ff0000;">&quot;Pool A&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;id<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Server ID<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/id<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Server 2<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;version<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0.123<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/version<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;game_url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://link-to-your-game-server/<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/game_url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;openid_url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://link-to-your-game-server/openid.php?openid_url=%s<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/openid_url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;players<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2504<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/players<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;status<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>open<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/status<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;descriptions<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;description</span> <span style="color: #000066;">lang</span>=<span style="color: #ff0000;">&quot;en&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>speed 1x<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/descriptions<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/server<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/servers<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/browsergameshub<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>Let&#8217;s take a closer look at the element <em>openid_url</em>:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;openid_url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://link-to-your-game-server/openid.php?openid_url=%s<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/openid_url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>This element should contain a direct link to the action of your OpenID login form. The GET variable declared in <em>openid_url=%s</em> will be populated with an OpenID. The Browser Games Hub will throw an error if it&#8217;s not working.</p>
<h3>And next?</h3>
<p>That&#8217;s it, really. Your game should now appear in the Hub with a lightning symbol, showing that your game supports OpenID. The application is only updated a few times a day, so it might take a while before all those facebook users start joining your game <img src='http://www.buildingbrowsergames.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://buildingbrowsergames.com/2008/10/09/your-pbbg-on-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make your game known: an Open Approach</title>
		<link>http://buildingbrowsergames.com/2008/10/07/make-your-game-known-an-open-approach/</link>
		<comments>http://buildingbrowsergames.com/2008/10/07/make-your-game-known-an-open-approach/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 14:00:44 +0000</pubDate>
		<dc:creator>Daedeloth</dc:creator>
				<category><![CDATA[advertising]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[publicrelations]]></category>
		<category><![CDATA[browser games hub]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=457</guid>
		<description><![CDATA[My name is Thijs Van der Schaeghe. I have been developing browser based games for over five years now. My first game was Route to Destiny, a neo-apocalyptic RPG; my second and latest game is Dolumar, a fantasy strategy game.
When people ask me what the hardest part of browser game development is, I always answer [...]]]></description>
			<content:encoded><![CDATA[<p>My name is Thijs Van der Schaeghe. I have been developing browser based games for over five years now. My first game was <a href="http://www.rtd-game.be/">Route to Destiny</a>, a neo-apocalyptic RPG; my second and latest game is <a href="http://www.dolumar.be/">Dolumar</a>, a fantasy strategy game.</p>
<p>When people ask me what the hardest part of browser game development is, I always answer the same thing: making people play your game. There are hundreds of so called browser games directories around and most of them are crappy. However, if you want to get your game known, you&#8217;ll have to add your game on various websites. Now, wouldn&#8217;t it be great if you wouldn&#8217;t have to do all that?</p>
<p>That&#8217;s why I came up with <a href="http://www.browser-games-hub.org/">Browser Games Hub</a>. Instead of putting your information on every bloody game directory, you force them to fetch your information themselves. In cooperation with a bunch of other developers, we developed an XML schema that holds all information about your game. This way, you can provide these websites with an accurate and up to date player count, a list of game servers, links to news, screenshots, logos, etc.</p>
<p>So, how does it work? You put a little XML file on your own server and put a link to this file on your game home page. Browser games hub will read this file once every day and update the information. The hub, in his turn, providers website owners the data of all registered games.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;browsergameshub</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;0.1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Dolumar<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;site_url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://dolumar.be/<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/site_url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/browsergameshub<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>This is, of course, only the first step; a name and a website are not very interesting to publish on a website. You can find way more information on <a href="http://www.browser-games-hub.org/">browser games hub</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://buildingbrowsergames.com/2008/10/07/make-your-game-known-an-open-approach/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Great Conversion Plan</title>
		<link>http://buildingbrowsergames.com/2008/10/01/a-great-conversion-plan/</link>
		<comments>http://buildingbrowsergames.com/2008/10/01/a-great-conversion-plan/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 14:00:10 +0000</pubDate>
		<dc:creator>Whane The Whip</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[conversion]]></category>

		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=441</guid>
		<description><![CDATA[There are many possible conversion plans available to you but I would like to outline what I believe to be one of the best. Opinions may vary, but few can argue the effectiveness of this plan:
1) Develop your game and begin promoting it early. This means getting your domain name early too, esp. if you [...]]]></description>
			<content:encoded><![CDATA[<p>There are many possible conversion plans available to you but I would like to outline what I believe to be one of the best. Opinions may vary, but few can argue the effectiveness of this plan:</p>
<p>1) Develop your game and begin promoting it early. This means getting your domain name early too, esp. if you are registering a new domain name being introduced to the web for the first time.</p>
<p>2) When your game is ready for Alpha testing, instead wait until it is ready for Beta testing, then invite others to test it but call it &#8220;Alpha&#8221;. Members will be writing reviews of your game while still in Alpha so if you lack content, your game will get unfair premature reviews.</p>
<p>3) Make sure your game is free. Nothing will help your promotional efforts more than being free. One model suggest that you lock out non-paying players after they achieve a specific mile-stone, that mile-stone could be 2 weeks, or it could be level 20. But this means that your game must be incredibly deep and addictive in order to get those members to start paying after only a couple of weeks of game play. In this case itâ€™s not really a free game, but a free preview of the game, there is a difference. Not including geographic zones, 90% of the game content should be available for free to everyone; your game, for sake of argument, must be free, not just feature a free preview.</p>
<p>4) Make sure that you communicate to your player base that the game will always include a 100% free version without level or advancement restriction. If you fail to communicate this then your existing free players will lack confidence thinking that eventually they will have to pay, as a result, theyâ€™ll bail early in order to avoid getting hooked.</p>
<p>5) If you launched Alpha accounts when your game was ready for Beta, then you open Beta accounts when your game is complete. Your game should remain in Beta for at least 6 to 8 months, certainly no longer than a year. During this phase you will perform what is generally known as the first year balancing tweaks and minor improvements. But for the most part, you will be using this time to build content for future paying customers. This â€œgoldâ€ content must not overpower free players or else you will drive them away.<span> </span>The content should give the players an edge and more geography to explore but should in no way enable a new paying customer to overpower a veteran that still has a free account.</p>
<p>By doing this you give your players a â€œchoiceâ€ in keeping their free account or upgrading to a gold account. If you restrict game play or remove elements previously made available to all players to paying members only, you will quickly drive away your large base of free players. This is important because all of your members that enjoy the game at no cost, will help to promote your game. The concept is incredibly simple, use the free players to advertise your game to draw in more paying customers.</p>
<p>6) Treat all players as â€œcustomersâ€ long before you offer premium memberships, treat them fairly and without bias beginning with the Alpha release of your PBBG. Unconditional terms are common in amateur PBBGâ€™s, essentially developers say â€œitâ€™s my game so I can do whatever I wantâ€, but this does not instill the level of trust needed for conversion. Develop a conditional TOS that stipulates that you can only act against a player if s/he breaks a rule, then clearly list those rules. As a developer, you may not be equipped to handle customer service. Donâ€™t assume that because you are skilled in programming that you are also skilled in customer service, both are equally important. You may wish to consider letting a partner manage the customer service end.</p>
<p>7) If you opened Beta accounts when your game was ready to go live, then you go live when your gold content is ready. This means that your veterans have been enjoying the game for nearly a year nowâ€¦ theyâ€™re hooked and ready for new content. This is the perfect time to go Gold. Be sure to offer an incentive for those that sign up within a month of the launch of Gold, call these players trail-blazers and credit them with something truly unique that will only become available during the first month of going gold. Be sure to hype up the Gold content before itâ€™s ready to launch, you want those Beta veterans virtually lining up with money in hand. Offer several payment options including PayPal and let members gift other players with premium memberships. Be sure to hand out a few free premium memberships to those that offered outstanding feedback during Alpha and Beta.</p>
<p> <img src='http://www.buildingbrowsergames.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Donâ€™t charge too much, youâ€™re not Blizzard, and you donâ€™t own the most popular MMORPG in the world, and you donâ€™t own a 30 story building in Irvine to match it. You own an independently developed PBBG, your fees should reflect this. Under $5 a month will net you sign-ups, more than this will result in a low conversion rate. Consider that itâ€™s better to have 200 players paying $2.95 per month ($590) than to have 20 players paying $6.95 per month ($139). Lower fees will make it easier for your members to sign up for gold content resulting in more income. Make sure your account holders can pay in advanced and with a discount for 3,6,9, or 12 months of advanced payments.</p>
<p>This is a solid plan and Iâ€™ve seen it work with several successful PBBGâ€™s. With some careful planning you can make it work for you too.</p>
]]></content:encoded>
			<wfw:commentRss>http://buildingbrowsergames.com/2008/10/01/a-great-conversion-plan/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Conversion: Games to Cash</title>
		<link>http://buildingbrowsergames.com/2008/09/19/conversion-games-to-cash/</link>
		<comments>http://buildingbrowsergames.com/2008/09/19/conversion-games-to-cash/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 14:00:06 +0000</pubDate>
		<dc:creator>Whane The Whip</dc:creator>
				<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=395</guid>
		<description><![CDATA[Motivation
Developers are often motivated by the challenge associated with developing a fun PBBG, not necessarily the financial success it could lead to. Vanity is a core component not only in gaming, but in game development too. In fact you can easily monetize a visual PBBG by selling in-game items that simply look cool, even if [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Motivation</strong></p>
<p>Developers are often motivated by the challenge associated with developing a fun PBBG, not necessarily the financial success it could lead to. Vanity is a core component not only in gaming, but in game development too. In fact you can easily monetize a visual PBBG by selling in-game items that simply look cool, even if they offer little or no stat improvements at all.</p>
<p>But there are other motivations too, primarily the lure of going Indie and actually earning some cash for your efforts. If this is your motivation then eventually you will need a solid plan so that you can afford servers to provide greater bandwidth to satisfy more players. This of course translates to more money.<span> </span>The transition of a site viewer from a visitor to a paying customer is known as â€œconversionâ€ and is a common business term.</p>
<p>Yikes! Did I just use a business term? Yes, and donâ€™t fool yourself, developing a PBBG requires time, effort, professional skills, and overhead. This is a business, the only question is whether or not your business succeeds or fails.</p>
<p><strong>Two Pillars</strong></p>
<p>There are two pillars that lead to conversion. 1) A fun game and 2) Promotional efforts. If you lack any one of these two then your game will fail. You must consistently promote your game in order to get sign-ups. But in order to retain members, you must provide a fun game that leads to membership longevity. Retention often has little to do with eye-candy and everything to do with content. Eye-candy may be a good way to hook a new player, but without deep content theyâ€™ll drift off. Eventually this happens to all players, so then the question becomes, how long can I expect the average member to play my PBBG. These are just some of the things you must consider when coming up with a conversion plan.</p>
<p><strong>Conversion Types</strong></p>
<p>There are two popular conversion Types, direct and indirect. Direct conversion is simple, your members pay you directly using PayPal, credit card, or check, etc&#8230; Indirect conversions involve a 3<sup>rd</sup> party. Examples include placing Google ads on your site, this works only after you have a large pool of members and itâ€™s a mistake to put those ads up too soon. Fallen Sword uses both methods, you can pay directly for â€œFallen Sword Pointsâ€ (FSP) or you can sign up for free offers that will also net you some FSP. Additionally you can invite new members and earn FSP. So donâ€™t make the mistake of thinking that you can only choose one method. Be creative and think from a gamers perspective; what would you tolerate, what would you not tolerate.</p>
<p><strong>Conversion Methods</strong></p>
<p>There are several possible conversion methods and variations, they include but are not limited to:</p>
<ul>
<li>Selling      ad space to advertisers.</li>
<li>Selling      subscriptions to your player base.</li>
<li>Selling      special in-game gear and other items to your player base.</li>
<li>Offering      special equipment for 3<sup>rd</sup> party sign-ups.</li>
<li>Collecting      and selling demographic information about your visitors.</li>
</ul>
<p>My next article will focus in on the best conversion plan known.</p>
]]></content:encoded>
			<wfw:commentRss>http://buildingbrowsergames.com/2008/09/19/conversion-games-to-cash/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

