<?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>Marketing ROI or DIE! &#187; Online Marketing</title>
	<atom:link href="http://www.marketingroiordie.com/category/online-marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marketingroiordie.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 18:52:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How To Build a Website Using WordPress and Thesis Theme Part 3</title>
		<link>http://www.marketingroiordie.com/2010/05/16/how-to-build-a-website-using-wordpress-and-thesis-theme-part-3/</link>
		<comments>http://www.marketingroiordie.com/2010/05/16/how-to-build-a-website-using-wordpress-and-thesis-theme-part-3/#comments</comments>
		<pubDate>Mon, 17 May 2010 03:27:45 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=749</guid>
		<description><![CDATA[Part three of how to use Wordpress and the Thesis Theme to build a website, plugins for video, print-friendly, Facebook Like, post to Facebook, Myspace, Twitter.


Related posts:<ol><li><a href='http://www.marketingroiordie.com/2010/04/07/how-to-build-a-website-using-wordpress-and-thesis-theme-part-one/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 1'>How To Build a Website Using WordPress and Thesis Theme Part 1</a></li>
<li><a href='http://www.marketingroiordie.com/2010/05/02/how-to-build-a-website-using-wordpress-and-thesis-theme-part-2/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 2'>How To Build a Website Using WordPress and Thesis Theme Part 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marketingroiordie.com/wp-content/uploads/2010/05/hammer_nail.jpg"><img class="alignnone size-full wp-image-754" title="hammer_nail" src="http://www.marketingroiordie.com/wp-content/uploads/2010/05/hammer_nail.jpg" alt="" width="109" height="143" /></a> Part three of how to use WordPress and the <a title="Thesis Theme Download" href="http://www.shareasale.com/r.cfm?u=374335&amp;b=198392&amp;m=24570&amp;afftrack=&amp;urllink=diythemes%2Ecom%2F" target="_blank">Thesis Theme</a> to build a website, adding plugins for easy embed of video, a print-friendly page icon, the new Facebook Like button, as well as integrating with Facebook, Myspace and Twitter.</p>
<h4><span id="more-749"></span>Easy Embed of Video in WordPress</h4>
<p>I found that managing video in pages and posts a bit of a challenge until I found a plugin called <a title="Smart YouTube Embed Video in WordPress" href="http://wordpress.org/extend/plugins/smart-youtube/" target="_blank">Smart YouTube</a>.  Although it has &#8220;YouTube&#8221; in the name, it works for all kinds of hosted video.  Download the zip file, extract it into a folder on your hard drive, then upload it into your plug-ins directory (/wp-content/plugins/).  In WordPress, go to Plugins and activate it.</p>
<p>Under Settings in your left column, click on Smart YouTube.  Select &#8220;Display videos in posts.&#8221;  Make any other adjustments you would like to appearance such as width and height, or leave the defaults, click Save.  All you have to do now is take the link from the YouTube or other hosted video, open the page or  post, click on the HTML tab, paste the URL where you want it, then  change http:// to httpv:// (notice the &#8216;v&#8217; character).  That&#8217;s it!</p>
<h4>Add a Print-Friendly Page Icon</h4>
<p>You may want to give people the option to print the screen without sidebars, in which case the <a title="WP-Print Adding a Print-Friendly Page Icon in WordPress" href="http://wordpress.org/extend/plugins/wp-print/" target="_blank">WP-Print</a> plugin is for you.  Once again, download, extract, upload and activate the plugin.  Under Settings in your left column, click on Print.  Make any adjustments to the text you want shown, which printer icon you want (they give you two to choose from), click Save.  When you want to add it to a page or post, select the HTML tab and paste  [print_link] wherever you want it to show up.  That&#8217;s it!</p>
<p>One thing I did see and adjust: when the print page is displayed it has the title, the author, the date, and then some things I didn&#8217;t want, like Category.  I opened <strong>print-posts.php</strong> and on lines 46 and 47 is where it tells what to display.  I removed everything after the author, line 47, so now it looks like this:</p>
<p style="padding-left: 30px;">&lt;p id=&#8221;BlogDate&#8221;&gt;&lt;?php _e(&#8216;Posted By&#8217;, &#8216;wp-print&#8217;); ?&gt; &lt;u&gt;&lt;?php the_author(); ?&gt;&lt;/u&gt;</p>
<h4>Add the New Facebook Like Button</h4>
<p>I tried a few different Facebook Like button add-ons and felt <a title="Add the Facebook Like Button to WordPress" href="http://wordpress.org/extend/plugins/facebook-like-button/" target="_blank">this one</a> the best.  Once you activate it in the plugins folder, it creates its own drop-down for settings in your left column.  You then adjust whether you want it on pages, posts or both; before or after content, or both, and other settings for appearance you can play with.</p>
<h4>Post Simultaneously to Facebook, Myspace and Twitter</h4>
<p>Lastly, a really neat plugin called <a title="Status Updater Post Simultaneously to Facebook, Myspace, Twitter in WordPress" href="http://wordpress.org/extend/plugins/fb-status-updater/">Status Updater</a> allows you to integrate your Facebook profile or business page, Myspace profile, and Twitter profile.  Once activated, under Settings go to Status Updater.</p>
<ul>
<li>For Facebook, enter your login credentials,  your Facebook page URL in addition to or instead of your personal profile, and select if you want it to update your Status (at top of your page) and/or provide as a link (with title, summary and picture).</li>
<li>For Myspace, enter your login credentials and your &#8220;mood.&#8221;</li>
<li>For Twitter, you can change how it displays under &#8220;Default status template&#8221; (e.g. &#8220;New blog post: %POST-TITLE% %POST-URL% #marketingroi).   Enter your link shortener credentials if you want to use that also.</li>
</ul>
<p>Lastly, be sure to enter your email address under &#8220;Log email&#8221; or you can&#8217;t save.  This is to notify you when something goes out.<strong> </strong></p>
<p><strong><br />
</strong></p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2010%2F05%2F16%2Fhow-to-build-a-website-using-wordpress-and-thesis-theme-part-3%2F&amp;linkname=How%20To%20Build%20a%20Website%20Using%20WordPress%20and%20Thesis%20Theme%20Part%203"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>Related posts:<ol><li><a href='http://www.marketingroiordie.com/2010/04/07/how-to-build-a-website-using-wordpress-and-thesis-theme-part-one/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 1'>How To Build a Website Using WordPress and Thesis Theme Part 1</a></li>
<li><a href='http://www.marketingroiordie.com/2010/05/02/how-to-build-a-website-using-wordpress-and-thesis-theme-part-2/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 2'>How To Build a Website Using WordPress and Thesis Theme Part 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2010/05/16/how-to-build-a-website-using-wordpress-and-thesis-theme-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Build a Website Using WordPress and Thesis Theme Part 2</title>
		<link>http://www.marketingroiordie.com/2010/05/02/how-to-build-a-website-using-wordpress-and-thesis-theme-part-2/</link>
		<comments>http://www.marketingroiordie.com/2010/05/02/how-to-build-a-website-using-wordpress-and-thesis-theme-part-2/#comments</comments>
		<pubDate>Sun, 02 May 2010 20:18:34 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=685</guid>
		<description><![CDATA[Part two of how to use Wordpress and the Thesis Theme to build a website, using Thesis Hooks to add a Clickable-to-Home Header Image.


Related posts:<ol><li><a href='http://www.marketingroiordie.com/2010/04/07/how-to-build-a-website-using-wordpress-and-thesis-theme-part-one/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 1'>How To Build a Website Using WordPress and Thesis Theme Part 1</a></li>
<li><a href='http://www.marketingroiordie.com/2010/05/16/how-to-build-a-website-using-wordpress-and-thesis-theme-part-3/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 3'>How To Build a Website Using WordPress and Thesis Theme Part 3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marketingroiordie.com/wp-content/uploads/2010/05/construction2.png"><img class="alignnone size-full wp-image-699" title="construction2" src="http://www.marketingroiordie.com/wp-content/uploads/2010/05/construction2.png" alt="" width="90" height="143" /></a> Part two of how to use WordPress and the <a title="Thesis Theme" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.shareasale.com/r.cfm?u=374335&amp;b=198392&amp;m=24570&amp;afftrack=&amp;urllink=diythemes%2Ecom%2F');" href="http://www.shareasale.com/r.cfm?u=374335&amp;b=198392&amp;m=24570&amp;afftrack=&amp;urllink=diythemes%2Ecom%2F" target="_blank">Thesis Theme</a> to build a website, using Thesis Hooks to add a Clickable-to-Home Header Image.</p>
<p><span id="more-685"></span></p>
<p>First, you should know that Thesis introduces a new concept called &#8220;Hooks,&#8221; which really should have been called &#8220;Placements&#8221; as they tell the site where to &#8220;place&#8221; changes that you make.  Also you should know you will only edit two documents, which are in your Custom folder (/wp-content/themes/thesis_17/custom/).  Download these files and edit them with a program such as <a title="Download Crimson Editor" href="http://www.crimsoneditor.com/" target="_blank">Crimson Editor</a>.</p>
<ul>
<li><strong>Functions</strong> which is really &#8220;custom_functions.php&#8221;</li>
<li><strong>CSS</strong> which is really &#8220;custom.css&#8221;</li>
</ul>
<p>Functions are code that tell Thesis what you want it to do.  CSS  allows you to make style changes to the whole site at one time.  They  often work together when making changes.</p>
<p>The good part of this method:  changes you make will not be overwritten when Thesis updates the core system.  The bad part: it&#8217;s confusing.  I have picked up a bit of PHP by tinkering with WordPress in the past, but not enough to write my own code.  Mostly I just search online for what I&#8217;m trying to do and pick up code that others have written, test it, and see what works.  Even with my method, it is good to still learn some of what you&#8217;re doing.</p>
<p>A good place to start in understanding Hooks is with <a title="Tutorial Customizing with Hooks" href="http://diythemes.com/thesis/rtfm/customizing-with-hooks/" target="_blank">this tutorial</a>.  In essence, Hooks run whatever &#8220;functions&#8221; you tell them to run, and these are placed in the Functions file.  There are two &#8220;actions&#8221; you can do to functions: &#8220;add&#8221; and &#8220;remove.&#8221;  They look like this:</p>
<p style="padding-left: 30px;">add_action(&#8216;hook_name&#8217;, &#8216;your_custom_function&#8217;);<br />
remove_action(&#8216;hook_name&#8217;, &#8216;your_custom_function&#8217;);</p>
<p>To make it even more exciting, Thesis has already added a bunch of <a title="Thesis Default Hook Usage" href="http://diythemes.com/thesis/rtfm/default-hook-usage/" target="_blank">default Hooks</a> in order to create the default template.  If you really want to &#8220;geek out&#8221; you can see the default hooks in Launch.php (wp-content/themes/thesis_17/lib/functions/).</p>
<h4>Moving Your Navigation Menu Below the Header Area</h4>
<p>Sometimes you need to &#8220;remove&#8221; something they&#8217;ve already done and then  &#8220;add&#8221; what you want it to do.  An example:</p>
<p>By default, your Navigation Menu appears above your Header, containing your site&#8217;s Title and Tagline (note the indents below to  see what Hooks &#8216;contain&#8217; other Hooks).   I&#8217;m not sure why they did this as I know few websites where you want that to happen&#8230;maybe it&#8217;s to force you to start learning this stuff?  If you look at <a title="Thesis Hooks Home Diagram" href="http://speedtech.it/wp-content/uploads/2009/04/thesis_hooks_home.png" target="_blank">this helpful web page</a>, it shows you a diagram of what the Hooks are named and where they are on the Home page.  Here is the <a title="Thesis Hooks Home with Descriptions Added" href="http://speedtech.it/wp-content/uploads/2009/04/thesis_hooks_desc_home.png" target="_blank">same helpful web page with descriptions added</a> to assist you to understand the placements.  You will see what looks like this at the top:</p>
<p><a href="http://www.marketingroiordie.com/wp-content/uploads/2010/05/thesis_header_hooks.png"></a><a href="http://www.marketingroiordie.com/wp-content/uploads/2010/05/thesis_header_hooks1.png"><img class="alignnone size-full wp-image-688" title="thesis_header_hooks" src="http://www.marketingroiordie.com/wp-content/uploads/2010/05/thesis_header_hooks1.png" alt="" width="326" height="296" /></a></p>
<p>In order to move the Navigation Menu below the Header you want to paste the below in your <strong>Functions </strong>file:</p>
<p style="padding-left: 30px;">//move nav menu<br />
remove_action(&#8216;thesis_hook_before_header&#8217;, &#8216;thesis_nav_menu&#8217;);<br />
add_action(&#8216;thesis_hook_after_header&#8217;, &#8216;thesis_nav_menu&#8217;);</p>
<p>So what does this mean?</p>
<ul>
<li>When you put // before a line of code, it says  &#8216;ignore these instructions to self&#8217;.
<ul>
<li>Also, it is proper &#8220;geek-speak&#8221; when  there are multiple lines of notes-to-self to write it like this: /* text */</li>
</ul>
</li>
<li>Remove the default action that places the navigation menu in the Hook (position) &#8216;thesis_hook_before_header&#8217;</li>
<li>Add an action that places the navigation menu in the Hook (position) &#8216;thesis_hook_after_header&#8217;</li>
</ul>
<h4>Replace Your Title and Tagline with a Clickable Image Header</h4>
<p>Now to get rid of the Title and Tagline, and include them instead in an image file that becomes a Click-to-Home Header.  For this, you want to first design the Header&#8230;but how wide to make it?  That depends on what column layout you&#8217;ve used and how wide you made the columns.  Use <a title="Thesis Clickable Image Header Width Chart" href="http://diythemes.com/thesis/rtfm/layout-constructor/" target="_blank">this handy chart</a> to decide the width of your Header image.  Then, place the below into your <strong>CSS </strong>file:</p>
<p style="padding-left: 30px;">/* This line sets up our clickable background image based on the site title&#8217;s link */<br />
.custom #header #logo a { display: block; height: 100px; width: 817px; background: url(&#8216;http://www.yoursite.com/wp-content/themes/thesis_17/custom/images/yourimagefile.jpg&#8217;) no-repeat; outline: none; }<br />
/* This line gets rid of the site title &amp; tagline by casting them out to far left field */<br />
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }<br />
/* This line collapses the vertical space of the tagline so that there isn&#8217;t unnecessary white space after the header image */<br />
.custom #header #tagline { height: 0; }<br />
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */<br />
.custom #header { padding: 0; }</p>
<p>So what does this mean?</p>
<ul>
<li>Place your image file into the folder /custom/images/ and then adjust the height and width attributes to reflect the actual  size of your image.  Then change the URL of your image to  reflect the actual file name.</li>
<li>We don&#8217;t want to use the editable Title &amp; Tagline fields, so we&#8217;re throwing them off into the left side of the page where no one will see them.</li>
<li>Since we&#8217;re not using the Tagline, we&#8217;re collapsing extra white space after the Header image.</li>
<li>We&#8217;re then removing padding from the Header so it fits tight next to the background, content and nav menu.</li>
</ul>
<h4>Replace the Functions and CSS Files on Your Server</h4>
<p>Lastly, upload the Functions and CSS files into your Custom folder.  Use an FTP program such as the <a title="Download Filezilla Client" href="http://filezilla-project.org/" target="_blank">Filezilla Client</a>.  You can obtain your FTP settings from your hosting provider.  You should see your clickable Header just above the navigation menu.</p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2010%2F05%2F02%2Fhow-to-build-a-website-using-wordpress-and-thesis-theme-part-2%2F&amp;linkname=How%20To%20Build%20a%20Website%20Using%20WordPress%20and%20Thesis%20Theme%20Part%202"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>Related posts:<ol><li><a href='http://www.marketingroiordie.com/2010/04/07/how-to-build-a-website-using-wordpress-and-thesis-theme-part-one/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 1'>How To Build a Website Using WordPress and Thesis Theme Part 1</a></li>
<li><a href='http://www.marketingroiordie.com/2010/05/16/how-to-build-a-website-using-wordpress-and-thesis-theme-part-3/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 3'>How To Build a Website Using WordPress and Thesis Theme Part 3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2010/05/02/how-to-build-a-website-using-wordpress-and-thesis-theme-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Build a Website Using WordPress and Thesis Theme Part 1</title>
		<link>http://www.marketingroiordie.com/2010/04/07/how-to-build-a-website-using-wordpress-and-thesis-theme-part-one/</link>
		<comments>http://www.marketingroiordie.com/2010/04/07/how-to-build-a-website-using-wordpress-and-thesis-theme-part-one/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 02:30:33 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=615</guid>
		<description><![CDATA[I recently began working with Wordpress and the Thesis Theme to redo the website of a non-profit rabbit welfare group that I volunteer with.  The test site I'm working on isn't live yet, but I'm learning things about Thesis that I want to share.


Related posts:<ol><li><a href='http://www.marketingroiordie.com/2010/05/16/how-to-build-a-website-using-wordpress-and-thesis-theme-part-3/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 3'>How To Build a Website Using WordPress and Thesis Theme Part 3</a></li>
<li><a href='http://www.marketingroiordie.com/2010/05/02/how-to-build-a-website-using-wordpress-and-thesis-theme-part-2/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 2'>How To Build a Website Using WordPress and Thesis Theme Part 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marketingroiordie.com/wp-content/uploads/2010/04/construction.png"><img class="alignnone size-full wp-image-667" title="construction" src="http://www.marketingroiordie.com/wp-content/uploads/2010/04/construction.png" alt="" width="90" height="140" /></a> I recently began working with WordPress and the <a title="Thesis Theme" href="http://www.shareasale.com/r.cfm?u=374335&amp;b=198392&amp;m=24570&amp;afftrack=&amp;urllink=diythemes%2Ecom%2F" target="_blank">Thesis Theme</a> to redo the website of a non-profit rabbit welfare group that I volunteer with.  The test site I&#8217;m working on isn&#8217;t live yet, but I&#8217;m learning things about Thesis that I want to share.</p>
<p><span id="more-615"></span></p>
<p>You may be thinking about building a new website and are unsure which way to proceed.  Although WordPress (installed to a domain &#8211; not WordPress.com) is a very functional website platform, it is only as good as the theme installed on top of it.   So why did we go with Thesis?</p>
<ol>
<li>We want to allow multiple people to update the site, which WordPress does</li>
<li>The Thesis theme came recommended as the one behind <a title="Chris Brogan Thesis Theme" href="http://www.ChrisBrogan.com" target="_blank">ChrisBrogan.com</a>, a very popular marketing website</li>
<li>It allows much more customization than other themes I&#8217;ve worked with and is only $87</li>
</ol>
<p>Once you&#8217;ve installed WordPress to your domain &#8211; most hosting providers including mine, <a title="Dreamhost" href="http://www.dreamhost.com/r.cgi?196289" target="_blank">Dreamhost</a>, offer an easy one-click install option -  upload the <a title="Thesis Theme" href="http://www.shareasale.com/r.cfm?u=374335&amp;b=198392&amp;m=24570&amp;afftrack=&amp;urllink=diythemes%2Ecom%2F" target="_blank">Thesis  Theme</a> using an FTP program such as <a title="Filezilla" href="http://filezilla-project.org/download.php?type=client" target="_blank">Filezilla</a> into your /wp-content/themes/ folder and follow the instructions how to activate it.  The next challenge is the uphill climb learning how to use it, so read this goldmine of tips to save some time!</p>
<h4>How to Setup New Pages in WordPress</h4>
<p>Likely the first thing you will want to do is layout the pages you want in the navigation menu (across the top), so let&#8217;s start there.  Although WordPress is a blogging platform, you don&#8217;t have to want to use the blog capabilities to create your website.  On the other hand, WordPress only allows you to add new blog posts to one page &#8211; the &#8216;posts page&#8217; &#8211;  and the default for this is the Home page, although that can change. I haven&#8217;t yet  figured out a way to allow posts for more than one page, but will update here if I  do.</p>
<ul>
<li>Under Pages&gt;Add New create the pages in the nav menu but don&#8217;t fill them in yet.
<ul>
<li>You can turn off the default displayed sidebar(s) when creating a page under Attributes&gt;Template&gt;No Sidebars.</li>
<li>You can also turn off, on individual pages, Allow Comments under Discussions.</li>
</ul>
</li>
<li> Under Settings&gt;Reading you can change which page you will post new posts to (i.e. the &#8216;blog page&#8217;).   Here also you can change which page is the Home page.
<ul>
<li>I changed our posts page to be Events because I&#8217;m using an Events Calendar plugin that works in conjunction with the posts page (see Plugins below).</li>
</ul>
</li>
<li>Under Settings&gt;Permalinks you should change the default setting for how your URLs (&#8220;slugs&#8221;) are displayed.  If this were a blog, I would say use the second option that includes the date, however, as we&#8217;re creating a website not a blog, I would use a custom setting: /%postname%/.  Then check that the slugs are as descriptive as possible, as they are important for search engines to know what the content of each page is about.  If they need to be revised go to Pages&gt;Edit, mouse-over the page name, select Quick Edit, and change it there.  Page slugs should have dashes between the words.</li>
</ul>
<p>There are three main areas you will use when editing in Thesis:  <strong>Site Options</strong> (renamed in just-released version 1.7 from Thesis Options), <strong>Design Options</strong>, and a new area added v1.7, <strong>Home Page Options.</strong></p>
<h4>Tips for Using Thesis Theme &#8211; Site Options:</h4>
<ul>
<li>If you&#8217;re making a website, not a blog, you&#8217;ll want to turn off all comment ability under Comments&gt;Pages&gt;Disable Comments On All Pages.</li>
<li>Under Navigation Menu&gt;Pages, check off the pages that you want included in the drop-down navigation menu and drag-and-drop them into order, however, I found out that sometimes plugins can interfere with this capability.  Specifically, a plugin that I&#8217;m using to create an Events Calendar had to be disabled for drag-and-drop to work (more on that below).</li>
<li>Also under Navigation Menu, you can add Categories that you assign to posts into the nav  menu and you can turn off having a Home page.   If you don&#8217;t want a border around your nav menu, change 1 px to 0 px under &gt;Nav Border Width.</li>
</ul>
<h4>Tips for Using Thesis Theme &#8211; Design Options:</h4>
<ul>
<li>Here you can change your site&#8217;s font, background colors, link color, if you want a 1, 2 or 3 column layout (2 is recommended unless you have good reason to use 3).  You can also change how wide you want your content and sidebar columns to be.
<ul>
<li>You may want to use <a title="ColorPicker" href="http://www.colorpicker.com/" target="_blank">ColorPicker</a> to select the colors you need, or else when you change the background or content colors, a small color chart will appear.</li>
<li>Another interesting tool is <a title="Color Hunter" href="http://www.colorhunter.com/" target="_blank">Color Hunter</a>, where you can upload an image and create a color palette for your site.</li>
</ul>
</li>
<li>The Multimedia Box in the sidebar is pretty cool.  Here you can upload images to your /custom/rotator/ folder and it will rotate them in the sidebar.  Or, you can embed a video or add custom code.
<ul>
<li>Note: if you change the color of your content area&#8217;s background, you&#8217;ll want to change the Multimedia Box&gt;Image Box Background Color to match.</li>
</ul>
</li>
<li>Make sure under Custom Stylesheet you check the box Use Custom Stylesheet.  You&#8217;ll need it, but more on that in my next post.</li>
</ul>
<h4>Tips for Using Thesis Theme &#8211; Home Page Options:</h4>
<ul>
<li>Under Home Page Display you can select the number (or &#8216;all&#8217;) of &#8220;featured posts,&#8221; those that will be &#8216;normally displayed&#8217; on the posts page in entirety, or where you cut a post with the More tag: <a href="http://www.marketingroiordie.com/wp-content/uploads/2010/04/more_tag.png"><img class="alignnone size-full wp-image-623" title="more_tag" src="http://www.marketingroiordie.com/wp-content/uploads/2010/04/more_tag.png" alt="" width="22" height="22" /></a>.  Remember under Settings&gt;Reading we can change which page they post to, but since the default is Home they called it Home Page Options.</li>
</ul>
<h4>Tips for Filling in Pages:</h4>
<p>When editing pages (and posts), the toolbar you have to work with is fairly self-explanatory.  I just want to point out the things that are not so obvious.</p>
<ul>
<li>Make sure when you create links to text, using this <a href="http://www.marketingroiordie.com/wp-content/uploads/2010/04/chain.png"><img class="alignnone size-full wp-image-680" title="chain" src="http://www.marketingroiordie.com/wp-content/uploads/2010/04/chain.png" alt="" width="19" height="19" /></a>, that you fill in the Title field  and choose Open Link In New Window unless you want visitors to be able  to leave your site when following links.</li>
</ul>
<p>For these, you will switch from the Visual tab into the HTML tab.</p>
<ul>
<li>You need to get comfortable working in HTML for certain things. For example, if you want to highlight something on the page, you can create an &#8220;alert&#8221; which surrounds the text with a yellow box (a Thesis thing, not WordPress).  Put  the following around the text:</li>
</ul>
<p style="padding-left: 30px;">&lt;p class=&#8221;alert&#8221;&gt;whatever text you want&lt;/p&gt;</p>
<ul>
<li>To increase the size of your font, you can change it to a Header under your Format drop-down in the toolbar.  If you don&#8217;t see this option, you may need to toggle on your &#8220;kitchen sink&#8221; button to see more of your toolbar, which looks like this: <a href="http://www.marketingroiordie.com/wp-content/uploads/2010/04/kitchen_sink.png"><img class="alignnone size-full wp-image-629" title="kitchen_sink" src="http://www.marketingroiordie.com/wp-content/uploads/2010/04/kitchen_sink.png" alt="" width="25" height="23" /></a> However, you may want to edit your HTML instead of making the text a Header, as search engines look for Headers as descriptive of what is on the page.  Font sizes can be 1, 2, 3, 4, 5, etc.  Play with it till you get what you want.</li>
</ul>
<p style="padding-left: 30px;">&lt;p&gt;&lt;font size=&#8221;3&#8243;whatever text you want&lt;/font&gt;&lt;/p&gt;</p>
<ul>
<li>For the site I&#8217;m working on, we want a 2 column layout within the content area on some of the pages.  I could not find a simple way to do it within Thesis so I inserted a table.  Here is that code for your use, where 760 was the entire width of my content+sidebar areas (I removed the sidebar when creating these pages) and the line color down the middle is #26ccd1 (replace with yours).</li>
</ul>
<p style="padding-left: 30px;">&lt;table border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243; width=&#8221;760&#8243;&gt;<br />
&lt;tbody&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&#8221;360&#8243; align=&#8221;center&#8221; valign=&#8221;top&#8221;&gt;&lt;/td&gt;<br />
&lt;td width=&#8221;20&#8243;&gt;&lt;/td&gt;<br />
&lt;td width=&#8221;2&#8243; bgcolor=&#8221;#<span style="color: #ff0000;">26ccd1</span>&#8220;&gt;&lt;/td&gt;<br />
&lt;td width=&#8221;20&#8243;&gt;&lt;/td&gt;<br />
&lt;td width=&#8221;360&#8243; align=&#8221;center&#8221; valign=&#8221;top&#8221;&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;</p>
<p class="alert">
<h4>Free WordPress Plugins</h4>
<p>Plugins are widely available to solve nearly every problem you may have in customizing your website.  Once downloaded, you place them into the /wp-content/plugins/ folder, go to Plugins in your admin sidebar, and activate them.</p>
<ul>
<li><a title="cforms" href="http://www.deliciousdays.com/cforms-plugin/" target="_blank">cforms</a> &#8211; create multiple forms including multi-select boxes and insert them into any page using the icon that it adds to your toolbar: <a href="http://www.marketingroiordie.com/wp-content/uploads/2010/04/cforms.png"><img class="alignnone size-full wp-image-642" title="cforms" src="http://www.marketingroiordie.com/wp-content/uploads/2010/04/cforms.png" alt="" width="24" height="24" /></a>.  While not the easiest form maker to use, other plugins I looked at for this only allow the creation of a contact form. The form I need is much more involved so this was the better choice.  The help files are pretty explanatory, but a couple of tips:
<ul>
<li>When I tried to use the pre-defined &#8220;regular expressions&#8221; (regex for short) for phone and zip code fields that validate that they are real, I kept getting an error message when I submitted a test on the form.  I searched the support forum, googled the error code, and even posted in the support forum for help but didn&#8217;t get a response.  When I took them out, replacing them with just Phone and Zip, the form works but now anyone can put any garbage in there and it will &#8216;pass through.&#8217;  Bummer!</li>
<li>For multi-select fields you have to enter the following:  YourQuestion#Answer1#Answer2#etc.</li>
<li>Under Cforms&gt;Global Settings&gt;Database Input Tracking you can  enable the ability to store responses in a database, which you can then  access  under Cforms&gt;Tracking.  Here you can view the responses to  the forms on-screen or export them as a CSV and open then in Excel.</li>
<li>You  can also have the system email you (and others) a copy when a form is submitted, under  cforms&gt;Form Settings&gt;Admin Email Message Options.  Those who submit will get a confirmation in their email, editable under cforms&gt;Form Settings&gt;Auto Confirmation.</li>
<li>You can edit specifics of your form under Cforms&gt;Styling&gt;Basic CSS Editor.
<ul>
<li>Change the page width under .cform { width: 760px;</li>
<li>Change the width of text fields under .cform label {width:300px; AND .cform label span {width:300px;</li>
<li>Change the height of the multiselect box under .cform select.cfselectmulti    { height:5.5em;</li>
<li>Move the &#8220;(required)&#8221; text all the way to the left under span.emailreqtxt { margin:0px 5px 7px <span style="color: #ff0000;">0</span>px; (change in red)</li>
<li>Change the font color by replacing it wherever you see color: #XXXXX or #XXX</li>
</ul>
</li>
</ul>
</li>
<li><a title="Remove Page Links in WordPress" href="http://wordpress.org/extend/plugins/exclude-pages/" target="_blank">Exclude Pages</a> &#8211; a wonderful WordPress plugin I went  nuts looking for!  It removes page links in the sidebar, as we didn&#8217;t  want the menu both across the top and down the side (on those pages that  we did choose to have a sidebar).  It adds an Exclude Pages option  under Pages&gt;Edit (select Edit not Quick Edit), as a checkbox in the  sidebar.</li>
<li><a title="Thesis Events Calendar Plugin" href="http://www.wp-eventscalendar.com/2009/09/05/events-calendar-6-6-beta-is-now-available/" target="_blank">Events Calendar</a> &#8211; As reminder, I found that the Events Calendar  interfered with my  ability to drag-and-drop nav menu changes, so I  simply deactivated and  reactivated it.  This plugin puts a calendar in your sidebar, and when you create a new event you have option to publish to your posts page.  Therefore, I made the posts page my Events page for this particular website I&#8217;m working on.<a title="Remove Page Links in WordPress" href="http://wordpress.org/extend/plugins/exclude-pages/" target="_blank"><br />
</a></li>
</ul>
<p>There&#8217;s more to Thesis that I&#8217;ll continue in a further post.  At least I can say that the site I&#8217;m working on is moving along.    When it&#8217;s done I will post a link.</p>
<h4>Some Good Resources</h4>
<ul>
<li><a title="DoubleMule" href="http://www.doublemule.com" target="_blank">DoubleMule</a></li>
<li><a title="Thesis Theme HQ" href="http://thesisthemehq.com/" target="_blank">Thesis Theme HQ</a></li>
<li><a title="Thesis Tutor" href="http://thesistutor.com/" target="_blank">Thesis Tutor</a></li>
<li><a title="Thesis Hacker" href="http://www.thesishacker.com" target="_blank">Thesis Hacker</a></li>
<li><a title="Thesis 101" href="http://www.thesis101.com/" target="_blank">Thesis 101</a></li>
</ul>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2010%2F04%2F07%2Fhow-to-build-a-website-using-wordpress-and-thesis-theme-part-one%2F&amp;linkname=How%20To%20Build%20a%20Website%20Using%20WordPress%20and%20Thesis%20Theme%20Part%201"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>Related posts:<ol><li><a href='http://www.marketingroiordie.com/2010/05/16/how-to-build-a-website-using-wordpress-and-thesis-theme-part-3/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 3'>How To Build a Website Using WordPress and Thesis Theme Part 3</a></li>
<li><a href='http://www.marketingroiordie.com/2010/05/02/how-to-build-a-website-using-wordpress-and-thesis-theme-part-2/' rel='bookmark' title='Permanent Link: How To Build a Website Using WordPress and Thesis Theme Part 2'>How To Build a Website Using WordPress and Thesis Theme Part 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2010/04/07/how-to-build-a-website-using-wordpress-and-thesis-theme-part-one/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>L&#8217;Oreal Maybelline The Eraser Product Launch Fail</title>
		<link>http://www.marketingroiordie.com/2010/03/21/loreal-maybelline-the-eraser-product-launch-fail/</link>
		<comments>http://www.marketingroiordie.com/2010/03/21/loreal-maybelline-the-eraser-product-launch-fail/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 02:46:02 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Facebook Marketing]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Retail Marketing]]></category>
		<category><![CDATA[Consumer Goods]]></category>
		<category><![CDATA[FAIL]]></category>
		<category><![CDATA[Product Launch]]></category>
		<category><![CDATA[Website Marketing]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=607</guid>
		<description><![CDATA[Recently, I saw a television ad for a new women's makeup foundation by L'Oreal Maybelline, but only caught part of the name as "Age Eraser."  Out of curiosity of how effectively L'Oreal spends its marketing dollars, I grabbed my smartphone to search for the product.  What I found is a good lesson for marketers everywhere.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marketingroiordie.com/wp-content/uploads/2010/03/makeup_foundation.png"><img class="alignnone size-full wp-image-609" title="makeup_foundation" src="http://www.marketingroiordie.com/wp-content/uploads/2010/03/makeup_foundation.png" alt="" width="88" height="132" /></a> Recently, I saw a television ad for a new women&#8217;s makeup foundation by L&#8217;Oreal Maybelline, but only caught part of the name as &#8220;Age Eraser.&#8221;  Out of curiosity of how effectively L&#8217;Oreal spends its marketing dollars, I grabbed my smartphone to search for the product.  What I found is a good lesson for marketers everywhere.</p>
<p><span id="more-607"></span>The first result that came up is Maybelline&#8217;s website and is titled <a title="Maybelline New York: Products: Age Rewind The Eraser Treatment Makeup" href="http://www.maybelline.com/Product/Face/Foundation/instant-age-rewind-the-eraser-treatment-makeup.htm" target="_blank">Maybelline New York: Products: Age Rewind The Eraser Treatment Makeup</a>.  First of all, the name is just way too long.  I found out that &#8220;Age Rewind&#8221; is the collection name and &#8220;The Eraser&#8221; the product name.  Why not just say &#8220;The Eraser&#8221; and drop &#8220;Age Rewind&#8221; for simplicity?</p>
<p>The <a title="Maybelline Instant Age Rewind® The Eraser Treatment Makeup" href="http://www.maybelline.com/Product/Face/Foundation/instant-age-rewind-the-eraser-treatment-makeup.htm" target="_blank">Maybelline website</a> is not optimized for phone viewing, which is important these days especially for a consumer goods company.  Instead, the site comes up as several large buttons:</p>
<ul>
<li><em>Find Your Mascara</em> &lt;&lt; I was looking for The Eraser, not a mascara.</li>
<li><em>Find Out More About Great Lash BIG!</em> &lt;&lt; I have no idea what this is and I don&#8217;t care.</li>
<li><em>Wallpapers &amp; Ringtone</em> &lt;&lt; What, are we in high school?</li>
<li><em>Great Lash BIG Takes NYC: Watch The Video</em> &lt;&lt; I don&#8217;t yet have a phone that supports video, and I still don&#8217;t care.</li>
<li><em>Sign Up for Text Alerts</em> &lt;&lt; There are no compelling reasons to sign up for text alerts.</li>
</ul>
<p>On my desktop, the website does show information about the product but some of it makes me laugh and some things I would like to see aren&#8217;t there.</p>
<ul>
<li>They boast a &#8220;patented Micro-Corrector Applicator.&#8221;  The bottle looks like one of those glue bottles you get from an office supply store, that you squeeze to wet a sponge on top.  You know marketing has gotten a little out of control when a sponge is now a &#8220;Micro-Corrector Applicator.&#8221;  Just call things what they are and don&#8217;t get silly about it, please.  There is some concern about the sponge getting gross, but apparently most reviewers are satisfied by the &#8220;antimicrobial fibers&#8221; in the sponge.  I still would be concerned.</li>
<li>On their site, they offer a &#8220;MyColorAdvisor.&#8221;  I simply click on my skin shade (light) and eye color (hazel), and (gasp!) they suggest my best color tones as all of the light tones.  What amazing powers of insight they have!</li>
<li>I wanted to know the ingredients of the makeup but this is nowhere on their site.  I went to Target to see the product in person.  Looking at the ingredient list was like reading another language.  The only thing I noticed that is natural is water, and it was the second on the list.  It&#8217;s amazing what women will put on their face.</li>
<li>It&#8217;s a &#8220;breakthrough formula with active ingredients!&#8221;  I looked at what &#8220;active ingredients&#8221; there are, and found it said 7% Octinoxate, an organic compound found in some sunscreens.</li>
<li>The site could be more interactive.  Something that makes more sense than MyColorAdvisor?  Please?</li>
<li>Where can the product be purchased?  I found it at Target, but where else? Why don&#8217;t brands tell people where to buy their products?</li>
<li>At Target this product is $8.99 on sale but $10.99 regular price.  The exact same product in a regular bottle is <a title="Maybelline Instant Age Rewind Foundation, Porcelain Ivory" href="http://www.amazon.com/dp/B000FTUM36/ref=asc_df_B000FTUM361063415?smid=A2UGULC1AZ6KKG&amp;tag=pgmp-716-01-20&amp;linkCode=asn&amp;creative=380341&amp;creativeASIN=B000FTUM36" target="_blank">$6.09 on Amazon</a> and in a pump for <a title="Maybelline Instant Age Rewind Cream Foundation SPF 18 Natural Ivory " href="http://www.amazon.com/dp/B00112DW56/ref=asc_df_B00112DW561063415?smid=A305PDR4I9CTKZ&amp;tag=pgmp-716-01-20&amp;linkCode=asn&amp;creative=380341&amp;creativeASIN=B00112DW56" target="_blank">$2.49 &#8211; $5.98 on Amazon</a>.  Instead of paying such a premium for packaging, I&#8217;d rather go buy some good applicator sponges.</li>
</ul>
<p>The next search result was a <a title="PRODUCT REVIEW: Maybelline Age Rewind Eraser Treatment Makeup" href="http://www.elkevonfreudenberg.com/blog/2010/02/product-review-maybelline-age-rewind-eraser-treatment-makeup/" target="_blank">review of the product by Elke Von Freudenberg</a>, who says the sponge doesn&#8217;t cover well and is too small.  She said the product has an oily feel to it, but after setting it with a powder this goes away.  On the positive side, she likes the coverage and long-lasting results.  A few more results down, another <a title="Maybeline Age Rewind The Eraser Review" href="http://www.fru-girl.com/2010/02/maybelline-age-rewind-eraser-review.html" target="_blank">review of the product at Frugirl</a> said she likes the product&#8217;s coverage also, and felt it absorbed into her skin rather than sat on top.</p>
<p>I then looked at their <a title="Maybelline Facebook" href="http://www.facebook.com/home.php?sk=lf#!/maybelline?ref=ts" target="_blank">Facebook page</a>.  Despite taking time to scroll all the way to the bottom, which wasn&#8217;t difficult as it was only a month old, there is nothing said about this product.</p>
<p>In summary, were I in the market for The Eraser, I would have been turned off when I couldn&#8217;t access the Maybelline website on my smartphone, by the price when the same product is available for much less in different packaging, by the lack of information on the brand&#8217;s Facebook page, and lack of interactivity on their website.  The couple of reviews I did see, however, might have made me reconsider.  It would be in Maybelline&#8217;s best interest to address these Fails and send influential bloggers in the beauty space a free sample for review.</p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2010%2F03%2F21%2Floreal-maybelline-the-eraser-product-launch-fail%2F&amp;linkname=L%27Oreal%20Maybelline%20The%20Eraser%20Product%20Launch%20Fail"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2010/03/21/loreal-maybelline-the-eraser-product-launch-fail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Do Sponsorship Marketing</title>
		<link>http://www.marketingroiordie.com/2010/03/14/how-to-do-sponsorship-marketing/</link>
		<comments>http://www.marketingroiordie.com/2010/03/14/how-to-do-sponsorship-marketing/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 01:11:21 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Facebook Marketing]]></category>
		<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Sponsorship Marketing]]></category>
		<category><![CDATA[Co-Marketing]]></category>
		<category><![CDATA[Marketing Campaign]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Partnership Marketing]]></category>
		<category><![CDATA[Relationship Marketing]]></category>
		<category><![CDATA[Social Media ROI]]></category>
		<category><![CDATA[Sponsorships]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=590</guid>
		<description><![CDATA[Last week I attended the Digiday Social conference in Universal City, California.  One of the topics that stood out to me was a presentation on "cause marketing."  There are two different types of cause marketing that I would like to discuss, brand value alignment and sponsorships or microsponsorships.


Related posts:<ol><li><a href='http://www.marketingroiordie.com/2009/09/05/evaluting-the-roi-of-your-online-friend/' rel='bookmark' title='Permanent Link: Evaluating the ROI of Your Online Friends'>Evaluating the ROI of Your Online Friends</a></li>
<li><a href='http://www.marketingroiordie.com/2009/08/27/email-marketing-provides-best-marketing-roi/' rel='bookmark' title='Permanent Link: Email Marketing Provides BEST Marketing ROI?'>Email Marketing Provides BEST Marketing ROI?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marketingroiordie.com/wp-content/uploads/2010/03/throwing_money.png"><img class="alignnone size-full wp-image-597" title="throwing_money" src="http://www.marketingroiordie.com/wp-content/uploads/2010/03/throwing_money.png" alt="" width="126" height="162" /></a> Last week I attended the <a title="Digiday Daily" href="http://www.digidaydaily.com/" target="_blank">Digiday Social</a> conference in Universal City, California.  One of the topics that stood out to me was a presentation on &#8220;cause marketing.&#8221;  There are two different types of cause marketing that I would like to discuss, brand value alignment and sponsorships or microsponsorships.</p>
<p><span id="more-590"></span>At Digiday Social, a case study was presented by <a title="imc2" href="http://www.imc2.com/" target="_blank">imc2</a> for Secret deodorant, a brand they have been working with since 2003.  The first type of cause marketing is finding something of marketing interest that resonates with the core values of the brand.  For example, Secret&#8217;s core brand value is &#8220;empowering women&#8221; so imc2 latched on to Lindsey Van&#8217;s petition to allow women to participate in ski jumping in the 2014 Olympic Winter Games (visit <a title="Let Her Jump" href="http://www.letherjump.com" target="_blank">LetHerJump.com</a> to sign the petition).  The commercial, which can be seen <a title="Secret Deodorant Video" href="http://www.youtube.com/user/SecretDeo" target="_blank">here on YouTube</a>, resonated with the Digiday audience and received a round of applause, to which the speaker was unabashedly flattered.  Although the YouTube video has only received 1,500+ views, the company forwarded the LetHerJump domain to their Facebook page, which was smart.  The Page has nearly 40,000 Facebook Fans, which can be marketed to repeatedly (although this should be done well, which is a whole other challenge).</p>
<p style="padding-left: 30px;">As a side note, another speaker at DigiDay pointed out how the advent of social sites such as Facebook has created the opportunity to constantly market to an audience, which on the plus side can increase Lifetime Customer Value (discussed in a <a title="How to Calculate and Increase Lifetime Customer Value" href="http://www.marketingroiordie.com/2009/11/08/how-to-calculate-and-increase-lifetime-customer-value/" target="_blank">previous post</a>) but on the down side makes it harder to evaluate the affects of a particular marketing campaign.</p>
<p>In order to effectively implement the brand-alignment kind of cause marketing, several steps need to be achieved through primary research (if you need assistance, the company I work with, <a title="C.A. Walker Research Solutions" href="http://www.cawalker.com" target="_blank">C.A. Walker</a>, does this).  First, you must know what values you would like the brand to stand for, then you can use surveying to evaluate your brand&#8217;s values currently in the mind of the target markets (if any), and whether the values you would like to have associated with the brand would be acceptable in the mind of the target(s).  You can also ask what nonprofits, if any, they donate their time to so you can determine those you may want to evaluate if their brand values are in-line with yours.  From there, you need to create opportunities to attach the brand value to a particular nonprofit objective and market it.  Lastly, you should then re-test the market post-campaign to see what lift was created in terms of brand value awareness, brand loyalty, likelihood to purchase/switch from a competitor, etc.</p>
<p>In the instance of the Secret campaign, although I was one of the persons clapping for the video&#8217;s message at Digiday, if they were to ask me I would tell them it did not move the needle much towards me purchasing their product (this is why it&#8217;s always good to test campaigns!).  While it had some positive lift in my understanding and appreciation of the brand&#8217;s objectives,  there are other factors at play when it comes to my decision to purchase deodorant that, if I became a Facebook Fan based on this campaign, would still not be communicated.  The campaign needs to be reinforced by standard product feature marketing, including price, whether it goes on clear, effectiveness and possibly also scent.  Ways they could swing my vote are:</p>
<ol>
<li>Allow me to buy a sample size <span style="text-decoration: underline;">before committment</span> of the next several months of my armpits to their product, or send me a free trial in the mail or via in-store handout.</li>
<li>Package trial-sized versions of different scents together, so I could determine which of <span style="text-decoration: underline;">several options</span> I prefer.</li>
</ol>
<p>The second type of cause marketing is the more typical &#8220;sponsorship,&#8221; expected to grow 6% over the next year to $1.61 billion, according to a recent IEG Sponsorship Report.  Much marketing discussion recently has centered on the increase in &#8220;microsponsorships,&#8221; which is the giving, by a company/brand, of a few hundred or few thousand dollars to consumers to fund pet projects.  There are pluses and minuses to the trend, specifically (numbers correspond to sources at bottom):</p>
<p>Pluses:</p>
<ul>
<li>Well-conceived programs can be priceless, both in terms of the value they provide society and the business benefits they bestow on the corporations and brands that undertake them.1</li>
<li>They can be a truthful, sustaining, committed approach to improving the environment and people’s lives.1</li>
<li>More marketers are latching on to this, and rightfully so, because there is more transparency in where the money is going.2</li>
<li>For some marketers, microsponsorships present a much-needed icebreaker in social media.2</li>
<li>Sponsorships may be more market research than marketing campaign.2</li>
<li>They build databases of those consumers applying for grants or voting&#8230;so marketers can reach out to them in more meaningful ways.2</li>
<li>79% of consumers say they would be likely to switch from one brand to another (when price and quality are about equal) if the other brand is associated with a good cause.2</li>
</ul>
<p>Minuses:</p>
<ul>
<li>Too often we see marketers adopt causes just for the sake of having one, which often results in a mismatch between the cause’s purpose and the marketer’s [reason for being].1</li>
<li>Causes appear to be a convenient charity upon which a brand can piggyback to goose its Facebook friend count or incite some quick blogger hits.1</li>
<li>Just as consumers quickly saw through the rampant green-washing of the past decade, brand beware: They’ll see through your cause-washing, too.  And even if they don’t, they’ll forget about you and what your brand stands for when you move onto the next shiny marketing idea.1</li>
<li>Too often companies view cause efforts as a tax they must pay.2</li>
<li>Even tiny sponsorships have to be closely associated with your brand&#8230;whatever you decide to pursue can&#8217;t be an isolated campaign.  It has to tie into a bigger program that attracts people with similar values and those have got to be clearly stated.2</li>
<li>Microsponsorships make it easy to &#8220;lose control of the brand,&#8221; especially when doling out small sums to far-flung strangers.2</li>
<li>One downside of these programs is that they are &#8220;just pecking away&#8221; at big problems.2</li>
<li>For people to be more engaged is generally a good thing, but what are the tradeoffs if people think, &#8220;I&#8217;ve voted for this; I&#8217;ve spent half an hour online looking at these projects and signing petitions, so I&#8217;ve done my civic duty.&#8221;2</li>
<li>Often microsponsorships lack focus, and it&#8217;s difficult to determine ROI.  The most successful sponsorships are long-term, sustained sponsorships. Microsponsorships fly in the face of that. It&#8217;s the equivalent of unfocused granting. You want to have an impact on a cause and be given credit for that impact.2</li>
</ul>
<p>One of the largest and well-known microsponsorship campaigns currently is <a title="Pepsi Refresh" href="http://www.refresheverything.com/" target="_blank">Pepsi Refresh</a>.  In order to address the issue of hard-to-define ROI, &#8220;Pepsi is employing a battery of diagnostics, including gauging of brand-equity measures that correlate with volume. The brand has also partnered with Good, Global Giving and Do Something, third parties that are on-board to ensure quality and credibility. As for getting the word out about the brand&#8217;s impact, there are plans to profile the grant winners and highlight what they&#8217;ve accomplished with the money later this year.&#8221;2</p>
<p>An upcoming microsponsorship campaign by Prilosec OTC is one to keep your eyes on also.  Read <a title="Prilosec Works to Become 'Sponsor of Everything'" href="http://steinerkierce.blogspot.com/2010/02/prilosec-works-to-become-sponsor-of.html" target="_blank">Prilosec Works to Become &#8216;Sponsor of Everything&#8217;</a> for more on their efforts.</p>
<p>1 AdAge -  <a title="AdAge Cause Campaigns Must Benefit Brand and Greater Good" href="http://www.shorthousesolutions.com/blog/?page_id=205" target="_blank">Cause Campaigns Must Benefit Brand and Greater Good</a></p>
<p>2 AdAge &#8211; <a title="AdAge Cause Effect: Brands Rush to Save World One Deed at a Time" href="http://adage.com/article?article_id=142338" target="_blank">Cause Effect: Brands Rush to Save World One Deed at a Time</a></p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2010%2F03%2F14%2Fhow-to-do-sponsorship-marketing%2F&amp;linkname=How%20To%20Do%20Sponsorship%20Marketing"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>Related posts:<ol><li><a href='http://www.marketingroiordie.com/2009/09/05/evaluting-the-roi-of-your-online-friend/' rel='bookmark' title='Permanent Link: Evaluating the ROI of Your Online Friends'>Evaluating the ROI of Your Online Friends</a></li>
<li><a href='http://www.marketingroiordie.com/2009/08/27/email-marketing-provides-best-marketing-roi/' rel='bookmark' title='Permanent Link: Email Marketing Provides BEST Marketing ROI?'>Email Marketing Provides BEST Marketing ROI?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2010/03/14/how-to-do-sponsorship-marketing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Design Online Ads Using Google Display Ad Builder</title>
		<link>http://www.marketingroiordie.com/2009/12/20/how-to-design-online-ads-using-google-display-ad-builder/</link>
		<comments>http://www.marketingroiordie.com/2009/12/20/how-to-design-online-ads-using-google-display-ad-builder/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 22:21:08 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Google AdSense]]></category>
		<category><![CDATA[Google Display Ad Builder]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=554</guid>
		<description><![CDATA[Designing display ads is one of the more difficult undertakings in online advertising.  In this post, I review the free Google AdWords Display Ad Builder.


Related posts:<ol><li><a href='http://www.marketingroiordie.com/2009/11/15/increase-your-website-roi-with-google-adsense-and-admanager/' rel='bookmark' title='Permanent Link: Increase Your Website ROI With Google AdSense and AdManager'>Increase Your Website ROI With Google AdSense and AdManager</a></li>
<li><a href='http://www.marketingroiordie.com/2009/09/05/evaluting-the-roi-of-your-online-friend/' rel='bookmark' title='Permanent Link: Evaluating the ROI of Your Online Friends'>Evaluating the ROI of Your Online Friends</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marketingroiordie.com/wp-content/uploads/2009/12/google_display_ad_builder.png"><img class="alignnone size-full wp-image-559" title="google_display_ad_builder" src="http://www.marketingroiordie.com/wp-content/uploads/2009/12/google_display_ad_builder.png" alt="" width="245" height="66" /></a>Designing display ads is one of the more difficult undertakings in online advertising.  In this post, I review the free <a title="Google AdWords Display Ad Builder" href="http://www.google.com/adwords/displayadbuilder/" target="_blank">Google AdWords Display Ad Builder</a>.</p>
<p><span id="more-554"></span></p>
<p>First off, you should watch their <a title="Google AdWords Display Ad Builder Demo" href="http://www.youtube.com/watch?v=_yJL-nAy4Dc&amp;feature=PlayList&amp;p=71D33ACB82C2D39A&amp;index=0" target="_blank">demo</a> to see how <a title="Google AdWords Display Ad Builder" href="http://www.google.com/adwords/displayadbuilder/" target="_blank">Google AdWords Display Ad Builder</a> works.  When I first log into <a title="Google AdWords" href="https://adwords.google.com" target="_blank">Google AdWords</a>, I am presented with  &#8220;create a new campaign.&#8221;  I enter a name for the campaign and then select where I would like the ad to be seen. What&#8217;s interesting here is that I can choose to target businesses if I am creating an ad for a B2B operation.  If so, I can then connect to the <a title="Google Local Business Center" href="http://www.google.com/local/add/businessCenter?gl=US&amp;hl=en-US" target="_blank">Google Local Business Center</a>, if a business owner, or add addresses manually, if not.  If a B2C operation, I  can instead choose to target by demographics, male/female and age range only.</p>
<p>I then select the <a title="Google Network" href="https://adwords.google.com/support/aw/bin/topic.py?topic=16010&amp;ctx=tltp" target="_blank">networks</a> I want to run in and on what devices, desktops/laptops and/or mobile.  I then decide if I want to pay on a CPC (cost per click), CPA (cost per acquisition), or CPM (cost per thousand impressions) basis.  If I want CPA, it directs me to setup conversion tracking on the Reporting tab, meaning, I will pay only if there is a sale, signup, lead generated, or view of a specific page.  This step provides conversion tracking code that has to be added to the web page.  I then enter a budget for the campaign per day, if CPC I enter a bid limit, and start and end dates.  Lastly, I can also choose to cap frequency, meaning, the same person won&#8217;t see the ad or &#8220;ad group&#8221; more than once per day, per week or per month.</p>
<p>Once I have saved my options, on the next screen I can choose to create a text, image or mobile ad, or select <a title="Google AdWords Display Ad Builder" href="http://www.google.com/adwords/displayadbuilder/" target="_blank">Google AdWords Display Ad Builder</a>.  I then enter keywords (and negative keywords) manually or upload a spreadsheet (see my blog post <a title="Free Keyword Suggestion Tools" href="http://www.marketingroiordie.com/2009/12/06/free-keyword-suggestion-tools/" target="_blank">Free Keyword Suggestion Tools</a> for help with this step).  Pressing the &#8220;estimate search traffic&#8221; button, I will see what Google figures my average cost per day would be, given the maximum CPC and budget entered previously.  Lastly, I can enter specific websites that I would like to show the ad (see my blog post <a title="Manage Your Advertising ROI with Google AdPlanner" href="http://www.marketingroiordie.com/2009/11/22/manage-your-advertising-roi-with-google-adplanner/" target="_blank">Manage Your Advertising ROI with Google AdPlanner</a> for help with this step).<a title="Google AdWords Display Ad Builder" href="http://www.google.com/adwords/displayadbuilder/" target="_blank"><br />
</a></p>
<p>Finally, I&#8217;m now at the step to create the display ad.  My options are: create an ad for a currently hosted YouTube video, place a 15 or 30 second video ad within video publisher content, create a click-to-play video creative, create a &#8220;roll-over showcase,&#8221; &#8220;tabbed showcase,&#8221; &#8220;scrolling showcase,&#8221; &#8220;peel effect,&#8221; or slideshow.  They also have various templates for seasonal ads or for companies that specialize in education, entertainment, financial, retail, technology and travel.  Lastly, they offer &#8220;people&#8221; ads with, what else, people in them doing things like pointing, running, hugging and dancing.  You can even select to see those ads that offer the highest click-throughs.</p>
<p>If you&#8217;re wondering where these ads will show up, there is information <a title="Google AdWords - where will ads appear" href="https://adwords.google.com/support/aw/bin/answer.py?answer=6119&amp;cbid=-auw5bvnog2ew&amp;src=cb&amp;lev=answer" target="_blank">here</a> on the Google Network, Gmail, Search Network (Google search results pages and the search results pages of Google&#8217;s search partners), Content Network, and Content Network Partners.  Also, remember you can specify locations in the earlier step.</p>
<p>A new development in <a title="Google AdWords Display Ad Builder" href="http://www.google.com/adwords/displayadbuilder/" target="_blank">Google AdWords Display Ad Builder</a> you should be aware of is their recent acquisition of <a title="Teracent" href="http://teracent.com/" target="_blank">Teracent</a>.  You will soon be able to setup &#8220;intelligent display advertising&#8221; to have multiple elements within the same ad that can be targeted to the recipient based on geographic location, language, the content of the website, the time of day or the past performance of different ads.  While dynamic ad serving is exciting, it will also create more work for those setting up campaigns and we will once again return to talks of multivariate testing (see my last post <a title="How To Test Landing Pages" href="http://www.marketingroiordie.com/2009/12/13/how-to-test-landing-pages/" target="_blank">How To Test Landing Pages</a> for more on this).</p>
<p>A couple of useful articles:</p>
<ul>
<li><a title="How to link Google Analytics goals and transactions to AdWords Conversion Tracking" href="http://adwords.google.com/support/aw/bin/answer.py?hl=en&amp;answer=105598" target="_blank">How to link Google Analytics goals and transactions to AdWords Conversion Tracking</a></li>
<li><a title="How to import Google Adwords campaigns into Yahoo and MSN" href="http://www.cdfnetworks.com/how-to-import-google-adwords-campaigns-into-yahoo-and-msn/" target="_blank">How to import Google Adwords campaigns into Yahoo and MSN</a></li>
</ul>
<p>Lastly, if you have website content that is new every day or can be used frequently, such as a blog, news feed, map, calculator, videos or games, you might consider creating a <a title="Google Gadgets" href="http://www.google.com/adwords/gadgetads/index.html" target="_blank">Google Gadget</a> ad.  There are <a title="Google Gadget - how to go about building one" href="http://www.google.com/webmasters/gadgets/about/templates.html" target="_blank">multiple ways</a> to go about building a Gadget, including using their templates and wizards.  It says on their site, &#8220;To get started, all you need         is a basic understanding of HTML. We will teach you all you need         to know about XML to write gadgets. Later, as you write more sophisticated         gadgets, you will probably want to learn some JavaScript if you&#8217;re         not familiar with it already.&#8221;</p>
<p>If you use the tools that I have shared with you today, I&#8217;d love for you to come back and tell me your experience and how well it worked for you in achieving marketing ROI.</p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2009%2F12%2F20%2Fhow-to-design-online-ads-using-google-display-ad-builder%2F&amp;linkname=How%20To%20Design%20Online%20Ads%20Using%20Google%20Display%20Ad%20Builder"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>Related posts:<ol><li><a href='http://www.marketingroiordie.com/2009/11/15/increase-your-website-roi-with-google-adsense-and-admanager/' rel='bookmark' title='Permanent Link: Increase Your Website ROI With Google AdSense and AdManager'>Increase Your Website ROI With Google AdSense and AdManager</a></li>
<li><a href='http://www.marketingroiordie.com/2009/09/05/evaluting-the-roi-of-your-online-friend/' rel='bookmark' title='Permanent Link: Evaluating the ROI of Your Online Friends'>Evaluating the ROI of Your Online Friends</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2009/12/20/how-to-design-online-ads-using-google-display-ad-builder/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Test Landing Pages</title>
		<link>http://www.marketingroiordie.com/2009/12/13/how-to-test-landing-pages/</link>
		<comments>http://www.marketingroiordie.com/2009/12/13/how-to-test-landing-pages/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 04:59:46 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Segmentation]]></category>
		<category><![CDATA[A/B Testing]]></category>
		<category><![CDATA[Google Website Optimizer]]></category>
		<category><![CDATA[ion interactive LiveBall]]></category>
		<category><![CDATA[Landing Page Optimization]]></category>
		<category><![CDATA[Multivariate Testing]]></category>
		<category><![CDATA[PPC Campaigns]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=530</guid>
		<description><![CDATA[Testing is an important step of evaluating effectiveness of online advertising.  In this post, I look at how to test landing pages for optimal conversion rates.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-541" title="multiple_choice" src="http://www.marketingroiordie.com/wp-content/uploads/2009/12/multiple_choice.png" alt="multiple_choice" width="164" height="178" />Testing is an important step of evaluating effectiveness of online advertising.  In this post, I look at how to test landing pages for optimal conversion rates.</p>
<p><span id="more-530"></span></p>
<p>You may have heard of A/B or A/B/n Testing (&#8220;n&#8221; refers to the number of &#8220;cells&#8221; or groups of people who will see the landing page).  In this type of test, you create minimally two differing versions of your landing pages &#8220;A&#8221; versus &#8220;B&#8221; (and &#8220;C,&#8221; &#8220;D,&#8221; and so on) to see which outperforms.  You then serve the landing pages on an equal basis to the cells, and use cookies to make sure someone sees the same page again if returning.  Typically those who use A/B tests are testing wildly different landing pages, including number of images, copy and paths.</p>
<p>Multivariate testing involves testing the same landing page but with different elements on the page.  Essentially, you are swapping out images, buttons and text when you are certain you&#8217;ve chosen the best design layout from your A/B tests.</p>
<p>It is important to consider statistical significance when testing landing pages.  You want to make sure that you have served the landing page to a large enough sample size in each cell before inferring any conclusions. The company I work with, <a title="C.A. Walker Research Solutions" href="http://www.cawalker.com" target="_blank">C.A. Walker</a>, provides a <a title="C.A. Walker Sample Size Calculator" href="http://cawalker.com/sample-size-calculator-cawalker.html" target="_blank">sample size calculator</a> on its site that is helpful for this.  First, you enter the confidence level &#8211; typically 90% or 95%  &#8211; then enter your maximum allowable error &#8211; typically 5% or 10%.  If you&#8217;re not sure which to use, go with a 95% confidence and 5% error level.</p>
<p>Population size is a bit more tricky.  You can try searching online for a population size, e.g. &#8220;population size of [target] in [your city or nation],&#8221; and see what research surfaces that you can use.  If you are in the U.S., you can try finding your population size on the Census Bureau&#8217;s <a title="U.S. Census Bureau Population Estimates" href="http://factfinder.census.gov/home/en/official_estimates_2008.html" target="_blank">Population Estimates</a> page.  For example, if I want to geotarget an ad to Los Angeles women, I can see from the <em>Age, sex, race, and Hispanic origin</em> estimates under <a title="U.S. Census Bureau Population Estimates" href="http://factfinder.census.gov/home/en/official_estimates_2008.html" target="_blank">Population Estimates</a> that there are 9.8 million people living in LA and 4.9 million of them are female.  Plugging this into the  calculator, the sample size is 384.  Therefore, I would need to test each landing page on a minimum of 384 women in order to infer conclusions.</p>
<p>Another way to look at this is using Marketo&#8217;s <a title="Marketo Landing Page Version Calculator" href="http://www.marketo.com/b2b-marketing-resources/landing-page-test-calculator.php" target="_blank">Landing Page Version Calculator</a>, which allows you to enter the number of expected conversions per day and your confidence level to get back either the number of test versions you can have or the length of the test you need to allow.  If I enter 100 conversions per day at a 95% confidence level and 30 days for the test, it says I can run 13 versions of a landing page to generate statistically valid results.</p>
<p><a title="Google Website Optimizer" href="www.google.com/websiteoptimizer" target="_blank">Google&#8217;s Website Optimizer</a> is a free tool you can use for landing page testing.  To do so, you setup a &#8220;new experiment,&#8221; choose either A/B or multivariate testing, create and publish different versions of your test page at unique URLs, and then also create and publish a &#8220;thank you&#8221; page that users reach after they&#8217;ve completed a successful conversion.  You then add tags to your pages so Google can track.  From Google&#8217;s <a title="Google Adding Tags Help" href="http://www.google.com/support/websiteoptimizer/bin/topic.py?hl=en&amp;topic=14317" target="_blank">Adding Tags</a> help page, &#8220;If you&#8217;re running a multivariate experiment, you&#8217;ll need to add tags to both your test page and your conversion page. If you&#8217;re running an A/B experiment, you&#8217;ll need to add tags to your original page, all test page variations, and your conversion page. You can find detailed instructions for adding all the tags in our Installation Guides for <a href="http://www.google.com/support/websiteoptimizer/bin/answer.py?answer=61144">multivariate experiments</a> and <a href="http://www.google.com/support/websiteoptimizer/bin/answer.py?answer=71362">A/B experiments</a>, as well as information about how to deal with tags in relation to shared headers and existing HTML code.&#8221;  Website Optimizer will then provide you with a <a title="Google Website Optimizer Reports" href="http://www.google.com/support/websiteoptimizer/bin/topic.py?hl=en&amp;topic=14328" target="_blank">report</a> on your tests to see how well each combination or variation is performing.</p>
<p>If the idea of creating multiple landing pages and managing tags sounds about as much fun as a root canal, then consider your paid options.  I recently demo&#8217;d <a title="ion interactive LiveBall" href="http://www.ioninteractive.com/" target="_blank">ion interactive&#8217;s LiveBall</a> product, which does much of the work for you and is fully hosted on their site.   Their pricing starts at $1,295 a month for unlimited number of landing pages and 10,000 visitors per month, and goes down if you get more traffic than that.  For that price, they start you off with 12 landing pages complete with forms and images relevant to your industry; all you have to do is add copy.  They also include 15 templates that you can use to change the look-and-feel of your pages on the fly. The templates are designed around 1 theme for each brand, for each season, or for each client (if doing this for multiple clients) and include 1 stock image gallery for each business (or you can use your own images).</p>
<p>If you want them to design your landing pages for you, they offer that service for an extra monthly fee or on an ad-hoc basis.  They say some of their clients opt for the extra service for the first several months in order to build up their library and then do it themselves from there.</p>
<p>When you log in to their service as a client, the first thing you see is a dashboard to monitor real-time results of your landing page effectiveness.  Your landing pages are represented by bubbles on a grid:  the larger the bubble the more traffic you&#8217;ve received for that particular landing page, and the higher on the grid the better the conversion rate.  In addition, the bubble are &#8220;live&#8221; meaning you can click on them for greater detail on that campaign.</p>
<p><img class="alignnone size-full wp-image-536" title="liveball1" src="http://www.marketingroiordie.com/wp-content/uploads/2009/12/liveball1.png" alt="liveball1" width="560" height="492" /></p>
<p>To use the LiveBall system, you first create a &#8220;portfolio,&#8221; then &#8220;campaign,&#8221; then add a &#8220;path&#8221; to the campaign that is either new &#8211; chosen from the optional &#8220;frameworks&#8221; provided &#8211; or you can choose to copy a path over from another portfolio or campaign.  A &#8220;path&#8221; is simply the series of pages that a person sees during the conversion process, which can be as simple as Page A and then the &#8220;thank you&#8221; page, or you can add intermediate pages that tries to upsell other products. I&#8217;m not sure how exactly, but was told their system also segments users to deliver robust landing paths/experiences. <span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;"> </span></p>
<p><img class="alignnone size-full wp-image-537" title="liveball2" src="http://www.marketingroiordie.com/wp-content/uploads/2009/12/liveball2.png" alt="liveball2" width="580" height="496" /></p>
<p>To add a page, you select from the pre-determined master pages provided, change out the nonsense text and remove areas you don&#8217;t want to use.  In addition, 3 forms are provided for you but are easily editable.</p>
<p><img class="alignnone size-full wp-image-538" title="liveball3" src="http://www.marketingroiordie.com/wp-content/uploads/2009/12/liveball3.png" alt="liveball3" width="584" height="410" /></p>
<p>The last step is selecting the traffic source, e.g. Google, and it creates a unique URL for each traffic source for you.  Here you can also choose to &#8220;auto-optimize&#8221; your landing pages, meaning that the system will determine when the pages reach statistical significance and pull poor-performing landing pages for you.  You can also set it up to send people to another page when statistical significance is reached for that particular traffic source.</p>
<p>They also provide for you &#8220;advanced rules&#8221; (conditional logic) on the page or content level – 20 conditions, 15 actions.  They are useful for geotargeting – substituting content on a page based on the region coming from &#8211; or previous action,  such as adding the user&#8217;s specific search query into the page text or sending them to another page if they didn&#8217;t convert the first time they visited.</p>
<p>For reporting, you can view how a campaign is performing on a portfolio level, go into an individual campaign, or into individual paths.  The dashboard is dynamic, meaning you can easily switch from viewing your results as a tag table, a respondent funnel, a pie chart, or other options.  You can see other views there as well, such as which keywords are working best for you.</p>
<p><img class="alignnone size-full wp-image-539" title="liveball4" src="http://www.marketingroiordie.com/wp-content/uploads/2009/12/liveball4.png" alt="liveball4" width="430" height="306" /></p>
<p>So that&#8217;s my primer on how to test landing pages and what some of your free versus paid options are.  Some other resources I recommend on this topic are:</p>
<ul>
<li><a title="7 Best Tips to Create Landing Pages for PPC Campaigns" href="http://www.quickonlinetips.com/archives/2009/11/create-landing-pages/" target="_blank">7 Best Tips to Create Landing Pages for PPC Campaigns</a></li>
<li><a title="The Cost of Landing Page Optimization" href="http://searchenginewatch.com/3635469" target="_blank">The Cost of Landing Page Optimization</a></li>
<li><a title="Landing Page Testing: How to test and what to test" href="http://www.ppchero.com/landing-page-testing-how-to-test-and-what-to-test/" target="_blank">Landing Page Testing: How to test and what to test</a></li>
<li>Autonomy&#8217;s <a title="Autonomy Maximize Landing Page Performance" href="http://www.interwoven.com/components/static/landing_pages/optimost/landing_page_optimization.html?WT.Srch=1" target="_blank">Best Practices for Optimizing Landing Page Performance</a>, who have their own <a title="Autonomy Landing Page Solution" href="http://www.interwoven.com/components/pagenext.jsp?topic=SOLUTION::OPTIMIZED_PAGE" target="_blank">landing page solution</a></li>
<li>SiteSpect&#8217;s <a title="SiteSpect Best Practices for Site Optimization " href="http://www.sitespect.com/sitespect-resources.shtml" target="_blank">Best Practices for Site Optimization</a>, who have their own <a title="SiteSpect Landing Page Solution" href="http://www.sitespect.com/dynamic-landing-page-optimization.shtml" target="_blank">landing pages solution</a></li>
</ul>
<p>Happy ROI hunting!</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 749px; width: 1px; height: 1px;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<p class="MsoNormal">Removes putting Google website optimizer on landing pages</p>
</div>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2009%2F12%2F13%2Fhow-to-test-landing-pages%2F&amp;linkname=How%20To%20Test%20Landing%20Pages"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2009/12/13/how-to-test-landing-pages/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Free Keyword Suggestion Tools</title>
		<link>http://www.marketingroiordie.com/2009/12/06/free-keyword-suggestion-tools/</link>
		<comments>http://www.marketingroiordie.com/2009/12/06/free-keyword-suggestion-tools/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 03:22:45 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Search Marketing]]></category>
		<category><![CDATA[Free Keyword Tools]]></category>
		<category><![CDATA[Google AdWords Keyword Tool]]></category>
		<category><![CDATA[iSpionage]]></category>
		<category><![CDATA[PPC Campaigns]]></category>
		<category><![CDATA[PPC Web Spy]]></category>
		<category><![CDATA[SEM Rush]]></category>
		<category><![CDATA[SEO Book Keyword Suggestion Tool]]></category>
		<category><![CDATA[Tracking Guru]]></category>
		<category><![CDATA[WordTracker]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=510</guid>
		<description><![CDATA[Getting people to your website is often the first step in the challenge to create a sale.  In this post, I look at some free keyword search tools for use in search engine optimization and PPC (pay per click) advertising.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-517" title="search_magnifying_glass" src="http://www.marketingroiordie.com/wp-content/uploads/2009/12/search_magnifying_glass.jpg" alt="search_magnifying_glass" width="165" height="110" /> Getting people to your website is often the first step in the challenge to create a sale.  In this post, I look at some free keyword search tools for use in search engine optimization and PPC (pay per click) advertising.</p>
<p><span id="more-510"></span>I want to share with you the following free keyword research tools that I found to be helpful in developing keyword lists.</p>
<ul>
<li><a title="iSpionage" href="http://www.ispionage.com" target="_blank">iSpionage</a> &#8211; gives you 25 free keyword results than asks you to sign up for a 7 day trial for $1 to view more.  After the 7 days, they ask for <a title="iSpionage Pricing" href="http://www.ispionage.com/Pricing/" target="_blank">$49-$199 per month depending on the maximum daily query</a>.  This one gave me some good suggestions to add to my blog.</li>
<li><a title="PPC Web Spy" href="http://www.ppcwebspy.com/downloads/?xc1b124" target="_blank">PPC Web Spy</a> &#8211; download this Firefox add-on and then do a keyword search in <a title="Google" href="http://www.google.com" target="_blank">Google</a>.  In the bottom right corner of your screen there will now be the words <a title="PPC Web Spy" href="http://www.ppcwebspy.com/downloads/?xc1b124" target="_blank">PPC Web Spy</a>, which you can toggle on and off.  When toggled on, all sponsored/paid search engine results will now have the button underneath &#8220;View Keywords,&#8221; which will allow you to see which terms that site is bidding on, the position of the ad on the keyword (the ad with the highest Ad Rank appears in the first position), average and maximum CPC (cost per click), which is helpful if you are doing PPC, clicks on that keyword per day and cost per day.  The limitation is 10 keywords before they want you to pay for the tool, but still it&#8217;s pretty insightful.
<ul>
<li>Note when downloading the free tool, it asks two or three times if you want to accept a discount  now to upgrade to the full version.  At the bottom of the pages you can bypass this.</li>
</ul>
</li>
<li><a title="SEM Rush" href="http://www.semrush.com" target="_blank">SEM Rush</a> &#8211; Once registered, you can search on a domain or keyword to get a list of 11 results before they ask you to upgrade.  It provides Volume (average number of queries of this keyword in a month), CPC, Competition (competition of advertisers in AdWords for that term, the higher the number the higher the competition), and Results (The number of pages in search results for this query).  To view more results they want<a title="SEM Rush pricing" href="http://www.semrush.com/limit.html" target="_blank"> $20-$500 per month depending on the maximum daily query.</a></li>
<li><a title="SEO Book Keyword Suggestion Tool" href="http://tools.seobook.com/keyword-tools/seobook/" target="_blank">SEO Book Keyword Suggestion Tool</a> &#8211; Simply enter a keyword in their search bar after you register to  get a list of keywords terms, powered by <a title="WordTracker" href="http://www.wordtracker.com/" target="_blank">Wordtracker</a>, being searched on in Google, MSN and Yahoo and their daily estimates of traffic.  The keyword terms in the results are live, meaning you can click on those you feel are appropriate to delve further into those terms.  I like this tool and have used it quite a bit, but a couple of drawbacks: after a certain number of searches it will ask you to answer really simple questions (they give you the answers) in order to make sure you&#8217;re not a &#8220;bot,&#8221; and their &#8220;sign up for blog updates&#8221; thing keeps jumping from the bottom to the middle of the page.  You can scroll to get it back down at the bottom but it&#8217;s annoying.</li>
<li><a title="Google AdWords Keyword Tool" href="https://adwords.google.com/select/KeywordToolExternal" target="_blank">Google AdWords Keyword Tool </a>- Of course Google has their own keyword tool, which provides comprehensive results for a domain or keyword term.  It gives you Competition (shaded green bar as a general guide to help you determine how competitive ad placement is for a particular keyword), Local Search and Global Search Volume (searches per month &#8211; currently October &#8211; specific to your targeted country and language as well as your selection from the Match Type menu &#8211; broad, exact, etc.).  You can also choose to add a few columns such as Estimated Ad Position and CPC, but when I tried to add one it crashed Firefox.  Lastly, from here you can also add the resulting terms directly into your AdWords account if you want to bid on them.</li>
<li><a title="Tracking Guru" href="http://www.trackingguru.com" target="_blank">Tracking Guru</a> &#8211; Once you&#8217;ve got a good list of keywords for your site, in this tool you can create a &#8220;project&#8221; (i.e. your domain name) and enter the keywords for &#8220;keywords tracking.&#8221;  First, create a new project then click on &#8220;Rankings&#8221; and add your keywords as a list (no commas, one per line).  Lastly, click on &#8220;Live Update My Rank&#8221; and it will go through your keyword list one by one, telling you which pages on your site rank well for those terms.  However in my case, when it hit the 15th term it said &#8220;Updating Keyword Rank. Please Wait&#8230;&#8221; but did not proceed.  I sent a note to technical support letting them know of the problem.  From what it did show me, I can see I&#8217;ve got some work to do on my blog pages&#8217; keywords!  You can also enter several competitive sites and see their rankings on your terms next to yours.</li>
</ul>
<p>A final comment that I&#8217;d like to make is to be sure to consider negative keywords, those you want to exclude from results.  From <a title="Negative Keywords are Vital for High Search Marketing ROI" href="http://www.wordstream.com/blog/ws/2009/10/01/negative-keyword-discovery-roi" target="_blank">Negative Keywords are Vital for High Search Marketing ROI</a>, it says &#8220;From a pay-per-click perspective, negative keywords are terms that might match your ad but which you don&#8217;t want to bid on. For example, if you&#8217;re running a PPC campaign for a stationery store, you might have an ad group for the keyword &#8216;notebooks.&#8217; If you&#8217;re using the broad match option to catch long-tail variations like &#8216;bulk reporter&#8217;s notebooks&#8217; and &#8216;back to school sale notebook paper,&#8217; you run the risk of matching for unrelated search queries like &#8216;notebook computers.&#8217;  To ensure that your ad doesn&#8217;t display for such irrelevant searches, you need to designate &#8216;computer&#8217; as a negative keyword in addition to &#8216;laptop,&#8217; &#8216;PC&#8217; and other computer-related terms.&#8221;</p>
<p>I hope this post was helpful in developing or reworking your keyword lists.  Next week I will be talking about developing landing pages for when you use your terms for PPC advertising.</p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2009%2F12%2F06%2Ffeel-keyword-suggestio-tools%2F&amp;linkname=Free%20Keyword%20Suggestion%20Tools"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2009/12/06/free-keyword-suggestion-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Rise of Engagement Marketing</title>
		<link>http://www.marketingroiordie.com/2009/11/29/the-rise-of-engagement-marketing/</link>
		<comments>http://www.marketingroiordie.com/2009/11/29/the-rise-of-engagement-marketing/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 05:26:11 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Twitter Marketing]]></category>
		<category><![CDATA[Engagement Design]]></category>
		<category><![CDATA[Engagement Marketing]]></category>
		<category><![CDATA[Experiential Marketing]]></category>
		<category><![CDATA[Guerrilla Marketing]]></category>
		<category><![CDATA[Tryvertising]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=483</guid>
		<description><![CDATA[I've been reading a lot lately about the "death" of traditional advertising and the rise of engagement marketing.  In this post I want to discuss engagement marketing, also known as engagement design, tryvertising, experiential marketing, and guerrilla marketing.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-488" title="gorilla" src="http://www.marketingroiordie.com/wp-content/uploads/2009/11/gorilla.jpg" alt="gorilla" width="100" height="150" />I&#8217;ve been reading a lot lately about the &#8220;death&#8221; of traditional advertising and the rise of engagement marketing.  In this post I want to discuss engagement marketing, also known as engagement design, tryvertising, experiential marketing, and guerrilla marketing.</p>
<p><span id="more-483"></span></p>
<p>Undeniably, the importance of traditional advertising has diminished as we have gained greater access to what our friends think, via social media.  People naturally place more weight on their experiences and their friends&#8217; experience with brands and products than on ads.  At the same time, our ability to block advertising is on the rise as well.  So what is a marketer to do to catch the attention of prospects and create a positive ROI on their marketing investments?</p>
<p>First, we have to understand why people behave the way they do when it comes to decision making.  In <a title="Advertising on the Brain" href="http://www.digitaltonto.com/2009/advertising-on-the-brain/" target="_blank">Advertising on the Brain</a> it states, people &#8220;have an emotional and a physical reaction, before we engage in rational thought.&#8221;  In other words, we feel first, react second, and think last (sound like anyone you know?).  Emotions are the connection between our feelings and our actions.  In the same article it says, &#8220;It would really come in handy to have a yellow highlighter pen in your brain that says &#8216;This is important, remember it.&#8217;  That’s what emotions are; a yellow highlighter pen in your brain. We can’t make decisions without them because emotions are our brain’s way of signaling importance biochemically.&#8221;  Bottom line, marketers have to affect people&#8217;s emotions in order to get them to act.</p>
<p>Most advertising fails to elicit positive emotions, which proceeds action.  Any negative emotion felt, intentional or not, is carried over as a negative towards the brand/product.  As example, I often see in my neighborhood an ad on bus benches that states &#8220;All work and no play makes Jack a great realtor!&#8221;  Every time I see it I want to pick up the phone and tell Jack that his ad stinks and he should hire a real marketer instead of trying to do it himself! The problem here is that we all know the phrase from childhood &#8220;all work and no play makes Jack a dull boy.&#8221; When I read Jack&#8217;s ad, I am reminded that he is a &#8220;dull boy,&#8221; and quite honestly I would never hire anyone who is &#8220;all work and no play.&#8221;  He must be burned out by now, and certainly is not one I&#8217;d entrust the purchase or sale of a home to.  Maybe he&#8217;d fall asleep in the middle of a transaction.  This was unintentional eliciting of a negative emotion, but what about intentional?</p>
<p>An ad on TV right now for the <a title="Sarah McLachlan Animal Cruelty Video" href="http://www.youtube.com/watch?v=9gspElv1yvc" target="_blank">ASPCA with a Sarah McLachlan song</a> playing in the background is intended to elicit a negative response, to get you to pick up the phone and donate to the organization.  The only problem is, I can&#8217;t stand it!  I have a weak spot for animals, and I will mute the TV in order to not cry.  Does it make me want to donate?  Not really.  I have enough pets that I &#8220;donate&#8221; to living in my own home, and I have trepidations about ASPCA because they are a kill-shelter.  If I had the funds to do so, I would rather donate to a no-kill shelter who I know is not taking my money to kill animals.  If I were them, I would take a different tactic to show me feel-good stories of the before and after of their animals being placed into homes successfully.  If I saw enough of those types of ads, I may change my feeling that the ASPCA kills more animals than they place, and they might actually open my wallet someday.  Or they could talk about community programs for low or no-cost spay/neuter and shots, and I&#8217;d be more inclined.  Or they could work hard to change apartment rental policies to not discriminate against pets, as they currently can&#8217;t against children without risking getting into trouble.  Anything but showing me horrible images of pathetic animals with sad eyes, that make me cringe and change the channel!</p>
<p>The rise of engagement advertising is simply this &#8211; marketers have to be mindful of the emotional reactions that they create, be authentic in creating positive emotional reactions, and make it easy for people to try their brand/product, thus (hopefully!) solidifying the positive emotion that makes them talk about their experience with others.  In <a title="Charting A Shift from Communications to Engagements" href="http://anidea.com/strategy/charting-a-shift-from-communications-to-services/" target="_blank">Charting A Shift from Communications to Engagements</a> it says, &#8220;The new marketing is about creating 360⁰ brand experiences, not messaging.  Consumers should buy into to your brand’s ideas, not just your product.  Instead of defining &#8216;Reasons To Believe&#8217;, you need to define &#8216;Reasons To Be.&#8217; &#8220;  Brands no longer are &#8220;contained in any communication or campaign, but rather is understood through its many touchpoints.&#8221;  Create enough positive touchpoints, and you create positive ROI.</p>
<p>Of course, creating multiple positive touchpoints requires a creative mind. You have to be willing to risk failure, and ideally allow a minimum of three months to test any marketing/advertising ideas to see what works.  It takes using your intuition, something women seem to utilize a little better than men, which explains to me why so many more women are in the marketing field than men.  No judgment here, just observing the facts. However, as stated in <a title="Reinventing the MBA: 4 Reasons to Mix Business With Design Thinking " href="http://www.fastcompany.com/blog/dev-patnaik/innovation/reinventing-mba" target="_blank">Reinventing the MBA: 4 Reasons to Mix Business With Design Thinking</a>, &#8220;An over-reliance on intuition is every bit as limited as management by the numbers.&#8221;  Really it takes both intuition and analytical thinking to create excellent engagement marketing experiences.  In addition, also stated in the same article, it takes humility and team-building skills as well as a willingness to be &#8220;always ready to praise&#8230;colleagues and friends.&#8221;</p>
<p>One of the ways we can utilize the principles of engagement marketing is through the use of &#8220;tryvertising.&#8221;  From <a title="Trendwatching tryvertising" href="http://trendwatching.com/trends/TRYVERTISING.htm" target="_blank">Trendwatching</a>, tryvertising  is defined as &#8220;[incorporating]&#8230;&#8217;obvious&#8217; activities like handing out product samples, and more subtle, integrated product placements that are part of an experience or solution. It&#8217;s everything from new-style sachets containing single servings of liquid products, to hotels partnering with luxury car makers to offer high end model test drives to guests during their stay&#8230;The challenge here has always been a certain lack of relevance: there&#8217;s no guarantee samples are tried out at the right time, in the right spot, and by the right target audience.  <span>So what about more targeted, more relevant new-style </span>tryvertising<span><span style="color: #ff9900;"><strong></strong></span>? Product placements that become part of the landscape, part of the real world where consumers hang out and certainly don&#8217;t mind trying something as long as it makes sense to them?&#8221;  Read the rest of </span><a title="Trendwatching tryvertising" href="http://trendwatching.com/trends/TRYVERTISING.htm" target="_blank">Trendwatching</a><span>&#8216;s introduction to tryvertising, to know how </span><span><strong></strong></span>Mercedes-Benz, Porsche, Mini Cooper, IKEA, Nike, Starbucks, HP and other brands are using it.</p>
<p>Experiential marketing is another way of saying engagement marketing.  As an aside, you may want to join the <a title="experiential forum" href="http://www.experientialforum.com/" target="_blank">Experiential Forum</a>, as I did, to join in the conversation about the latest-and-greatest in experiential marketing.  In <a title="The Last Campaign: How Experiences Are Becoming the New Advertising" href="http://adage.com/digitalnext/post.php?article_id=140388" target="_blank">The Last Campaign: How Experiences Are Becoming the New Advertising</a> it states, &#8220;65% of U.S. consumers report a digital experience changing their perception about a brand (either positively or negatively) and 97% of that group report that the same experience ultimately influenced whether or not they went on to purchase a product from that brand. In a nutshell, experience matters. A lot.  Of course, brands that were &#8216;born digital&#8217; intuitively know this. Google and Amazon are pioneering experiential brands. That&#8217;s why Amazon continues to pour money into improving its customer service rather than run traditional advertising or marketing campaigns. As Amazon CEO Jeff Bezos has said, &#8216;We are not great advertisers. So we start with customers, figure out what they want, and figure out how to get it to them.  Zappos&#8230;built its brand the same way, as has Facebook.&#8221;</p>
<p>Experience matters.  A lot.  If you have an amazing engagement campaign, but your retail staff aren&#8217;t plentiful enough, don&#8217;t know where anything is, or how to help you resolve your problem (<a title="Orchard Supply Hardware" href="http://www.osh.com" target="_blank">Orchard Supply Hardware</a>, this past weekend!), it matters.  A lot.  If your customer service reps don&#8217;t know how to handle the frustrated customer and act snotty, it matters.  A lot.  If your website makes it difficult to find what the person wants and see the price before they put the item in a digital basket, it matters.  A lot.  As marketers, we often have to step back, look at the entire process and be critical of how it works through the eyes of the customer.  It matters.  A lot.</p>
<p>Lastly, I want to talk about guerrilla marketing, which is also a form of experiential or engagement marketing.  The term guerrilla marketing has become a catch-all phrase for non-traditional marketing, but it really is its own form of disruptive marketing and we have opportunity as marketers to bring it into the world of digital media that we are now in.  As stated in <a title="Guerrilla Marketing Goes Tweet" href="http://www.adweek.com/aw/content_display/news/agency/e3i5bf1e98f0ce98d793b847d46cec22da6" target="_blank">Guerrilla Marketing Goes Twee</a>t, &#8220;People are focused on social media; they&#8217;re walking around with their smartphones and updating their statuses and tweeting. The more we give people opportunities to do that, the more exciting it is, such as creating art at an event where people can save it to their profiles&#8230;The more we can incorporate social technology into real-life events, the more people get excited about it.&#8221;</p>
<p>Marketers should be on the prowl to incorporate promotion of art into their work.  After all, art creates positive emotion, which begets action.  Not to mention, it helps those who are less business and more creative-minded earn a living.  To read more about guerrilla marketing tactics that companies are now using, I recommend the blogs <a title="Guerrilla Gorilla" href="http://guerrilla-gorilla.blogspot.com" target="_blank">Guerrilla Gorilla</a> and <a title="Guerrilla Communication Blog " href="http://blog.guerrillacomm.com/" target="_blank">Guerrilla Communication Blog</a>.  Google &#8220;guerrilla marketing&#8221; and you are sure to find much more.</p>
<p>I hope this post helped your thinking about creating positive emotional and experiential marketing tactics, resulting in the positive ROI you are looking for.</p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2009%2F11%2F29%2Fthe-rise-of-engagement-marketing%2F&amp;linkname=The%20Rise%20of%20Engagement%20Marketing"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2009/11/29/the-rise-of-engagement-marketing/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Manage Your Advertising ROI with Google AdPlanner</title>
		<link>http://www.marketingroiordie.com/2009/11/22/manage-your-advertising-roi-with-google-adplanner/</link>
		<comments>http://www.marketingroiordie.com/2009/11/22/manage-your-advertising-roi-with-google-adplanner/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 22:41:00 +0000</pubDate>
		<dc:creator>Rebekah</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Advertising Planning]]></category>
		<category><![CDATA[Google AdPlanner]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Media Planning]]></category>
		<category><![CDATA[Wordpress Advertising Manager]]></category>

		<guid isPermaLink="false">http://www.marketingroiordie.com/?p=462</guid>
		<description><![CDATA[Google AdPlanner was released as a beta in June of 2008.  In this post, I look at what AdPlanner can do and how to use it to manage your online advertising ROI.


Related posts:<ol><li><a href='http://www.marketingroiordie.com/2009/11/15/increase-your-website-roi-with-google-adsense-and-admanager/' rel='bookmark' title='Permanent Link: Increase Your Website ROI With Google AdSense and AdManager'>Increase Your Website ROI With Google AdSense and AdManager</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-471" title="Google_Ad_Planner_Logo" src="http://www.marketingroiordie.com/wp-content/uploads/2009/11/Google_Ad_Planner_Logo.jpg" alt="Google_Ad_Planner_Logo" width="275" height="51" />Google <a title="Google AdPlanner" href="www.google.com/adplanner/" target="_blank">AdPlanner</a> was released as a beta in June of 2008.  In this post, I look at what AdPlanner can do and how to use it to manage your online advertising ROI.</p>
<p><span id="more-462"></span></p>
<p>If you haven&#8217;t noticed, I&#8217;m entering a phase where I look at advertising ROI, since so much of marketing ROI hinges on measuring advertising.  I came across Google <a title="Google AdPlanner" href="www.google.com/adplanner/" target="_blank">AdPlanner</a> recently, and want to understand how it can help a marketer with their online ad planning to maximize returns.</p>
<p>The first thing I noticed is that as a Publisher, I can offer information that is pertinent to potential advertisers for my blog.  Clicking on the Publisher tab, I entered my site&#8217;s description, relevant categories, and what type and size advertising I accept.  I then allowed it to pull from <a title="Google Analytics" href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> my number of unique visitors, page views, total visits, average visits per visitor, and average time on the site.  At bottom of the Publisher page, it gives you the option to post a &#8220;badge&#8221; on your site.  I copied the generated code for the badge, went into my blog&#8217;s current Ads generated by the <a title="WordPress Advertising Manager" href="http://wordpress.org/extend/plugins/advertising-manager/" target="_blank">WordPress Advertising Manager</a> plugin (see my <a title="Increase Your Website ROI With Google AdSense and AdManager" href="http://www.marketingroiordie.com/2009/11/15/increase-your-website-roi-with-google-adsense-and-admanager/" target="_blank">previous post</a> for details) and edited the Google AdSense ad.   There is a space to enter code either before or after the ad; I put it after.  I also entered a break (&lt;br&gt;) before the code to push it down one line.  You can see the results on my blog, under Google AdSense, the button that says Google AdPlanner. This now allows someone who may be interested in conducting advertising to view my site&#8217;s information.</p>
<p>Back in AdPlanner, I clicked on the tab Research.  From here, there are two tabs, Search by Site and Search by Audience.  Search by Site allows you to search on specific websites that you are interested in advertising on.  If they are in the AdPlanner system, the basics entered about the site&#8211;description, categories, what ads they accept&#8211;show up.  What is different about this page than the one generated from linking through the badge, however, is the button &#8220;Add to Media Plan.&#8221;  It won&#8217;t do anything, however, until I create a Media Plan.</p>
<p>Clicking on the Media Plan tab, I click Create Media Plan, and entered a name for it.  Clicking back on Research, I can now hit the &#8220;Add to Media Plan&#8221; button and it shows up as a line item on my plan.  I could keep doing this website by website, but I want to  Search by Audience.  Here I see 50 of the top websites, with the option at bottom to change the view to see as many as 250 at once.  They order by largest number of unique visitors &#8211; <a title="Yahoo" href="http://www.yahoo.com" target="_blank">Yahoo</a> shows up first on the list with 130 million unique visitors, then <a title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a> (110M), <a title="MSN" href="http://www.msn.com" target="_blank">MSN</a> (56M), <a title="Myspace" href="http://www.myspace.com" target="_blank">Myspace</a> (50M &#8211; still?!), and it goes on from there.</p>
<p>There are options next to Audience where at each step the sites shown are reloading to match what is entered.  The first is by Geography (down to metro and then city level).  In interest of my friend&#8217;s hair styling business as previously discussed (see <a title="How to Calculate and Increase Lifetime Customer Value" href="http://www.marketingroiordie.com/2009/11/08/how-to-calculate-and-increase-lifetime-customer-value/" target="_blank">two posts ago</a> for details), I selected Venice, Santa Monica, Inglewood, Los Angeles and Marina del Rey.  Under language, I selected English and Spanish.  Under demographics, I entered the target my friend and I decided upon &#8211; women 25-54, with at minimum a high school degree, earning $25,000+.  The next, Sites Visited, is interesting as my friend wants to do styling for weddings, so I could choose to enter here that they have visited certain sites such as<a title="TheKnot" href="http://www.theknot.com/" target="_blank"> theknot.com</a>.  For my purposes today, I&#8217;ll leave this alone. The next, Keywords Searched, I could enter keywords such as &#8220;wedding planning,&#8221; &#8220;wedding dress,&#8221; and so on.  Again, for my purposes today I will leave this blank.  The next, Load Audience, holds predefined audiences to help you out, such as &#8220;Affluent $100k+,&#8221; &#8220;Auto Buyers,&#8221; Baby Boomers,&#8221; and so on.  Oh good, &#8220;Bride to Be&#8221; is in there &#8211; I will keep that in mind but left this blank for now.</p>
<p>The resulting list of websites from my filters are shown in order of largest percentage reach.  The top 5 are: <a title="Yahoo" href="http://www.yahoo.com/" target="_blank">Yahoo</a> at 76% reach,  <a title="Facebook" href="http://www.facebook.com/" target="_blank">Facebook</a> at 62%, <a title="MSN" href="http://www.msn.com/" target="_blank">MSN</a> at 35.3%, Live (which is now <a title="Bing" href="http://www.bing.com" target="_blank">Bing</a>) at 31.9%, and <a title="Amazon" href="http://www.amazon.com" target="_blank">Amazon</a> at 31.4%.</p>
<p>Under the Filter section, I can choose to rank them instead by Composition Index. If you don&#8217;t know, an Index is a way of looking the data where the result shows the number of times that a website delivers an audience, for example, the first on the list, <a title="LAMag" href="http://www.lamag.com" target="_blank">LAmag</a>, shows an index of 4000.  Divide 4000 by 100, and the resulting figure, 40, means that you are <span style="text-decoration: underline;">40 times more likely</span> to hit the audience that you are intending.  The next four on the list are <a title="LApublichealth.org" href="http://www.LApublichealth.org" target="_blank">LApublichealth.org</a> at 3700 (who would have thought?!), <a title="themls" href="http://www.themls.com" target="_blank">themls</a> at 3700 (the real estate directory), <a title="Discover Los Angeles" href="http://www.discoverlosangeles.com" target="_blank">discoverlosangeles</a> at 3300, and <a title="Los Angeles Restaurants" href="http://www.losangelesrestaurants.com" target="_blank">losangelesrestaurants</a> at 3100.  IMHO (in my honest opinion), I feel that the use of indices is better than the use of percentage reach.  In the case of my friend&#8217;s hair styling business, I feel I would throw out the <a title="themls" href="http://www.themls.com/" target="_blank">themls</a> and <a title="Los Angeles Restaurants" href="http://www.losangelesrestaurants.com/" target="_blank">losangelesrestaurants</a>, including instead the next two on the list, <a title="LA411" href="http://www.LA411.com" target="_blank">LA411</a> at 3000 and <a title="Los Angeles" href="http://www.losangeles.com" target="_blank">losangeles</a> at 2800.</p>
<p>A third way of looking at the results is to choose to Filter &gt; Best Match, which says &#8220;Displays a balance of large and small sites.&#8221;  The top five are <a title="themls" href="http://www.themls.com/" target="_blank">themls</a>, <a title="LAmag" href="http://www.LAmag.com" target="_blank">LAmag</a>, <a title="Discover Los Angeles" href="http://www.discoverlosangeles.com/" target="_blank">discoverlosangeles</a>, <a title="Ralphs" href="http://www.ralphs.com" target="_blank">ralphs</a>, and <a title="Los Angeles" href="http://www.losangeles.com/" target="_blank">losangeles</a>.  IMSO (in my subjective opinion), I will go with the Composition Index results.  I am only selecting six, as my friend doesn&#8217;t have a ton of money to spend.  With my background in advertising, I know that my friend can&#8217;t spread her money too thin.  I may cut it down once I see the cost and ROI on each site, but six seems a good place to start.</p>
<p>Under Filters &gt; Add Items, I can choose to also view Subdomains, Ad Placements, and whether the site is &#8220;<span>In Google Content Network,&#8221; in addition to those items already selected for you: Domains and Accepts Advertising.  I selected Ad Placements.  This now changes my Composition Index view so I can see the indices for each of the placements, so now my top six sites are: </span><a title="LAmag" href="http://www.lamag.com/" target="_blank">LAmag</a><span> (4400), </span><a title="LA411" href="http://www.la411.com/" target="_blank">LA411</a><span> (3700), </span><a title="themls" href="http://www.themls.com/" target="_blank">themls</a><span> &#8211; skipping, <a title="MyFoxLA Cityvoter" href="http://myfoxla.cityvoter.com/la-hotlist" target="_blank">MyFoxLA.CityVoter</a> (3700), <a title="LALife" href="http://www.lalife.com" target="_blank">LAlife</a> (3400), <a title="daytrippen" href="http://www.daytrippen.com" target="_blank">daytrippen</a> (3400), <a title="LAEater" href="http://la.eater.com/" target="_blank">LAeater</a> &#8211; skipping, and </span><a title="Discover Los Angeles" href="http://www.discoverlosangeles.com/" target="_blank">discoverlosangeles</a><span> (3300).</span></p>
<p><span>Under Filters &gt; Category I can further refine the results.  Here I can select Beauty &amp; Personal Care &gt; Beauty Magazines, Hair Care &amp; Products, Spas &amp; Beauty Services.  My top sites have changed again, and my top six are now <a title="ProjectWedding" href="http://www.projectwedding.com/" target="_blank">Projectwedding</a> &#8211; skipping, <a title="Long Hair Care Forum" href="http://www.longhaircareforum.com" target="_blank">longhaircareforum</a> (340), <a title="BellaSugar" href="http://www.bellasugar.com" target="_blank">bellasugar</a> (310), <a title="Womens Health Mag" href="http://www.womenshealthmag.com" target="_blank">womenshealthmag</a> (280), <a title="Total Beauty" href="http://www.totalbeauty.com" target="_blank">totalbeauty</a> (280), <a title="Fit Sugar" href="http://www.fitsugar.com" target="_blank">fitsugar</a> (280), and <a title="Hair Boutique" href="http://www.hairboutique .com" target="_blank">hairboutique </a>(280).  Although my indices are now smaller figures, my friend doesn&#8217;t have a lot of money to spend so these may prove adequate as far as value &#8211; reach vs. cost.</span></p>
<p><span>Under filters, ad specs, I can select the type of ad she will run and the size.  From my prior experience at AOL, I know that 728&#215;90&#8242;s (aka leaderboards) and 160&#215;600&#8242;s (aka skyscrapers), tend to perform best.  I&#8217;ll select Flash ads since I know how to develop in Flash.  Once again, my top six sites have changed: </span><span><a title="ProjectWedding" href="http://www.projectwedding.com/" target="_blank">Projectwedding</a></span><span> &#8211; skipping, </span><a title="Long Hair Care Forum" href="http://www.longhaircareforum.com/" target="_blank">longhaircareforum</a><span> (340), </span><span><a title="Total Beauty" href="http://www.totalbeauty.com/" target="_blank">totalbeauty</a> </span><span>(260), <a title="Elle" href="http://www.elle.com" target="_blank">elle</a> (210), <a title="hairfinder" href="http://www.hairfinder.com" target="_blank">hairfinder</a> (210), <a title="beauty.about" href="http://www.beauty.about.com" target="_blank">beauty.about</a> (210), and <a title="dailymakeover" href="http://www.dailymakeover.com" target="_blank">dailymakeover</a> (180).  I will now accept these and Add Selected to the plan I made earlier.</span></p>
<p><span>Clicking on the Media Plan tab, I can see now these line items and the expected impressions per day for three out of five.</span></p>
<p style="text-align: center;"><span><img class="alignnone size-full wp-image-481" title="media_plan2" src="http://www.marketingroiordie.com/wp-content/uploads/2009/11/media_plan2.jpg" alt="media_plan2" width="970" height="158" /><br />
</span></p>
<p><span>From here, I can now export the plan to a CSV file or to a MediaVisor CSV.  <a title="Doubleclick MediaVisor" href="http://www.doubleclick.com/products/mediavisor/index.aspx" target="_blank">MediaVisor</a> is a system put out by Doubleclick that lets media planners </span><img src="file:///C:/DOCUME%7E1/Rebekah/LOCALS%7E1/Temp/moz-screenshot-1.png" alt="" />research, plan and host ads for their advertisers.</p>
<p>Under Media Plan &gt; Profile, I can also look at who this particular ad plan reaches.</p>
<p><img class="aligncenter size-full wp-image-465" title="Sample Media Plan Reach" src="http://www.marketingroiordie.com/wp-content/uploads/2009/11/media_plan_reach.jpg" alt="Sample Media Plan Reach" width="886" height="396" /></p>
<p>Good stuff, right?  As for actually placing the media buy, AdPlanner does not yet support this ability.  I would now have to contact each of the online publications, providing my specs and filters, to find out what they would charge.   Unfortunately it also doesn&#8217;t allow you to export the filters you chose along with the media plan, so I submitted this to Google as a feature request.</p>
<p><img src="file:///C:/DOCUME%7E1/Rebekah/LOCALS%7E1/Temp/moz-screenshot.png" alt="" /></p>
<p>Frankly, I never would have guessed those sites suggested by AdPlanner would be most beneficial to my friend&#8217;s styling business.  I hope this helps you understand how you too can benefit from using AdPlanner to plan your online advertising campaigns.</p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.marketingroiordie.com%2F2009%2F11%2F22%2Fmanage-your-advertising-roi-with-google-adplanner%2F&amp;linkname=Manage%20Your%20Advertising%20ROI%20with%20Google%20AdPlanner"><img src="http://static.addtoany.com/buttons/share_save_256_24.png" alt="Share" /></a></p>


<p>Related posts:<ol><li><a href='http://www.marketingroiordie.com/2009/11/15/increase-your-website-roi-with-google-adsense-and-admanager/' rel='bookmark' title='Permanent Link: Increase Your Website ROI With Google AdSense and AdManager'>Increase Your Website ROI With Google AdSense and AdManager</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.marketingroiordie.com/2009/11/22/manage-your-advertising-roi-with-google-adplanner/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
