<?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>Adam Breckler &#187; Internet</title>
	<atom:link href="http://www.adambreckler.com/category/internet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.adambreckler.com</link>
	<description>internet professional</description>
	<lastBuildDate>Sat, 21 Aug 2010 19:51:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Symmetric versus asymmetic business models</title>
		<link>http://www.adambreckler.com/symmetric-versus-asymmetic-business-models</link>
		<comments>http://www.adambreckler.com/symmetric-versus-asymmetic-business-models#comments</comments>
		<pubDate>Sat, 21 Aug 2010 19:42:17 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[business models]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=821</guid>
		<description><![CDATA[
Munjal Shah on Revenue &#8211; The Founder Institute
View more presentations from AdeoRessi.



]]></description>
			<content:encoded><![CDATA[<p><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyODI*MjAyNjQxODcmcHQ9MTI4MjQyMDI2NzI2MyZwPTEwMTkxJmQ9c3NfZW1iZWQmZz*yJm89ZDcyYzdhMjZlMDJm/NGQ3ZTgwN2VjMjNjNGViZGJlNzQmb2Y9MA==.gif" />
<div style="width:425px" id="__ss_2223002"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/AdeoRessi/munjal-shah-on-revenue-the-founder-institute" title="Munjal Shah on Revenue - The Founder Institute">Munjal Shah on Revenue &#8211; The Founder Institute</a></strong><object id="__sse2223002" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=revenuesession2-thefunded-091014131705-phpapp02&#038;stripped_title=munjal-shah-on-revenue-the-founder-institute" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse2223002" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=revenuesession2-thefunded-091014131705-phpapp02&#038;stripped_title=munjal-shah-on-revenue-the-founder-institute" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/AdeoRessi">AdeoRessi</a>.</div>
</div>
<p><span id="more-821"></span><br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/BGogabj_cIA?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/BGogabj_cIA?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/symmetric-versus-asymmetic-business-models/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Remove the Facebook Likebox Border</title>
		<link>http://www.adambreckler.com/how-to-remove-the-facebook-likebox-border</link>
		<comments>http://www.adambreckler.com/how-to-remove-the-facebook-likebox-border#comments</comments>
		<pubDate>Wed, 30 Jun 2010 16:19:35 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=807</guid>
		<description><![CDATA[Facebook provides a nifty little likebox widget that can be customized to display your facebook pages current fans (or likers), but the widget comes with an ugly blue border that cannot be overridden with css because it is in a facebook iframe.
The Solution: Wrap the likebox in an extra div (with a border color set [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook provides a nifty little <a href="http://developers.facebook.com/docs/reference/plugins/like-box">likebox widget</a> that can be customized to display your facebook pages current fans (or likers), but the widget comes with an ugly blue border that cannot be overridden with css because it is in a facebook iframe.</p>
<p><strong>The Solution:</strong> Wrap the likebox in an extra div (with a border color set to your pages background color, and position the wrapper to overlap the likebox). Code below.</p>
<h3>The HTML</h3>
<pre class="html">
<span class="htmlOtherTag">&lt;div id=<span class="htmlAttributeValue">&quot;likebox-frame&quot;</span>&gt;</span>
     <span class="htmlOtherTag">&lt;iframe src=<span class="htmlAttributeValue">&quot;http://www.facebook.com/plugins/likebox.php?id=XXXXXX<span class="htmlSpecialChar">&amp;amp;</span>width=900<span class="htmlSpecialChar">&amp;amp;</span>connections=16<span class="htmlSpecialChar">&amp;amp;</span>stream=false<span class="htmlSpecialChar">&amp;amp;</span>header=false<span class="htmlSpecialChar">&amp;amp;</span>height=190&quot;</span> scrolling=<span class="htmlAttributeValue">&quot;no&quot;</span> frameborder=<span class="htmlAttributeValue">&quot;0&quot;</span> style=<span class="htmlAttributeValue">&quot;<span class="cssProperty">z-index</span><span class="cssRest">:</span><span class="cssValue">9;border:none <span class="cssImportant">!important</span></span><span class="cssRest">;</span> <span class="cssProperty">overflow</span><span class="cssRest">:</span><span class="cssValue">hidden</span><span class="cssRest">;</span> <span class="cssProperty">width</span><span class="cssRest">:</span><span class="cssValue">900px</span><span class="cssRest">;</span> <span class="cssProperty">height</span><span class="cssRest">:</span><span class="cssValue">190px</span><span class="cssRest">;</span>&quot;</span> allowtransparency=<span class="htmlAttributeValue">&quot;false&quot;</span>&gt;</span><span class="htmlOtherTag">&lt;/iframe&gt;</span>
    <span class="htmlOtherTag">&lt;/div&gt;</span>
</pre>
<h3>The CSS</h3>
<pre class="cssl">
#likebox-frame{
 border:2px solid #F0F9F4;
 width:894px;
 z-index:10;
 height: 156px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
}
#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/how-to-remove-the-facebook-likebox-border/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why can&#8217;t I re-target competitors visitors?</title>
		<link>http://www.adambreckler.com/why-cant-i-re-target-competitors-visitors</link>
		<comments>http://www.adambreckler.com/why-cant-i-re-target-competitors-visitors#comments</comments>
		<pubDate>Thu, 06 May 2010 19:15:55 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Startups]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=742</guid>
		<description><![CDATA[With the recent announcement from google about opening up re-targeting through adwords and plenty of venture money flowing into re-targeting companies, there is little doubt that ad re-targeting works.
“The conversion rate is similar to paid search,” he says of Criteo’s retargeted display ads. Retargeted ads are typically clicked on four times more than a traditional [...]]]></description>
			<content:encoded><![CDATA[<p>With the recent <a href="http://adwords.blogspot.com/2010/03/now-available-reach-right-audience.html">announcement from google</a> about opening up re-targeting through adwords and plenty of venture money flowing into <a href="http://techcrunch.com/2010/05/06/criteo-bessemer-7-million/">re-targeting companies</a>, there is little doubt that ad re-targeting works.</p>
<blockquote><p>“The conversion rate is similar to paid search,” he says of Criteo’s retargeted display ads. Retargeted ads are typically clicked on four times more than a traditional run-of-site banner ad, he estimates.</p></blockquote>
<p><img src="http://www.districtfinancial.net/images/rewards/th_target_dog.jpg" align="right" /> </p>
<p>This is all well and good, but when I going to be able to re-target the visitors to my competition?</p>
<p>e.g If I am Target.com, I can re-target visitors across the web who have visited BestBuy.com and offer them a competing offer on a product they have viewed at BestBuy.com or a coupon for $$ off their order.</p>
<p>Best Buy will not be pleased that the data they are sharing to power their own re-targeting campaign is being used against them, but the end user benefits with a better price, and net sales are increased as a result, creating a win for both the merchant (who makes the sale, the user and the advertising network).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/why-cant-i-re-target-competitors-visitors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I made $3.42 answering a question on Aardvark</title>
		<link>http://www.adambreckler.com/how-i-made-3-42-answering-a-question-on-aardvark</link>
		<comments>http://www.adambreckler.com/how-i-made-3-42-answering-a-question-on-aardvark#comments</comments>
		<pubDate>Wed, 31 Mar 2010 03:51:41 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[vark]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=730</guid>
		<description><![CDATA[Fred Wilson (AVC) wrote a thought provoking piece the other day about how affiliate marketing undervalues the link.

So, in two days, that blog post generated 535 views of the Amazon page and 40 purchases. The affiliate fees associated with those 40 purchases add up to $6.50.
But those 535 views are pretty valuable. Those 535 clicks [...]]]></description>
			<content:encoded><![CDATA[<p>Fred Wilson (<a href="http://www.avc.com">AVC</a>) wrote a thought provoking piece the other day about how <a href="http://www.avc.com/a_vc/2010/01/affiliate-marketing-undervalues-the-click.html">affiliate marketing undervalues the link</a>.</p>
<blockquote><p>
So, in two days, that blog post generated 535 views of the Amazon page and 40 purchases. The affiliate fees associated with those 40 purchases add up to $6.50.</p>
<p>But those 535 views are pretty valuable. Those 535 clicks translated into a total of 118 orders in the past two days, including a Kindle. The total affiliate fees associated with those 535 clicks were $25.20.</p>
<p>But even including all the commerce that was generated from that link, that $25.20 is a cost per click of roughly 5 cents. I think that&#8217;s low for a bunch of reasons.
</p></blockquote>
<p>The post inspired some interesting conversation around how in a perfect world, each player in the chain of purchasing-intent generating events e.g blogs, social media pundits all the way to affiliate marketers should be compensated in some way, as opposed to the way affiliate links function now, where only the last attribution is compensated.</p>
<p>Inspired by the post, I decided to construct my own experiment in recommendation commerce to see if I could influence anyone to buy a product through an affiliate link, answering questions on <a href="http://www.vark.com">Aardvark</a>.  I decided to only present an affiliate link as an answer when it was relevant to the question being asked, and after a series of un-monetizable questions, I was presented with the following.</p>
<p><img src="http://www.adambreckler.com/wp-content/uploads/2010/03/vark1.png" alt="vark" title="vark" width="703" height="281" class="alignleft size-full wp-image-735" /></p>
<p>The book I recommended was <a href="http://www.amazon.com/gp/product/1933820063?ie=UTF8&#038;tag=baho-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1933820063">Mental Models: Aligning Design Strategy with Human Behavior</a> (notice affiliate code in link again).</p>
<p>Notice how my answer was hyper-relevant to the question being asked of me.  I would guess that in any other scenario, my affiliate link given as an answer would not have been treated with such gratitude.  Also of note is the added benefit of my referral, Aaron purchased another two books, sweetening my take by $1.98.</p>
<p><img src="http://www.adambreckler.com/wp-content/uploads/2010/03/earnings.png" alt="earnings" title="earnings" width="671" height="262" class="alignleft size-full wp-image-731" /></p>
<p>Does this form of monetization scale? Maybe. Does it make sense at such a small one-to-one level? Probably not.</p>
<p>Therefore, I think it remains to be seen, which model (if any) is waiting to be unearthed to monetize the value that is generated in the form of social reviews and recommendations, but it is an interesting space, and one that I will be keeping my eye on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/how-i-made-3-42-answering-a-question-on-aardvark/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip For Tat</title>
		<link>http://www.adambreckler.com/tip-for-tat</link>
		<comments>http://www.adambreckler.com/tip-for-tat#comments</comments>
		<pubDate>Sat, 20 Mar 2010 21:27:57 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=726</guid>
		<description><![CDATA[Much ballywho is often made over the promise of micro-payment or &#8220;tipping&#8221; flavored monetization models online.  The consensus view is that if you can just crack the code and lower the barrier enough for tipping to become dead-simple, then the floodgates of donations will start pouring in.  A more bleak (but realistic) view [...]]]></description>
			<content:encoded><![CDATA[<p>Much ballywho is often made over the promise of micro-payment or &#8220;tipping&#8221; flavored monetization models online.  The consensus view is that if you can just crack the code and lower the barrier enough for tipping to become dead-simple, then the floodgates of donations will start pouring in.  A more bleak (but realistic) view is outlined in an article over at <a href="http://monetizethis.info/post/461613405/a-jar-full-of-fail-why-tipping-and-donations-dont">MonetizeThis</a>.   In the real world you get tipped when you make eye contact.  A bigger crowd doesn’t always mean more tips. Tipping creates price uncertainty.  Why pay for something that’s free?</p>
<p>A scary thought experiment&#8230;</p>
<blockquote><p>
Wikipedia is entirely supported by donations.  So why isn’t it a good model for everyone else?  Last year they raised $6.2 million from 125,000 donors.  While that’s a lot of money and more than covers their operating budget for the year, Wikipedia gets 190 million visitors a day.  Think about that for a second, one of the most import information sources in human history with daily traffic bigger than most nations only got 125,000 donors?  How much is one of Wikipedia’s 5 billion monthly visitors worth when it comes time to donate? $.00124.  That’s a fraction of a penny. If you’re providing a human experience enriching service on par with Wikipedia, multiply your total audience size by $.00124 to figure out how much you can expect to make from donations.  That comes to about 8 million people to stay above the poverty level ($10,000).  Wikipedia’s efforts worked well enough, but it’s a frightening proposition for anyone who doesn’t one of the most trafficked websites on the planet.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/tip-for-tat/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is Google re-inventing the model of the Corporation?</title>
		<link>http://www.adambreckler.com/is-google-re-inventing-the-model-of-the-corporation</link>
		<comments>http://www.adambreckler.com/is-google-re-inventing-the-model-of-the-corporation#comments</comments>
		<pubDate>Wed, 06 Jan 2010 05:03:11 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=679</guid>
		<description><![CDATA[The Old Paradigm: Rely on quasi-monopoly and second-rate legacy products to squeeze users starved of choice for every last penny (*cough* Microsoft, *cough* *cough*).

The New Paradigm: Put end-users first and profits will follow. (Google).

Much can be said about the corporate cultures (particularly Google&#8217;s) which have in part enabled this brand of user-centric thinking, but that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Old Paradigm:</strong> Rely on quasi-monopoly and second-rate legacy products to squeeze users starved of choice for every last penny (*cough* Microsoft, *cough* *cough*).</p>
<p><img title="microsuck" src="http://www.adambreckler.com/wp-content/uploads/2010/01/microsuck.gif" alt="microsuck" width="351" height="81" /></p>
<p><strong>The New Paradigm:</strong> Put end-users first and profits will follow. (Google).</p>
<p><img class="alignleft size-full wp-image-686" title="google-halo" src="http://www.adambreckler.com/wp-content/uploads/2010/01/google-halo.jpg" alt="google-halo" width="256" height="113" /></p>
<p>Much can be said about the corporate cultures (particularly Google&#8217;s) which have in part enabled this brand of user-centric thinking, but that is a topic for another discussion.</p>
<p>Time and time again Google has put the best interests of their users AHEAD of their own share-holders and short-term bottom line.  This isn&#8217;t to say that they are profit agnostic in the slightest, they happen to make very healthy profits, rather they believe that doing right by their customers will earn them more loyalty (read: money) in the long run.</p>
<p>To phrase it another way: Google is not successful in-spite of putting users interests first, to the contrary, they are successful BECAUSE they put users&#8217; interests first.<br />
<span id="more-679"></span><br />
Ok, so what are some examples of this seemingly &#8220;altruistic&#8221; behavior?</p>
<p><strong>Example 1</strong> (2007): Google get&#8217;s serious about ad quality by <a href="http://adwords.blogspot.com/2007/02/quality-score-updates.html">implementing a &#8220;quality score&#8221; </a>for all of it&#8217;s search ads.</p>
<p><strong>Example 2</strong> (2010):  <a href="http://www.techcrunch.com/2010/01/05/apple-google-carriers/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Techcrunch+%28TechCrunch%29">Google&#8217;s recent entrance into the mobile phone market</a>, providing more openness and choice in a stagnant and typically user-unfriendly industry.</p>
<p>What remains to be seen is how long this type of user-centric behavior can last.  The danger is that with time, pressure to increase profit will lead to cost-cutting measures that affect their products, but in the mean-time it seems like Google and it&#8217;s management are still eating the &#8220;don&#8217;t be evil&#8221; dogfood.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/is-google-re-inventing-the-model-of-the-corporation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing For Social Traction: Solving 3 Big problems of Social Software</title>
		<link>http://www.adambreckler.com/designing-for-social-traction-solving-3-big-problems-of-social-software</link>
		<comments>http://www.adambreckler.com/designing-for-social-traction-solving-3-big-problems-of-social-software#comments</comments>
		<pubDate>Thu, 31 Dec 2009 23:57:34 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=677</guid>
		<description><![CDATA[Great deck by Joshua Porter

Designing For Social Traction
View more documents from Joshua Porter.

]]></description>
			<content:encoded><![CDATA[<p>Great deck by <a href="http://bokardo.com/about/" target="_blank">Joshua Porter</a></p>
<p><img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNjIzMDM3MDA3OTImcHQ9MTI2MjMwMzcwNDg2NiZwPTEwMTkxJmQ9c3NfZW1iZWQmZz*yJm89NWNlMjY1YjMwYzE5NGRmN2IzMjhhODZjNjEzNDkzZTcmb2Y9MA==.gif" border="0" alt="" width="0" height="0" /></p>
<div id="__ss_1837099" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Designing For Social Traction" href="http://www.slideshare.net/bokardo/designing-for-social-traction">Designing For Social Traction</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=delve-designing-for-social-traction-090810123825-phpapp01&amp;stripped_title=designing-for-social-traction" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=delve-designing-for-social-traction-090810123825-phpapp01&amp;stripped_title=designing-for-social-traction" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/bokardo">Joshua Porter</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/designing-for-social-traction-solving-3-big-problems-of-social-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Direct Traffic Myth</title>
		<link>http://www.adambreckler.com/the-direct-traffic-myth</link>
		<comments>http://www.adambreckler.com/the-direct-traffic-myth#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:32:46 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[analytics]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=672</guid>
		<description><![CDATA[Have you ever wondered how exactly &#8220;direct&#8221; traffic is measured in Google Analytics? For the most part, this traffic comes from users directly navigating to your site through their browser toolbar or a bookmark.  As it turns out there could be other sources that are counted as direct traffic when they aren&#8217;t.  These [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how exactly &#8220;direct&#8221; traffic is measured in Google Analytics? For the most part, this traffic comes from users directly navigating to your site through their browser toolbar or a bookmark.  As it turns out there could be other sources that are counted as direct traffic when they aren&#8217;t.  These include ppc,display or links from other sites that for some reason don&#8217;t pass a referrer.</p>
<p>You can paste the following code into you&#8217;re browser toolbar after clicking through an ad to you&#8217;re site to see if (any) referrer was passed.  If it&#8217;s empty than Google Analytics will count it towards direct traffic if you don&#8217;t pass any campaign tracking parameters.</p>
<pre class="javascript">
javascript:alert(document.referrer)
</pre>
<h3>How do I fix this?</h3>
<p>1. Realize that a chunk of the traffic that shows up in your &#8220;direct&#8221; bucket ~(10-15%) could be attributed to some other source e.g (ppc,display,link). This could be from click-through traffic or type-in traffic (where people see you&#8217;re ad and type in you&#8217;re url instead of clicking on it.)  The latter case is essentially free advertising and while hard to measure directly should be considered into the ROI calculation for advertising.  This is why it&#8217;s always important to display a url in you&#8217;re advertisement.</p>
<p>2. Always use tracking parameters in your urls when possible. <a href="http://www.google.com/support/googleanalytics/bin/answer.py?answer=55578&#038;hl=en">http://www.google.com/support/googleanalytics</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/the-direct-traffic-myth/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are You Making Grilled Cheese Sandwiches or Viagra?</title>
		<link>http://www.adambreckler.com/are-you-making-grilled-cheese-sandwiches-or-viagra</link>
		<comments>http://www.adambreckler.com/are-you-making-grilled-cheese-sandwiches-or-viagra#comments</comments>
		<pubDate>Wed, 23 Dec 2009 03:04:03 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=660</guid>
		<description><![CDATA[Is your product sexier than grilled cheese sandwiches? Do people like it better or are more willing to refer a friend to it?  I&#8217;m willing to bet in 99/100 cases the answer is&#8230;NO.
Case and point: Grilled Cheese Sandwiches have a whopping 212,686 fans who are willing to self-identify as Grilled Cheese Sandwich lovers on [...]]]></description>
			<content:encoded><![CDATA[<p>Is your product sexier than grilled cheese sandwiches? Do people like it better or are more willing to refer a friend to it?  I&#8217;m willing to bet in 99/100 cases the answer is&#8230;NO.</p>
<p>Case and point: Grilled Cheese Sandwiches have a whopping <a href="http://www.facebook.com/pages/Grilled-Cheese-Sandwiches/60573284812?ref=search&amp;sid=100000527692072.3989721539..1">212,686 fans</a> who are willing to self-identify as Grilled Cheese Sandwich lovers on Facebook!<br />
<img class="alignleft size-full wp-image-661" title="grilled-cheese.pn" src="http://www.adambreckler.com/wp-content/uploads/2009/12/grilled-cheese.pn.png" alt="grilled-cheese.pn" width="604" height="136" /></p>
<p>If most people are not willing to &#8220;self-identify&#8221; as being a fan or user of your product than you are not alone.  It is the rare exception where a product is so fantastic or speaks to a certain demographic in such a way that the users feel compelled to broadcast their affinity to others in their social spheres.</p>
<p>A great example of a product that people self-identify with is the Apple iPod, not only is it an incredibly sexy product but it is made by a company with tremendous customer affinity and good will.</p>
<p>The iPod has <a href="http://www.facebook.com/pages/Apple-Ipod/45720985448?ref=search&amp;sid=100000527692072.2838417488..1">341,820 fans</a> on Facebook.<br />
<img class="alignleft size-full wp-image-664" title="ipod" src="http://www.adambreckler.com/wp-content/uploads/2009/12/ipod.png" alt="ipod" width="609" height="117" /></p>
<p><span id="more-660"></span></p>
<p>By comparison Viagra has a flaccid (yes i said <em>flaccid</em>) <a href="http://www.facebook.com/pages/Viagra/73864457085?ref=search&amp;sid=100000527692072.287661370..1">368 fans</a> on Facebook.</p>
<p><img class="alignleft size-full wp-image-666" title="viagra" src="http://www.adambreckler.com/wp-content/uploads/2009/12/viagra.png" alt="viagra" width="609" height="107" /></p>
<p>While I picked an especially un-sexy (or sexy, depending on how you look at it) product to make the point, the same is true of countless other products and services.  If people are not willing to self-identify as users of your product than you are going to have a tougher time promoting your product organically.</p>
<p>But don&#8217;t be dismayed if you are selling an unsexy product.  The silver lining here of course is that there is usually a negative correlation between the propensity of people to self-identify with your product and the actual profitability or value being delivered.  Products like the iPod, again, being the rare exception.</p>
<p>While few are willing to admit their affiliation with online dating sites like Match.com, <a href="http://www.facebook.com/match?ref=search&amp;sid=100000527692072.3011223745..1">789 fans</a> on Facebook.<br />
<img class="alignleft size-full wp-image-668" title="match" src="http://www.adambreckler.com/wp-content/uploads/2009/12/match.png" alt="match" width="610" height="108" /></p>
<p>A whopping <a href="http://www.facebook.com/pages/Mojito/11398993594?ref=search&amp;sid=100000527692072.2601089608..1">1,255,505</a> are fans of Mojitos!<br />
<img class="alignleft size-full wp-image-662" title="pastedGraphic" src="http://www.adambreckler.com/wp-content/uploads/2009/12/pastedGraphic.png" alt="pastedGraphic" width="589" height="168" /></p>
<p>I&#8217;m willing to guess that there is a strong correlation between people who have tried Match.com and are ALSO fans of Mojitos&#8230;.but these numbers shed some light on the discrepancy in the willingness of people to self-identify with each product.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/are-you-making-grilled-cheese-sandwiches-or-viagra/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding up Wordpress</title>
		<link>http://www.adambreckler.com/speeding-up-wordpress</link>
		<comments>http://www.adambreckler.com/speeding-up-wordpress#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:21:42 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.adambreckler.com/?p=641</guid>
		<description><![CDATA[Once your wordpress blog starts getting traffic besides your mom and cousins you will likely have to start taking measures to reduce it&#8217;s cpu footprint.
Note: Some of these methods will work on a shared host without root access, but ssh is required for some methods, like installing memcached.
Step 1: Offload Images to Amazon S3
Images generally [...]]]></description>
			<content:encoded><![CDATA[<p>Once your wordpress blog starts getting traffic besides your mom and cousins you will likely have to start taking measures to reduce it&#8217;s cpu footprint.</p>
<p>Note: Some of these methods will work on a shared host without root access, but ssh is required for some methods, like installing memcached.</p>
<h3>Step 1: Offload Images to Amazon S3</h3>
<p>Images generally make up a large percentage of the total page load (up to 50%, see below).  By using <a href="http://aws.amazon.com/s3/">Amazon S3</a> as a CDN, you can save on bandwidth costs with your host and speed up your page load times significantly.</p>
<p><img src="http://www.adambreckler.com/wp-content/uploads/2009/11/graphs.jpg" alt="graphs" title="graphs" width="600" height="162" class="alignleft size-full wp-image-642" /></p>
<p>Graph taken from the <a href="https://addons.mozilla.org/en-US/firefox/addon/5369">YSlow firefox plugin</a>, a great tool to help diagnose page load performance issues.</p>
<p>Costs for S3 are reasonable, but can add up if you are hosting large files.  Below is a report of costs for the first 10 hours of a blog that I run.  Most requests are for a single image (2k in size) loaded externally.</p>
<p><img src="http://www.adambreckler.com/wp-content/uploads/2009/11/aws.jpg" alt="aws" title="aws" width="600" height="228" class="alignleft size-full wp-image-644" /></p>
<p><a href="http://wordpress.org/extend/plugins/tantan-s3/">Tantan S3</a> is a great plugin for wordpress that links your Amazon S3 account to your wordpress blog.  You can configure it such that your media uploads are sent to your S3 &#8220;bucket&#8221; on upload.</p>
<p>Another useful tool is <a href="http://www.s3fox.net/">S3Fox</a>, a plugin for firefox that you can use to manage and sync files in your S3 account through your browser.  You will need your S3 security credentials to set it up.</p>
<p><span id="more-641"></span></p>
<h3>Step 2: Apache Tuning</h3>
<p>Edit your .htaccess file to <a href="http://www.tipsandtricks-hq.com/how-to-add-far-future-expires-headers-to-your-wordpress-site-1533">set expire headers</a> on static files</p>
<pre class="xml">
#Expire Header
<span class="xmlTag">&lt;FilesMatch <span class="xmlString">&quot;\.(ico|jpg|jpeg|png|gif|js|css|swf)$&quot;</span>&gt;</span><span class="xmlText">
ExpiresDefault <span class="xmlString">&quot;access plus<span class="xmlNumber"> 2 </span>hours&quot;</span>
FileETag none
</span><span class="xmlTag">&lt;/FilesMatch&gt;</span>
</pre>
<h3>Step 3: Configure some kind of caching</h3>
<p>For many smaller wordpress blogs <a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a> and other <a href="http://kb.mediatemple.net/questions/258/%28dv%29+HOWTO:+Basic+MySQL+performance+tuning+%28MySQLd%29">MySQL performance tuning</a> measures will suffice, but if you still aren&#8217;t seeing much improvement, you may want to consider a more heavy duty option.</p>
<p><img src="http://www.adambreckler.com/wp-content/uploads/2009/11/memchached.jpg" alt="memchached" title="memchached" width="600" height="83" class="alignleft size-full wp-image-654" /></p>
<p><a href="http://kb.mediatemple.net/questions/1693/Installing+memcached">Installing Memcached</a> on a MediaTemple DV (3.5) (requires root access)</p>
<p>In conjunction with <a href="http://wordpress.org/extend/plugins/batcache/">Batcache Manager</a>, you should see a real boost in performance.</p>
<h3>Step 4: Sit back, relax and enjoy your speedy new blog</h3>
<p>Further Reading:</p>
<ul>
<li><a href="http://www.inquisitr.com/39348/using-amazon-s3-for-image-hosting-with-a-wordpress-blog/">Using Amazon S3 for image hosting with a WordPress blog</a></li>
<li><a href="http://www.arnebrachhold.de/2007/02/16/four-plus-one-ways-to-speed-up-the-performance-of-wordpress-with-caching/">4+1 Ways To Speed Up WordPress With Caching</a></li>
<li><a href="http://codex.wordpress.org/High_Traffic_Tips_For_WordPress">High Traffic Tips For WordPress</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.adambreckler.com/speeding-up-wordpress/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
