<?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>WillJ</title>
	<atom:link href="http://willj.co/feed/" rel="self" type="application/rss+xml" />
	<link>http://willj.co</link>
	<description>Building Tech-Savvy Marketers for the Future</description>
	<lastBuildDate>Fri, 04 Jul 2014 10:47:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.6.1</generator>
	<item>
		<title>Run PHP on Windows 7 Command Line</title>
		<link>http://willj.co/2012/10/run-wamp-php-windows-7-command-line/</link>
		<pubDate>Mon, 08 Oct 2012 02:37:04 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://willj.co/?p=627</guid>
		<description><![CDATA[I installed a WAMP server to test WordPress designs and explore coding in PHP.  I graduated to actually writing functional scripts when I purchased Webbots, Spiders and ScreenScrapers.  That means [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I installed a WAMP server to test WordPress designs and explore coding in PHP.  I graduated to actually writing functional scripts when I purchased <a href="http://shop.oreilly.com/product/9781593273972.do">Webbots, Spiders and ScreenScrapers</a>.  That means I started using the command line to execute scripts rather than just the browser.</p>
<p>I was derailed when I couldn&#8217;t figure out how to get any output in the command line.  All I got was either the source code or a blank result.</p>
<p>This <a href="http://stackoverflow.com/questions/7361149/command-line-localy-using-wamp">StackOverflow</a> post helped a lot.  So here are the steps you need to take to get your WAMP server PHP code to run on the command line.</p>
<p>The end goal is to allow yourself to quickly run PHP files from the command line.  Your ending command line code will be</p>
<pre>php my_script.php</pre>
<h2>Changing Environment Variables in Windows 7</h2>
<ol>
<li>Open up your System Control Panel and choose &#8220;Advanced system Settings&#8221;.</li>
<li>From the Advanced Tab, click on the Environment Variables button on the bottom.</li>
</ol>
<p>&nbsp;</p>
<p><a href="http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-02.jpg"><img class="aligncenter size-full wp-image-629" title="setting-php-path-var-02" src="http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-02.jpg" alt="The System Variables" width="512" height="464" srcset="http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-02.jpg 512w, http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-02-300x271.jpg 300w, http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-02-220x200.jpg 220w" sizes="(max-width: 512px) 100vw, 512px" /></a></p>
<ol start="3">
<li>From the System Variables section (bottom half) scroll down until you find the Path variable.</li>
<li>A lot of the time you&#8217;ll have additional filepaths separated by semi-colons(;) &#8211; they&#8217;re automatically added when you install some programs.</li>
<li>You need to add your WAMP php.exe filepath to the end of these strings.</li>
</ol>
<p><a href="http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-03.jpg"><img class="aligncenter size-full wp-image-628" title="setting-php-path-var-03" src="http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-03.jpg" alt="Adding the PHP.exe path to the Path environment variables" width="428" height="400" srcset="http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-03.jpg 428w, http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-03-300x280.jpg 300w, http://willj.co/wp-content/uploads/2012/10/setting-php-path-var-03-214x200.jpg 214w" sizes="(max-width: 428px) 100vw, 428px" /></a></p>
<ol start="6">
<li>NOTE: you don&#8217;t actually include the \php.exe portion.  With that in mind, you need to make sure there are no other files that start with php.  If you have a standard installation of WAMP you&#8217;ll be okay.  Just watch out for .dll files.</li>
<li>Once you&#8217;ve entered your path, hit OK and restart your comptuer.</li>
<li>Once you&#8217;ve restarted, try running a script by using</li>
</ol>
<pre>php your_script_name.php</pre>
<p>You should be good to go.  Let me know if you have any problems in the comments.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Default Footers in Excel 2007</title>
		<link>http://willj.co/2012/01/default-footers-excel-2007/</link>
		<comments>http://willj.co/2012/01/default-footers-excel-2007/#respond</comments>
		<pubDate>Sun, 15 Jan 2012 05:18:50 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[Data Decisions]]></category>

		<guid isPermaLink="false">http://willj.co/?p=614</guid>
		<description><![CDATA[So, Mr. Excel, has an old Podcast on creating default footers in excel.  Yet, the episode is featuring Excel 97 and the process is very different in Excel 2007.  So here, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>So, Mr. Excel, has an old Podcast on creating <a href="http://www.mrexcel.com/Excel_Default_Footer_training.html">default footers in excel</a>.  Yet, the episode is featuring Excel 97 and the process is <span style="text-decoration: underline;">very</span> different in Excel 2007.  So here, we go.  With full inspirational credit to Mr. Excel, I give you &#8220;<strong>How to make a Default Footer in Excel 2007</strong>&#8220;.</p>
<p>So, you need a set of formats or text in every single excel workbook or spreadsheet you create.  You need to take a few simple steps to get this done.</p>
<ol>
<li>Create a template workbook.</li>
<li>Create a template worksheet.</li>
<li>Point Excel to the location of the template files.</li>
</ol>
<h2>Creating Template Files in Excel</h2>
<p>For any report that I create, I need to include the file path, the page number and my name.  It&#8217;s a pain because I have to enter in three sets of information on each worksheet.  So instead, I want to create a template in excel 2007 that will give me a standard, default footer across all tabs <span style="text-decoration: underline;">and</span> in any new tab I create.  There&#8217;s a difference!</p>
<h3>Step 1: Create Footers Across All Tabs</h3>
<p>In Excel, the standard workbook has three tabs.  You need to make your changes across all three tabs.  For my default footer, I needed to add &amp;[File]&amp;[Path] | &amp;[Page] / &amp;[Pages] | WJohnson.  That&#8217;s standard for me.</p>
<p>Now that I&#8217;ve got my footers taken care of I need to <strong>save the file as an Excel Template file (.xltx)</strong>.  Save this file in a folder that is dedicated solely to your startup files (I&#8217;d suggest in your documents, make an Excel 2007 Template folder and a sub-folder for your default files).  <strong>Save it as Book.xltx.</strong></p>
<h3>Step 2: Create a Template Spreadsheet</h3>
<p>So with a workbook created, you need to create a default spreadsheet.  From the same Book.xltx, delete all but one of the tabs.  <strong>Save this as Sheet.xltx</strong>.  The names are important.  Book and Sheet templates override Excel 2007&#8217;s default behavior.</p>
<h2>Point Excel to the Templates</h2>
<p>You saved your default footers in Book and Sheet.xltx in a specific folder.  Now it&#8217;s your job to <strong>get Excel to open the template files when you open excel</strong>.</p>
<p><img class="aligncenter size-full wp-image-615" title="Excel 2007 Default Settings" src="http://willj.co/wp-content/uploads/2012/01/Excel-2007-Default-Settings.gif" alt="How to Select the File for Default Footers in Excel" width="426" height="447" srcset="http://willj.co/wp-content/uploads/2012/01/Excel-2007-Default-Settings.gif 426w, http://willj.co/wp-content/uploads/2012/01/Excel-2007-Default-Settings-285x300.gif 285w, http://willj.co/wp-content/uploads/2012/01/Excel-2007-Default-Settings-190x200.gif 190w" sizes="(max-width: 426px) 100vw, 426px" /></p>
<ul>
<li>Start off by going to Excel Options.</li>
<li>From there you select the Advanced Tab.</li>
<li>Scroll to the bottom of the menu.</li>
<li>Get the file path of your default template folder created in the previous steps.</li>
<li>Paste the file path into the &#8220;At Startup&#8221; box (see picture below).</li>
</ul>
<p style="text-align: center;">
<p style="text-align: left;"><img class="aligncenter size-full wp-image-616" title="Default Footer Template in Excel 2007" src="http://willj.co/wp-content/uploads/2012/01/Default-Footer-Template-in-Excel-2007.gif" alt="Path for the Default Footers in Excel" width="840" height="685" srcset="http://willj.co/wp-content/uploads/2012/01/Default-Footer-Template-in-Excel-2007.gif 840w, http://willj.co/wp-content/uploads/2012/01/Default-Footer-Template-in-Excel-2007-300x244.gif 300w, http://willj.co/wp-content/uploads/2012/01/Default-Footer-Template-in-Excel-2007-245x200.gif 245w" sizes="(max-width: 840px) 100vw, 840px" /></p>
<p style="text-align: left;">That&#8217;s it!  Now, any new workbook you create will have your default footers.  Any new tab you add will also have the new footers!  So incredibly useful!</p>
<p style="text-align: left;"><strong>The One Issue:</strong>  The spreadsheet template doesn&#8217;t increment the sheet number.  When you add a sheet, it normally goes sheet1, sheet2, sheet3, &#8230; sheet<em>n</em>.  Instead it will just copy the name of the tab &#8211; if you named the tab in the spreadsheet &#8220;Sheet&#8221;, it would output Sheet(1), Sheet(2), Sheet(3),&#8230; Sheet(<em>n</em>).  I&#8217;ll update if I can figure out the incrementing!  Maybe, <a href="http://www.mrexcel.com/">Mr. Excel</a> has the answer.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://willj.co/2012/01/default-footers-excel-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dominating AdWords in Four Steps</title>
		<link>http://willj.co/2012/01/dominating-adwords-steps/</link>
		<comments>http://willj.co/2012/01/dominating-adwords-steps/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 15:40:49 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://willj.co/?p=611</guid>
		<description><![CDATA[Summary: AdWords success depends on knowing the goals of your business and understanding what motivates a customer to action. Only then should you dive into the tactics of AdWords and [&#8230;]]]></description>
				<content:encoded><![CDATA[<div class="summary">Summary: AdWords success depends on knowing the goals of your business and understanding what motivates a customer to action. Only then should you dive into the tactics of AdWords and testing.</div>
<p>I see marketers always getting hyped about the latest technology or the newest way to segment our data.  This trickles down to entry-level employees who think that is the way a search marketer become successful &#8211; by knowing the tools.  I absolutely disagree.  I believe that <strong>the vast majority of blog posts explaining success in every new technology essentially repeat themselves</strong>.</p>
<p><strong>The same message boils down to understanding business goals, talking to your customers, knowing your tools, and knowing how to optimize</strong>.  This is how marketing students should look at AdWords or Email marketing or Social Media marketing.</p>
<h2>Knowing the Business</h2>
<p>Adwords and online advertising is looked at as if in a silo.  The big search engine marketing blogs talk about what they&#8217;re doing to optimize clicks or attribution models or state of the art technology.  What SEM blogs don&#8217;t talk about is matching business goals to your paid search marketing.  It&#8217;s really only web analytics professional like Avinash Kaushik that talk about things like that.</p>
<p><strong>The business goals that you&#8217;re supporting drive your message, your account structure, and the tests that you run</strong>.  A company doing branding isn&#8217;t going to be looking for conversion tracking, instead they&#8217;ll use display advertising.  If you&#8217;re looking to build leads, does your CTR matter more than the conversion rate?</p>
<p>If you&#8217;re working in Customer Acquisition is it more important to get that one customer or is it more important to get customers that you retain year after year?  If you want to support existing customers, your keyword selection should be driven by existing customer interviews rather than the keyword search tool.</p>
<p>Typically the business goals are driven by your manager.  <strong>You should not confuse adwords goals with business goals</strong>.  If you play by Google&#8217;s rules you want to optimize clicks at all cost.  That&#8217;s the way to win at quality score according to <a title="Craig Danlouff's Book" href="http://www.highresolutionppc.com/books/quality-score-in-high-resolution/">Craig Danlouff</a>.  Yet, it might cost you more to improve quality score, increase click-through-rate, only for conversion rates to drop as less qualified visitors arrive.</p>
<p>One thing that gets lost in eCommerce companies is the idea of the micro conversion.  In lead generation, you have whitepapers to be downloaded, email subscriptions, webinars to attend, and scores to be calculated based on all of those touches with the prospect.  <strong>Knowing what actions are taken that before a sale gives you more ways to optimize your marketing</strong>.  ECommerce companies should be looking at time on site, adding products to the cart, any requests for more product information, or clicks on related products.  All of these touches add to a visitors worth and gives you a better model for predicting a visitor&#8217;s lifetime value.</p>
<p><strong>The basic knowledge you need is &#8220;What does my business want to do?&#8221;</strong>  If it&#8217;s sell more products, you build a strategy around selling.  If it&#8217;s find leads for the sales team, you build a strategy around building awareness and interest.</p>
<h2>Knowing the Customer</h2>
<p>The most important things you ever learn about your business, the product you sell/support, or the company you work for is through talking to customers.  From a keyword bidding standpoint, you&#8217;ve got to look at it in two different ways. (1) Using the language of your customers and (2) knowing when customers are going to buy.  From a marketing standpoint, it&#8217;s (3) knowing the message to use.</p>
<h3>1. Using the Language of the Customer</h3>
<p>You already know this.  Every business has it&#8217;s own nomenclature for product titles, descriptions, features, and benefits.  Keyword advertising is an awesome way to show just how weird your product descriptions are to real customers.  A customer is looking for a simple set of features using common terminology.    It&#8217;s easy to just load the data that your product team uses.  It takes effort to get things right.</p>
<h3>2.Knowing When the Customer is Going to Buy</h3>
<p><strong>The words a searcher use has an intent, which follows the sales cycle of Awareness, Interest, Desire, Action</strong>.  The keywords that you bid on can dramatically influence the class of visitors you will receive.  Generic terms like &#8220;digital camera&#8221; are way back in the awareness/interest stage &#8211; they&#8217;re just building their consideration set.  As more knowledge filters into the searcher, they add more details in their queries.</p>
<p>Knowing the exact terms that a user types into Google when they want to buy saves you a lot of time.  However, your paid search campaign could be supporting earlier stages.  Maybe you need to educate the marketplace so you bid on generic terms that are lateral to the typical search terms.  So <strong>knowing the business directly impacts the keywords you should be choosing</strong> along with how the customer thinks about your product/service/problem you&#8217;re trying to solve.</p>
<h3>3. Knowing the Message to Use</h3>
<p>The ad copy you display is triggered by your carefully selected keyword.  So that means your ad copy should</p>
<ul>
<li>Speak clearly to the interests of the searcher &#8211; specific to the keyword searched.</li>
<li>Use a call-to-action that jives with the intent of the searcher &#8211; are they ready to be sold or looking for more information?</li>
<li>and the extensions you use or the sitelinks you want displayed all stem from what the searcher is looking for.</li>
</ul>
<p>You can have the most generic ad text in the world, and it can work, but putting in the extra effort to have specific ad text helps support those business goals.</p>
<h2>Knowing AdWords</h2>
<p>This is where most young search marketers (and veteran agency search marketers) focus their time and effort on.  This is good. You cannot be a good search marketer without knowing the tool.  Knowing quality score formulas, knowing the options for extensions, the valuetrack parameters, and understanding how conversion tracking works is useful.</p>
<p>I honestly believe knowing AdWords (and you can learn all about adwords by studying for and <a title="How to Pass the Adwords Fundamentals Exam" href="http://willj.co/2011/04/how-to-pass-the-adwords-fundamentals-exam/">passing the adwords fundamental exam</a>) is a fundamental step for any online marketer.  <strong>Having a basic understanding of direct response marketing changes your mindset</strong>.  Instead of thinking of marketing as a communications outlet, you think of marketing as a sales tool that can drive a company&#8217;s profits.  The localization focus, the deep-links (relevance), and the compelling ad copy are all parts of online marketing that should be emphasized in every channel you use.</p>
<p>After you&#8217;ve spent some time focusing on AdWords, it&#8217;s important to double back and <strong>use what you&#8217;ve learned from your business goals and from your customers</strong>.</p>
<p>Let&#8217;s get into some examples (Business goal | AdWords implementation):</p>
<p>Find Qualified Leads | Decrease CTR with very specific ad text which increase conversion rates.</p>
<p>Sell a Product online | Tap into the Merchant Center and syndicate your product information.</p>
<p>Get an Email Subscription | Join AdWords&#8217; beta on collecting email information through a search or display ad.</p>
<p>Get someone to visit your physical store | Use location extensions to provide directions.</p>
<p>Expand Internationally | Target a specific country or region or city that you want to advertise in.</p>
<p>Build Brand Awareness | Display advertising all the way.</p>
<p>You can even do some operational goals in terms of budget and ROI:</p>
<p>Decrease Costs | Use Automated rules to lower bids if your average position is too high or the Cost-per-Acquisition is higher than the value of the customer/sale.</p>
<p>Increase Sales | Use conversion optimizer to automatically bid higher for keywords and ad copy that is more likely to result in a sale.</p>
<p>By knowing the tools that AdWords (and AdCenter or whatever paid search tool you use) has available, you can restructure they tactics you use so that they support the goal of the business.  If you really want to know AdWords I strongly suggest you pick up <a title="Craig Danlouff's Book" href="http://www.highresolutionppc.com/books/quality-score-in-high-resolution/">Craig Danlouff</a>&#8216;s book.</p>
<h2>Know Testing and Optimization</h2>
<p>This is the fundamental of direct response and online marketing.  <strong>Knowing what to test and what is a successful test is one of the most important skills to have in online marketing</strong>.  Testing is a transferrable skill.  Email marketing, catalog marketing, even branding can use testing to see if there is a greater lift in one segment than another.  Even sales calls, the bane of so many marketing majors, can use testing and optimization practices to find better buyers.</p>
<p>In AdWords you have a few things to test or optimize: Ad copy, structure, and extensions.</p>
<h3>1. Testing Ad Copy</h3>
<p><strong>The ad copy is the most important element of your marketing you should test</strong>.  There are <a title="The Best Interactive Marketing Books" href="http://willj.co/internet-marketing-books/">interactive marketing books</a> written about call-to-actions and writing copy in general.  You as the marketer need to understand what motivates a customer (see Know the Customer) and how to write something compelling within 90 characters.  Your job won&#8217;t be as hard as you might think if you introduce a testing driven campaign.</p>
<p><strong>Eight out of ten test will fail</strong>, according to <a title="Bryan Eisenberg's Twitter Account" href="https://twitter.com/#!/thegrok">Bryan Eisenberg</a>.  For good reason, too.  Your simple idea or brilliant spark of thought is going against the <span style="text-decoration: underline;">collective knowledge of your company&#8217;s entire experience</span>.  If you work for a well-developed company, they already have tried great ideas and have the data to back up their way of doing things.  Testing can hurt too!  If your test drops conversion rates for 100 visits, you just lost real dollars.</p>
<h3>2. Optimizing Your Account Structure</h3>
<p>This goes back to knowing AdWords.  There are subtle ways that your account structure (campaign, ad group, keyword, ad copy, and targeting) influences your performance.  I won&#8217;t go into all of the details, but here are a few areas that you should look into:</p>
<ol>
<li><strong>Do your campaigns need to be localized?</strong>  Can you offer different promotions or services based on the region a user is in?</li>
<li><strong>Are your ad groups narrow enough?</strong>  Mixing vague and specific keywords is trouble because your ad copy is going to end up being generic or not relevant to all queries it could serve on.</li>
<li><strong>Is your ad copy specific enough?</strong>  If you&#8217;re supporting a product, spell out the benefits of buying the product or why they should buy from your company.</li>
<li><strong>Is your display URL unique enough?</strong>  Who cares about display URLs?  Google does.  It&#8217;s actually a part of their <a href="http://support.google.com/adwords/bin/answer.py?hl=en&amp;answer=10215">quality score equation</a>.  Make each category of product/service you are advertising a unique display URL; example.com/Toys isn&#8217;t as good as example.com/Action-Figures and example.com/RC-Cars.</li>
</ol>
<h3>3. Extensions Must Be Evaluated</h3>
<p>The extensions you end up using can greatly depend on what your business goals are.  And in any case, an extension is only useful if it&#8217;s driving a positive result.  For example, you could spend thousands on building a sweet product database and an XML export so that you could submit it automatically to Google&#8217;s Merchant Center and other shopping aggregators.  Yet if you don&#8217;t get a single sale from a test run, why even bother?</p>
<p>The same goes for Location Extensions, Sitelinks, Call Tracking, or enabling Social extensions.  It&#8217;s really easy to evaluate them.  Turn them on, run for 21 days, take a look at the performance!  Rinse and repeat every once in a while to validate the results.</p>
<p>So now you know how to dominate AdWords in four steps.  Know your business, know your customers, know the AdWords tools, and know how to optimize.  Understanding the business and the customer comes from talking to others outside of your marketing group.  Understanding AdWords and learning about testing is really self-study.  And how you implement comes from understanding what the business is looking to accomplish.</p>
]]></content:encoded>
			<wfw:commentRss>http://willj.co/2012/01/dominating-adwords-steps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three Companies That I Fell in Love With</title>
		<link>http://willj.co/2011/11/companies-i-fell-in-love-with/</link>
		<comments>http://willj.co/2011/11/companies-i-fell-in-love-with/#respond</comments>
		<pubDate>Tue, 15 Nov 2011 02:10:06 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[Marketing Careers]]></category>

		<guid isPermaLink="false">http://willj.co/?p=594</guid>
		<description><![CDATA[Euclid Elements is tracking offline activities in your storefront.  Using a single sensor in your store, wifi signals from smartphones are captured and recorded.  Euclid says they can track how long [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a title="Offline Retail Analytics" href="http://euclidelements.com/"><img class="aligncenter size-full wp-image-595" title="EuclidElements" src="http://willj.co/wp-content/uploads/2011/11/EuclidElements.png" alt="Euclid Element's Homepage" width="612" height="446" srcset="http://willj.co/wp-content/uploads/2011/11/EuclidElements.png 612w, http://willj.co/wp-content/uploads/2011/11/EuclidElements-300x218.png 300w, http://willj.co/wp-content/uploads/2011/11/EuclidElements-265x193.png 265w" sizes="(max-width: 612px) 100vw, 612px" />Euclid Elements</a> is tracking offline activities in your storefront.  Using a single sensor in your store, wifi signals from smartphones are captured and recorded.  Euclid says they can track how long they stay in-store, whether they were outside and then came inside, and whether they are new or repeat visitors.  The technology is interesting, but the line-up is way cooler &#8211; founders from Urchin (the precursor to Google Analytics).</p>
<p><a title="In-Game Analytics" href="http://www.kontagent.com/">Kontagent</a> analyzes user behavior in mobile / social games.  Zynga built their own, but Kontagent lets you outsource the data collection and processing.  With so many actions that can be recorded and millions of users, you get a lot of data very quickly.  I&#8217;m following them because they&#8217;re another company that is churning data and serving up new ways for companies to slice their user&#8217;s behaviors.</p>
<p>Also, their website looks strangely similar to Mint&#8217;s homepage&#8230;</p>
<p><img class="aligncenter size-full wp-image-596" title="Mint_v_Kontagent" src="http://willj.co/wp-content/uploads/2011/11/Mint_v_Kontagent.png" alt="" width="650" height="182" srcset="http://willj.co/wp-content/uploads/2011/11/Mint_v_Kontagent.png 650w, http://willj.co/wp-content/uploads/2011/11/Mint_v_Kontagent-300x84.png 300w, http://willj.co/wp-content/uploads/2011/11/Mint_v_Kontagent-265x74.png 265w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p>Lastly, <a title="Wooga Social Games" href="http://www.wooga.com">Wooga</a> is awesome &#8211; not because it&#8217;s a social games company, not because it&#8217;s a fast-growing company in the European Union, but because they bring people to Berlin, Germany.  Wooga reminds me of my high school dream of working in Germany.  Wooga makes me happy because they&#8217;re willing to build an international community within their company walls &#8211; they&#8217;re also willing to invest in teaching others the German language (through games of course).</p>
<p><img class="aligncenter size-full wp-image-597" title="Wooga-in-Berlin" src="http://willj.co/wp-content/uploads/2011/11/Wooga-in-Berlin.png" alt="" width="677" height="201" srcset="http://willj.co/wp-content/uploads/2011/11/Wooga-in-Berlin.png 677w, http://willj.co/wp-content/uploads/2011/11/Wooga-in-Berlin-300x89.png 300w, http://willj.co/wp-content/uploads/2011/11/Wooga-in-Berlin-265x78.png 265w" sizes="(max-width: 677px) 100vw, 677px" /></p>
<p><strong>BONUS COMPANY: <a title="Healthy Vegan Snacks Delivered to your Door" href="http://healthysurprise.com/">Healthy Surprise</a></strong></p>
<p>Healthy Surprise delivers Vegan, Gluten Free snacks to your door. Now, I can&#8217;t speak to how much data this group actually collects, but I think the opportunity to collect data is there. I know if I were running this company, I would be cataloging every single item I ship out along with satisfaction surveys.</p>
<p>I would include a leaflet in each box with a QR code that links to a personalized URL (PURL) that I can track their enjoyment of the snack. Plus, think about the list they&#8217;re building! You could rent that list of Vegan/Health nuts to any brand looking to release their new product.</p>
]]></content:encoded>
			<wfw:commentRss>http://willj.co/2011/11/companies-i-fell-in-love-with/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links Around the Web &#8211; 10/17</title>
		<link>http://willj.co/2011/10/links-web-1017/</link>
		<comments>http://willj.co/2011/10/links-web-1017/#respond</comments>
		<pubDate>Wed, 19 Oct 2011 01:47:17 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[Marketing Careers]]></category>

		<guid isPermaLink="false">http://willj.co/?p=590</guid>
		<description><![CDATA[Statistician&#8217;s Don&#8217;t Program: An anonymous statistician delivers that line with all seriousness.  Maybe that was true a decade ago.  Manipulating, fixing, scrubbing, and even some analysis is done with programming.  Using [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://flowingdata.com/2011/10/18/statisticians-dont-program/">Statistician&#8217;s Don&#8217;t Program</a>: An anonymous statistician delivers that line with all seriousness.  Maybe that was true a decade ago.  Manipulating, fixing, scrubbing, and even some analysis is done with programming.  Using R, Map Reduce, or SQL to do stats makes you a more versatile analyst.  When you&#8217;re stuck with SPSS, SAS, or any other software you&#8217;re limited.  What if your company wants to switch from paying for these service to open source?</p>
<p><a href="http://blog.revolutionanalytics.com/2011/10/acm-data-mining-camp-2011.html">October ACM Data Mining Camp in the Bay Area</a>: This makes me so mad.  There are so many <strong>AMAZING</strong> and free events happening out west.  What are we doing in the Midwest?  We are the direct marketing corridor.  We live and breathe data all day.  We should be investing in our community.</p>
<p><a href="http://googlewebmastercentral.blogspot.com/2011/10/accessing-search-query-data-for-your.html">Encrypted Queries</a>: Google is planning on encrypting the queries that are sent on their SSL site.  I&#8217;m wondering if many people even use the SSL version of Google.  The remedy is to use your webmaster tools.  The data is just so bad!  Businesses are just dying for exact figures &#8211; even though aggregate data is good enough for trends.</p>
<p><a href="http://viralheat.com/blog/2011/10/viralheat-social-sentiment-analysis-chrome-plugin-now-supports-facebook/">ViralHeat Chrome Extension</a>: ViralHeat is such a cool company.  They do sentiment analysis but are treating us to their API with a Chrome extension.</p>
]]></content:encoded>
			<wfw:commentRss>http://willj.co/2011/10/links-web-1017/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help Passing the AdWords Reporting Exam</title>
		<link>http://willj.co/2011/10/help-passing-adwords-reporting-exam/</link>
		<comments>http://willj.co/2011/10/help-passing-adwords-reporting-exam/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 15:16:09 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://willj.co/?p=586</guid>
		<description><![CDATA[Summary: You need to get 85% of 100 questions correct to pass the exam &#8211; you have 120 minutes.  Data issues and managing Website Optimizer and Google Analtyics with AdWords [&#8230;]]]></description>
				<content:encoded><![CDATA[<div class="summary">Summary: You need to get 85% of 100 questions correct to pass the exam &#8211; you have 120 minutes.  Data issues and managing Website Optimizer and Google Analtyics with AdWords is emphasized.</div>
<p>The <a href="http://adwords.google.com/support/aw/bin/static.py?hl=en&amp;page=examstudy.cs&amp;exam=reporting">AdWords Reporting Exam</a> covers Google Analytics (GA), Conversion Tracking, and Google Website Optimizer (WSO).  Not only do you need to know the <strong>best practices</strong>, but <strong>troubleshooting issues</strong> &#8211; such as how website optimizer can prevent analytics from tracking &#8211; are covered.  I noticed that the Study Guide section is out-of-date.  They still make mention of the Reporting Center &#8211; an entire section of AdWords that was removed in favor of the Dimensions tab and the ability to download reports in each tab (Campaign, Ad Group, Keyword, etc.).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-587" title="AdWords Reporting Tabs" src="http://willj.co/wp-content/uploads/2011/10/AdWords-Reporting-Tabs-e1317562325654.png" alt="Reporting Tabs Not Really Discussed in the Exam" width="775" height="64" srcset="http://willj.co/wp-content/uploads/2011/10/AdWords-Reporting-Tabs-e1317562325654.png 775w, http://willj.co/wp-content/uploads/2011/10/AdWords-Reporting-Tabs-e1317562325654-300x24.png 300w" sizes="(max-width: 775px) 100vw, 775px" /></p>
<p style="text-align: left;">Before you take the Reporting exam, make sure you&#8217;ve <a title="How to Pass the Adwords Fundamentals Exam" href="http://willj.co/2011/04/how-to-pass-the-adwords-fundamentals-exam/">passed the adwords fundamentals exam</a>.  Here are the top observations from taking the exam.</p>
<h3 style="text-align: left;">1. Know How To Manage Google Analtyics, AdWords, and Website Optimizer Together</h3>
<p>Because Google provides these free tools to optimize your website, increase conversions, and identify just where you ad spend is going, they want to make sure the person managing the data will know how to do it all.  The subtleties can include</p>
<ul>
<li>How to share only Website Optimizer data with an AdWords colleague.</li>
<li>What might go wrong when connecting an existing Analytics account to AdWords.</li>
<li>What level of access do you need to have in order to connect GA to Adwords.</li>
</ul>
<h3>2. Data Discrepancies Between GA, WSO, and AdWords</h3>
<p>I saw several questions on why &#8220;an advertiser&#8221; would see differences between how Website Optimizer, Analytics, and AdWords report conversions, visits, and clicks.</p>
<ul>
<li>WSO only sees conversions and visits for the visitors that reached the test pages.</li>
<li>WSO code may need to be customized to include any changes made in your GA tracking script.</li>
<li>AdWords reports clicks that have been filtered while GA reports all visits to your site.</li>
</ul>
<h3>3. Troubleshooting</h3>
<p>Really, this is what the exam was about. WSO, GA, and AdWords all have possible data issues which might not show in your interface.  Google quizzes you on what is the most likely issue causing the failure of reporting.</p>
<h3>4. No Code &#8211; Just Understanding of Implementation</h3>
<p>The Google Reporting Study Guide shows the code snippets that you would use for conversion tracking but you never have to identify whether the code is correct or not on the quiz.  However, you do need to know about <a href="http://adwords.google.com/support/aw/bin/static.py?hl=en&amp;topic=23758&amp;guide=23756&amp;page=guide.cs">google_conversion_value</a>.</p>
<ul>
<li>Conversion tracking can setup a default value for a conversion.</li>
<ul>
<li>Useful for subscriptions, downloads, and non-E-commerce conversion or <a href="http://www.kaushik.net/avinash/excellent-analytics-tip-13-measure-macro-and-micro-conversions/">micro-conversions</a>.</li>
</ul>
<li>You can have e-commerce value for google_conversion_value, but only if you use code to overwrite the variable.</li>
</ul>
<h3>5. Definitions</h3>
<p>Now this should be a given.  You should know all of the terms like Bounce Rate, Search Query Report, and the difference between profiles and filters.  I wouldn&#8217;t say that there are a bunch of questions strictly on definitions, in fact an <a href="http://adwords.google.com/support/aw/bin/static.py?hl=en&amp;topic=23823&amp;guide=23821&amp;page=guide.cs&amp;answer=152531">entire section of WSO</a> was skipped for my quiz.</p>
<p>If you want to learn more about the technical nature and more examples of how you could use GA or WSO to optimize your site, take a look at the <a title="The Best Interactive Marketing Books" href="http://willj.co/internet-marketing-books/">best interactive marketing books</a>.</p>
<p>Don&#8217;t skip the bolded terms.  Spend a good amount of time looking back and forth between the study guide and the interfaces so you can both see and read the differences.</p>
<p>With only 100 questions and 18 different sections of the study guide, there is still a lot of ground to cover.  Let me know what more questions you have in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://willj.co/2011/10/help-passing-adwords-reporting-exam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy Testing in AdWords &#8211; Ad Split Tests</title>
		<link>http://willj.co/2011/09/easy-testing-in-adwords-using-ad-splits/</link>
		<comments>http://willj.co/2011/09/easy-testing-in-adwords-using-ad-splits/#respond</comments>
		<pubDate>Tue, 13 Sep 2011 13:00:10 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=150</guid>
		<description><![CDATA[Summary: Split testing an ad can show your talent at AdWords, copywriting, and customer insight.  Plan what ads to test and write new copy that matters to the customer.  Run [&#8230;]]]></description>
				<content:encoded><![CDATA[<div class="summary">Summary: Split testing an ad can show your talent at AdWords, copywriting, and customer insight.  Plan what ads to test and write new copy that matters to the customer.  Run your experiment for three weeks and be ready to explain why your changes made a difference &#8211; think like the customer clicking your ad.</div>
<p><strong>Split testing your ads makes you look talented because of higher click-through-rates and potentially more sales / conversions.</strong> If you were asked &#8220;what would you do to make our ads perform better&#8221; you should show them that you <span style="text-decoration: underline;">make data driven decisions</span> and would want to <strong>test ad copy to prove that it works better than old ad copy.</strong></p>
<p><strong>A split test consists of making a change to an ad and measuring the effect it has</strong>.  AdWords allows you to quickly create new ads and measure the effects on click-through-rate.</p>
<h2>4 Steps to a Successful Split Test</h2>
<p>Plan, think like a customer, test, and measure is all you need to do to make a difference in your advertising.</p>
<h3>1. Choose the Ad You Want to Test</h3>
<p><strong>You will get results much faster if you focus on ads that will have the most impact.</strong> Just because management doesn&#8217;t see value in new ad copy doesn&#8217;t mean you have to test an ad group with 10 monthly impressions.</p>
<h3>2. Create a Copy With a Difference</h3>
<p><strong>Think about what&#8217;s important to the customer when testing ads. </strong>It&#8217;s their motivations that drive the success of your ads.<strong> </strong>Use these three ideas as priming for your own ad copy changes.</p>
<ul>
<li>People are motivated by <strong>deadlines</strong> &#8211; add &#8220;Hurry!  Sale ends Oct. 5th&#8221; to the second ad.</li>
<li><strong>&#8220;Learn More&#8221; versus &#8220;Buy Now&#8221;</strong> could make a huge difference for a buyer that needs to <strong>research</strong>.</li>
<li>Generate <strong>qualified leads</strong> by putting &#8220;Starting at $299 per Event.&#8221; rather than &#8220;Free consultation&#8221;.</li>
</ul>
<p>If you&#8217;re really in need of ideas try picking up a few <span style="text-decoration: underline;">books on copywriting and psychology</span>.</p>
<h3>3. Evenly Test with Rotating Ads</h3>
<p><strong>At the campaign level, set your Ad Rotation to &#8220;Rotate&#8221; so that both ads serve the same number of times.</strong> Each of the ads will rotate serving each time a query triggers one of your keywords.  You could choose to use the &#8220;Optimize&#8221; setting.  This will force only the best performing ad to serve.  I think it&#8217;s more impressive to say &#8220;Out of 10,000 impressions on each ad, my changes resulted in a 7.5% CTR while the original had a 2.3% CTR.&#8221;</p>
<h3>4. Measure and Explain the Results</h3>
<p>The true measure of an ad is its click-through-rate &#8211; <strong>focus on CTR and explain why the change happened</strong>. You need to go back to step two and ask &#8220;Did I hit the right motivations?&#8221;  If the CTR tanked on your experiment, you missed the mark.</p>
<p><strong>Run the experiment for three weeks before you start explaining</strong> &#8211; its enough time to get a good amount of data.</p>
<h3>***Bonus Ad Copy Tip &#8211; Keep Your Promises***</h3>
<p>When making your changes, keep in mind the landing page &#8211; <strong>if the landing page doesn&#8217;t echo the claim of the ad, you just wasted a click. </strong> If you end up using the &#8220;Learn More&#8221; versus &#8220;Buy Now&#8221;, send them to a resource and not just a product page.  The same time deadline you emphasize in the ad should be present on the landing page.</p>
<p>If you&#8217;re trying to gain support for new ad copy, <strong>you need access to the landing page to keep the message consistent.</strong></p>
<p>In the end, you need to plan what to test, craft a new message geared towards the customer, test, and explain what happened.  Even if results of a split test come up dead even, you can always take your new ad and split test again.</p>
]]></content:encoded>
			<wfw:commentRss>http://willj.co/2011/09/easy-testing-in-adwords-using-ad-splits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Ways to Find Continuing Education</title>
		<link>http://willj.co/2011/09/7-ways-to-find-continuing-education/</link>
		<comments>http://willj.co/2011/09/7-ways-to-find-continuing-education/#respond</comments>
		<pubDate>Mon, 05 Sep 2011 13:00:10 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[Marketing Careers]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=177</guid>
		<description><![CDATA[Summary: Continuing education is found mostly at universities, community colleges, seminars and conferences.  Watch for courses and conferences that are so high-level that you can&#8217;t act on them.  The best [&#8230;]]]></description>
				<content:encoded><![CDATA[<div class="summary">Summary: Continuing education is found mostly at universities, community colleges, seminars and conferences.  Watch for courses and conferences that are so high-level that you can&#8217;t act on them.  The best education is an actual experience &#8211; freelancing, consulting, or volunteering; though, it is the hardest to do.</div>
<p>Learning is the most important job you will ever have.  It&#8217;s a test of your resolve to choose between relaxing and learning but finding opportunities shouldn&#8217;t be your excuse.  Try any of these seven opportunities to find education that you can put on your resume, meet interesting people, and your company would be willing to pay for.</p>
<h3>1. Your University</h3>
<p>You know your professors, you know your way around the campus and you probably have courses you may have wanted to take.  It&#8217;s the easiest way to identify courses and will probably get you to the course faster.</p>
<h3>2. Other Universities</h3>
<p>Taking one course or a certificate series from a more prestigious university can be a way to connect with interesting people and add another line item on your resume that impresses.</p>
<h3>3. Community Colleges</h3>
<p>Cheaper cost and less impressive but it shows dedication to keeping up-to-date.  You can also find cool, local people that share your same interest.</p>
<h3>4. Seminars for Success</h3>
<p>Google has a series of courses on AdWords and Analytics.  It goes from concepts to implementation to optimizing.  Highly recommended if you are looking to get a solid grounding in Analytics or AdWords.</p>
<h3>5. Association Courses</h3>
<p>Local associations can be a great source of boot camps and smaller seminars / conferences.  I know the CADM hosts a Direct Marketing bootcamp</p>
<h3>6. Conferences</h3>
<p>Some conferences such as Strata and SMX offer mini training sessions on the first day.  However, a lot of conferences are inspirational or so high-level that you can&#8217;t find anything actionable.  Be very selective if you&#8217;re paying out-of-pocket to attend.</p>
<h3>7. Do-it-Yourself</h3>
<p>In all honesty, this is the best option to learning.  However, it&#8217;s not the easiest when you have a full-time job or are trying to get your company to pay for formal education.  I would say find a project to work on, volunteer, or consult / freelance before looking for formal education.</p>
<p>Formal education is the easiest to find and the easiest to fund with corporate assistance.  If you have the idea and the drive to build something yourself, go do it.  It&#8217;s harder to put on the resume if you fail, but it&#8217;s better to fail fast than to never have failed at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://willj.co/2011/09/7-ways-to-find-continuing-education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How a Micro-Site Can Solve Your Offline Measurement Problems</title>
		<link>http://willj.co/2011/08/how-do-i-measure-offline-ads-online/</link>
		<comments>http://willj.co/2011/08/how-do-i-measure-offline-ads-online/#respond</comments>
		<pubDate>Wed, 31 Aug 2011 13:00:05 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[DIY-Entrepreneurship]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=497</guid>
		<description><![CDATA[Summary: Offline measurement of your marketing campaigns is done best through a separate microsite that matches closely to the content and branding of your ad. It&#8217;s hard for me to [&#8230;]]]></description>
				<content:encoded><![CDATA[<div class="summary">Summary: Offline measurement of your marketing campaigns is done best through a separate microsite that matches closely to the content and branding of your ad.</div>
<p>It&#8217;s hard for me to imagine companies without heavy internet advertising &#8211; I&#8217;m immersed in it every single day.  Any size business still spends on traditional media &#8211; print ads, flyers, billboards, TV commercials.  Because I&#8217;m all about online measurement I want to explore how you can measure traditional media that drives traffic online.</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/23883605@N06/2317982570/"><img class="size-full wp-image-502    aligncenter" title="measuring-the-offline-to-online-problem" src="http://willj.co/wp-content/uploads/2011/07/measuring-the-offline-to-online-problem.jpg" alt="If driving traffic from offline media you have to segment it and analyze it" /></a></p>
<h3>The Cost vs. Benefit of Traditional Media Driving Traffic Online</h3>
<p>You can measure how many additional sales you have before, during, and after an offline campaign.  You can compare it to a year ago and make some best guesses but you will never receive the same accuracy as online.  Despite being harder to measure you&#8217;re going to reach audiences you otherwise wouldn&#8217;t have.</p>
<p>My personal opinion is you should test all mediums you think are relevant &#8211; measure it and scrutinize it, cut anything that doesn&#8217;t reach your goals.  Measurement helps you find what isn&#8217;t working.</p>
<h3>Using Microsites to Measure Your Offline Campaign</h3>
<p>Driving traffic to your own website with online campaigns is easy to segment with your basic Google Analytics skills.  But if you add in your actions with the print ads you bought in a magazine, the leaflets you gave out, and the billboard you bought you&#8217;re going to have a lot of traffic that <em>mysteriously</em> shows up to your website.  The easiest way to measure how well your offline campaigns are doing is to create a microsite &#8211; a different website you create specifically for the campaign.</p>
<p>There are two ways of setting up a microsite:</p>
<ol>
<li>Create a completely separate website focused on the goal of the campaign</li>
<li>Have the microsite <em>redirect</em> to your main website</li>
</ol>
<p>Option #2 is okay but you need to properly tag your microsite redirect with Google Analytics parameters to analyze it.  With option #1 you have more upfront work (duplicating your content, tailoring it to your campaign&#8217;s purpose, and matching it to your campaign&#8217;s image) but everything that happens on the micro-site is the result of your campaign, not your original website.</p>
<h3>Content on Your Microsite Should Reflect Your Offline Campaign</h3>
<p>The promises you make in your ad should be reflected in the layout and copy &#8211; the headlines, the features you emphasize, the images you use.  That&#8217;s called &#8220;scent&#8221;.  So long as they can follow the scent from TV ad to your website &#8211; throughout your website &#8211; you send a consistent message and there isn&#8217;t anything that surprises your visitors.</p>
<p>Maintaining scent is a tough thing to do if you have a diverse set of offline ads &#8211; one with a cute animal mascot, the next with a clear selling proposition &#8211; your website can&#8217;t be as diverse as your ads without becoming confusing.  The Education Connection does a great job of connecting it&#8217;s TV ads to its different microsites.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-508" title="education-connection-microsite-example" src="http://localhost:8888/wp-content/uploads/2011/07/education-connection-microsite-example.jpg" alt="How the Education Connection Website Uses Landing Pages" width="542" height="366" /></p>
<p>Education Connection <a title="YouTube Channel of Education Connection" href="http://www.youtube.com/user/EducationConnection">Commercials</a></p>
<p>Microsite 1: <a title="Education Connection's Microsite" href="http://www.collegeinpjs.com/">College in PJs</a></p>
<p>Microsite 2: <a title="Education Connection Microsite" href="http://www.schoolanytime.com/">School Anytime</a></p>
<h3>You Need Content That&#8217;s Worth Typing In</h3>
<p>The inherent problem with offline ads is that you need to type in the address.  If you have a complicated landing page such as http://example.com/special/new-product/2011 <strong>you&#8217;re asking for someone to drop part of the URL</strong> and only go with http://example.com.  Let&#8217;s say you&#8217;re advertising with a radio ad.  How can someone remember that long URL?</p>
<p>If you really need it to be your website as the landing page you have only one option: advertise something that they can&#8217;t find anywhere else on your site.  SAS placed full-page animal ads, they provided weird facts about animals like chickens and llamas and if you wanted to learn more you&#8217;d have to visit SAS.com/chicken or SAS.com/llama &#8211; you&#8217;d never see that information anywhere else on SAS.com.</p>
<p>You can try this with &#8220;What Happens Next&#8221; ads.  <strong>Get the audience&#8217;s attention and hold back the ending</strong> &#8211; forcing them to visit your website and its specific (short) URL.  It&#8217;s about creating a gap in the viewer&#8217;s mind.</p>
<h3>What About QR Codes?</h3>
<p><img class="alignleft size-full wp-image-498" title="QR-Codes-vs-Microsites" src="http://localhost:8888/wp-content/uploads/2011/07/QR-Codes-vs-Microsites.png" alt="QR Codes Can Direct You to Any Landing Page" width="113" height="116" />Quick-Response codes pop up on flyers, TV commercials, I&#8217;ve even seen one giant QR code on a billboard &#8211; that&#8217;s right, you&#8217;re supposed to pull out your phone and snap a photo of it while you&#8217;re driving&#8230; real responsible.</p>
<p>The QR code can direct a mobile phone browser to any webpage &#8211; effectively eliminating the &#8220;Long URLs are Hard to Remember&#8221; argument.  QR codes are great for mobile phone users but you will still need to either create a whole new mobile microsite or properly tag your QR code so you can analyze the effect of the campaign.</p>
<p>The next time you are testing an offline campaign, try a microsite instead of your own website.  See if that takes the headache and guesswork out of proving your campaign did great.</p>
]]></content:encoded>
			<wfw:commentRss>http://willj.co/2011/08/how-do-i-measure-offline-ads-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bristol Renaissance Fair is Living in the Middle Ages</title>
		<link>http://willj.co/2011/08/bristol-renaissance-fair-living-middle-ages/</link>
		<comments>http://willj.co/2011/08/bristol-renaissance-fair-living-middle-ages/#respond</comments>
		<pubDate>Sun, 28 Aug 2011 16:39:48 +0000</pubDate>
		<dc:creator><![CDATA[will]]></dc:creator>
				<category><![CDATA[Conversion Optimization]]></category>

		<guid isPermaLink="false">http://willj.co/?p=575</guid>
		<description><![CDATA[Summary: Great Website&#8217;s Can Be Tempered By Slow Load Times.  Test your page speed and optimize. I&#8217;m off to the Bristol Renaissance Fair today, located next to the impressive corporate [&#8230;]]]></description>
				<content:encoded><![CDATA[<div class="summary">Summary: Great Website&#8217;s Can Be Tempered By Slow Load Times.  Test your page speed and optimize.</div>
<p><img class="aligncenter size-full wp-image-576" title="Ren Fair Website Performance" src="http://willj.co/wp-content/uploads/2011/08/Picture-4.png" alt="Multiple Elements and Missing Elements Slowing Down Download" width="483" height="365" srcset="http://willj.co/wp-content/uploads/2011/08/Picture-4.png 483w, http://willj.co/wp-content/uploads/2011/08/Picture-4-300x226.png 300w, http://willj.co/wp-content/uploads/2011/08/Picture-4-265x200.png 265w" sizes="(max-width: 483px) 100vw, 483px" /></p>
<p>I&#8217;m off to the Bristol Renaissance Fair today, located next to the impressive corporate headquarters of Uline.  I&#8217;m doing some last minute research on what events and what there is to eat but each page view is a slow torture.  It takes the site <strong>over 30 seconds to load.</strong>  The RenFair has put together a beautiful website and very informative.  The dramatically slow load time makes me wonder, how many tickets did they lose because of this?</p>
<p>Their slow load time is being caused by several problems.</p>
<ol>
<li>Multiple CSS and JS files being requested &#8211; combine these files and you make fewer requests.</li>
<li>75% of the HTTP requests are for images &#8211; use CSS sprites to combine it into <strong>one</strong> request</li>
<li>The biggest problems are two elements that return an error and delay loading anything else &#8211; get rid of those.</li>
</ol>
<p>Just because their event is about the Dark Ages, doesn&#8217;t mean their website has to be developed in the same age.</p>
<p>Try running your own <a title="Web Page Speed Testing Tool" href="http://www.webpagetest.org/">web page speed test</a> for other slow loading websites.  It&#8217;s easy and free.</p>
]]></content:encoded>
			<wfw:commentRss>http://willj.co/2011/08/bristol-renaissance-fair-living-middle-ages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: willj.co @ 2016-10-26 04:46:10 -->