<?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>The Ecommerce Blog &#187; PPC</title>
	<atom:link href="http://www.ecommerce-blog.org/archives/category/ppc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecommerce-blog.org</link>
	<description>Ecommerce, Online Marketing, SEO, Web Design and Programming</description>
	<lastBuildDate>Fri, 13 Jan 2012 18:20:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ecommerce How-to List for Do-it-yourself&#8217;ers</title>
		<link>http://www.ecommerce-blog.org/archives/ecommerce-how-to-list-for-do-it-yourselfers/</link>
		<comments>http://www.ecommerce-blog.org/archives/ecommerce-how-to-list-for-do-it-yourselfers/#comments</comments>
		<pubDate>Wed, 16 May 2007 19:18:05 +0000</pubDate>
		<dc:creator>jestep</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.ecommerce-blog.org/archives/ecommerce-how-to-list-for-do-it-yourselfers/</guid>
		<description><![CDATA[Following a post from Matt Cutts, I have been collecting how to&#8217;s every time I come across one that I use. I have about 900 saved up now, in just about every area imaginable. There are so many how to guides that people need for running their ecommerce website&#8217;s. With that in mind, this is [...]]]></description>
			<content:encoded><![CDATA[<p>Following <a href="http://www.mattcutts.com/blog/productivity-tip-make-howto-files/">a post</a> from Matt Cutts, I have been collecting how to&#8217;s every time I come across one that I use. I have about 900 saved up now, in just about every area imaginable.</p>
<p>There are so many how to guides that people need for running their ecommerce website&#8217;s. With that in mind, this is a list of very useful how to&#8217;s related to ecommerce. Hopefully this post will be a good resource for site owners, and those looking to get into ecommerce. Topics include everything from setting up a web server, marketing, to integrating a website with a payment gateway.</p>
<p><span id="more-34"></span>
<p>Please send me some feedback if there are some good how to&#8217;s that should be on here.</p>
<p><strong>Servers / Networking / Programming Setup:</strong></p>
<ul>
<li><a href="http://www.howtoforge.com/perfect_setup_fedora_core_5">The perfect Fedora 5 server setup</a> &#8211; While I don&#8217;t like the virtual control panel that the guide recommends at the end, this is a perfect step-by-step guide to setting up a Fedora 5 Linux server. This guide covers setup for PHP5, mysql, SSL Support, ProFTP, and a few others. The guide states that it is for 64 Bit systems, but I have setup five, 32 Bit systems without any additional modification.<br />
<a href="http://www.howtoforge.com/perfect_setup_fedora_core_4">Fedora Core 4</a>, <a href="http://www.howtoforge.com/perfect_setup_fedora_core_3">Fedora Core 3</a> setups are also available.</li>
<li><a href="http://www.expertsrt.com/tutorials/Matt/install-apache.html">Setup a Windows XP Web Server</a> &#8211; Also  <a href="http://us3.php.net/install.windows">php.net has an excellent guide</a> on the overall steps to setup php and Apache on windows. The php.net version tends to leave out some things that later may cause errors, but the comments section of the article probably cover all of the missing information.</li>
<li><a href="http://johnbokma.com/windows/apache-virtual-hosts-xp.html">Windows XP Apache Virtual Hosting</a> &#8211; Having needed to setup a Windows XP server recently, this guide covers both the setup, and how to use virtual hosting on the server allowing multiple websites to exist at the same time. I have a company server that was setup using this and the previous guide running several websites, very effectively.</li>
<li><a href="http://www.lanshack.com/make-cat5E.aspx">How to make Cat 5 / 5e Patch Cable</a> &#8211; I&#8217;ve saves myself a few hundred dollars in under a year, by making all my own Ethernet patch cable. You can get cat 5e cable and connectors really cheap when you buy them in bulk. If you think you may be needing a lot of cable in the future, this is the way to go. It may take a few tries to get your cables nice, but once you get it down, you cables are just as good as anything.</li>
<li><a href="http://www.seomoz.org/blog/web-developers-command-line-tricks">13 *nix command line tricks</a> &#8211; A quick tutorial on a few command line codes that are very useful but often not known, not used, or one&#8217;s that we forgot.</li>
<li><a href="http://www.owasp.org/index.php/PHP_Top_5">Top 5 PHP security holes</a> &#8211; After <a href="http://www.ecommerce-blog.org/archives/website-security-auditing/">running a server scan</a> I was referred to this excellent resource on the major security problems that websites commonly have with php. Since almost all of these problems are due to use error and poor programming, they are all fixable.</li>
<li><a href="http://www.webthatworks.it/drupal/2006/11/db/odbc_freetds_and_microsoft_sql_and_php">Integrate Linux PHP with a MSSQL database</a> &#8211; After working on a few of these integrations, one successfully, and one failing, this is the best overview on the topic that I have found. <a href="http://www.easysoft.com/developer/languages/php/sql_server_unix_tutorial.html">Easysoft.com also has another good guide</a>, but it is geared to using their own paid extension, which is expensive. I don&#8217;t recommend performing this integration unless you absolutely have to <em>(Just save yourself the time, and switch the site to a windows server)</em>, but these should get you pointed in the right direction. </li>
</ul>
<p><strong>Web Design / Hosting / Usability:</strong></p>
<ul>
<li><a href="http://www.jccommerce.com/2005/10/24/how-to-make-a-horrible-oscommerce-site/">How to make a horrible Oscommerce site</a> &#8211; From Jason Chance, this is a great, humorous guide on how not to make your oscommerce website. </li>
<li><a href="http://www.ecommerce-blog.org/archives/10-ways-to-ruin-visitor-experience-on-your-website/">10 Ways to ruin visitor experience on your website</a></li>
<li><a href="http://www.sitepoint.com/article/steps-horrible-ecommerce-site">10 easy steps to a horrible ecommerce site</a> &#8211; Another from Jason on sitepoint.com, this is an extension of the oscommerce version, and covers mistakes that all websites should avoid. </li>
<li><a href="http://www.useit.com/alertbox/b2b.html">B2B Usability</a> &#8211; From Jakob Nielsens Alertbox, a guide to usability from a B2B vs. a B2C standpoint.</li>
<li><a href="http://www.useit.com/alertbox/9605.html">Top 10 mistakes of web design</a> &#8211; One more from Dr. Nielsen, on the top 10 mistakes that website creators make. <a href="http://www.useit.com/alertbox/weblogs.html">Weblog mistakes</a> is another valuable article for blog owners out there. I admit that &#8216;Irregular Publishing Frequency&#8217; is one that I rarely adhere to&#8230; </li>
<li><a href="http://www.merchantaccountblog.com/archives/89">Shopping Cart Abandonment &#8211; Donâ€™t do thisâ€¦</a> &#8211; 3 simple tips to lowering shopping cart abandonment rates.</li>
<li><a href="http://www.seomoz.org/blog/how-to-ruin-a-web-design-the-design-curve">How to ruin a web design</a> &#8211; This is a good article covering how to not over think a design project, and that often more people working on something means less quality.</li>
<li><a href="http://www.thesitewizard.com/archive/findhost.shtml">How to choose a web host</a> &#8211; This is a good overview to help people that aren&#8217;t quite sure what they need, pointed in the right direction in choosing the company to host their website.
                            </li>
</ul>
<p><strong>SEO and Marketing:</strong></p>
<ul>
<li><a href="http://www.seomoz.org/article/bg3">How to Conduct Keyword Research</a> &#8211; This is a great introductory guide on finding relevant keywords for a SEO or PPC campaign. 
</li>
<li><a href="http://www.sitepoint.com/article/most-common-seo-mistakes">5 most common SEO mistakes</a> &#8211; 5 simple SEO mistakes that are often overlooked.</li>
<li><a href="http://tropicalseo.com/2007/andy-hagans-ultimate-guide-to-link-baiting-and-social-media-marketing/">Ultimate guide to link-baiting and social media marketing</a> &#8211; From one of the most authoritative persons on link building anywhere, Andy Hagens tells us how to properly build linkbait. I would consider this the definitive guide to linkbaiting. <a href="http://www.seomoz.org/blog/the-two-kinds-of-linkbait">What is linkbaiting you say?</a></li>
<li><a href="http://www.avivadirectory.com/strongest-directories/">List of the best directories</a> &#8211; This is the best list of web directories out there. Directories are separated by value, and prices are listed next to each directory. </li>
<li><a href="http://www.entrepreneur.com/magazine/entrepreneur/2006/july/160258.html">How to market to other business owners</a> &#8211; From entrepreneur.com, this is my &#8217;7 commandments&#8217; on marketing B2B products and services. I highly recommend printing this one out and looking it over any time you need to deliver a message to a B2B audience. 
    </li>
<li><a href="http://www.marketingpilgrim.com/2006/12/interactive-marketing-agency-business-coaching.html">How to add $1 Million in revenue to your business in 1 year</a> &#8211; From Andy Beal at marketingpilgrim, this is written with an SEM agency as the intended industry target, but it can be applied in theory to almost any ecommerce business. </li>
<li><a href="http://www.scoreboard-media.com/how-to-generate-targeted-traffic/">How To Generate Targeted Site Traffic Without Search Engines</a> &#8211; This is an awesome guide on building traffic without completely relying on search engines for it.</li>
<li><a href="http://www.marketingpilgrim.com/2006/09/top-10-business-mistakes-search.html">Top 10 business mistakes, marketing firms make</a> &#8211; Another from marketing pilgrim, this can also be applied to just about any business.</li>
</ul>
<p><b>Payments:</b></p>
<ul>
<li><a href="http://www.merchant-account-services.org/article/payment-gateways-reviewed">Six Payment Gateways Reviewed</a>, <a href="http://www.merchant-account-services.org/article/chargeback-challenge">The Chargeback Challenge</a>, and <a href="http://www.sitepoint.com/article/merchant-account-review">Solve the Payment Processing Problem</a> are all written by John Conde from the merchant-account-services.org blog. These are all great articles and should be considered essentials for website owners looking to accept credit cards on their website.</li>
<li><a href="http://www.merchantaccountblog.com/archives/227">How to accept credit cards on your website</a> &#8211; This is a simple guide that I wrote a few months ago covering basic option to accepting payments online.</li>
<li><a href="http://www.merchant-account-services.org/article/authorize-net-php-integration">Integrate a website with Authorize.net using php 5</a></li>
</ul>
<p><b>Other / random useful stuff:</b></p>
<ul>
<li><a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx">Microsoft Windows Power Toys</a> &#8211; If you don&#8217;t know what these are, check them out. Extremely helpful, and can safely change a lot of things on your computer that you couldn&#8217;t before. I highly recommend the Tweak-UI, Clear Type, Virtual Desktop, and the Image Resizer toys.</li>
<li><a href="http://www.merchantaccountblog.com/archives/181">Magazines for small business owners</a> This is an article covering some good business magazines for print and online for business and website owners.</li>
</ul>
<p><strong>Web Server Control Panels:</strong></p>
<ul>
<li><a href="http://www.swsoft.com/plesk/">Plesk</a></li>
<li><a href="http://www.cpanel.net/">cPanel</a></li>
<li><a href="http://www.webmin.com/">Webmin</a></li>
<li><a href="http://www.cubepanel.com/">cube panel</a></li>
<li><a href="http://www.cwipanel.com/">CWIPanel</a></li>
<li><a href="http://www.ispconfig.org/">ISPConfig</a></li>
</ul>
<p><b>Getting Information (Where I go when I need help):</b></p>
<ul>
<li><a href="http://forums.digitalpoint.com/">Digitalpoint Forum</a></li>
<li><a href="http://www.sitepoint.com/forums/">Sitepoint Forum</a></li>
<li><a href="http://www.webmasterworld.com/">Webmasterworld</a></li>
<li><a href="http://www.webproworld.com/index.php">WebProWorld</a></li>
</ul>
<p><b>Freelance Marketplaces (If I need programming/ design work):</b></p>
<ul>
<li><a href="http://www.getafreelancer.com/">GetAFreelancer</a> &#8211; #1 choice </li>
<li><a href="http://www.rentacoder.com">Rent A Coder</a></li>
</ul>
<p>If you know of any really good how-to&#8217;s or guides for ecommerce do-it-yourself&#8217;ers send them to me. I may add them to the list.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerce-blog.org/archives/ecommerce-how-to-list-for-do-it-yourselfers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why both natural and PPC traffic are important.</title>
		<link>http://www.ecommerce-blog.org/archives/why-both-natural-and-ppc-traffic-are-important/</link>
		<comments>http://www.ecommerce-blog.org/archives/why-both-natural-and-ppc-traffic-are-important/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 17:25:33 +0000</pubDate>
		<dc:creator>jestep</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.ecommerce-blog.org/archives/why-both-natural-and-ppc-traffic-are-important/</guid>
		<description><![CDATA[Pay per click advertising has become a completely integrated part of search engines, and many website owners fail to see the value in either natural traffic or PPC traffic. A while back I found a table that compared the click through rates of Natural and PPC search traffic. I cant seem to find the original [...]]]></description>
			<content:encoded><![CDATA[<p>Pay per click advertising has become a completely integrated part of search engines, and many website owners fail to see the value in either natural traffic or PPC traffic.</p>
<p>A while back I found a table that compared the click through rates of Natural and PPC search traffic. I cant seem to find the original source any more, so my apologies for not citing the source of this information, although it was a reputable source. </p>
<p>I have placed the data from that table into an easy to follow graphic model of a common search engine result page.</p>
<p><img src="http://www.ecommerce-blog.org/images/click-percentages.gif" alt="Comparing PPC and Natural Search Click Through Rates" /></p>
<p><span id="more-29"></span>To put it simply, if you are only marketing to the natural search or the PPC search environment, you are loosing out on a huge potential percentage of visitors. Most search marketers will agree that a marketing campaign should be split between natural search marketing, PPC marketing, and other mediums of advertising on the Internet. Even if you have a #1 ranking for a search phrase, you could be loosing 50% or more of your potential customers to those that click on PPC listings.</p>
<p>Obviously this data may not be appropriate for every situation, such as non-commercial sites, sites that have no budget and by some miraculous event have top search engine ranking, or sites that rank high naturally but have ridiculously high PPC competition and cost per clicks.</p>
<p>Otherwise, I think it is almost always best to spread out a marketing budget. Work some on a long term SEO campaign for natural rankings, and work some with a short term PPC campaign. Having success in both PPC and natural search areas can make the difference between an ecommerce website, and a very successful ecommerce website.</p>
<p><strong>A word of caution about the #1 PPC spot.</strong><br />
In my experience the #1 spot on any high traffic PPC listing will get you a large bill and a lot of worthless clicks. If you do decide you want this spot and you&#8217;re advertising for high cost per click and / or high volume search phrases, you should track your campaign very carefully to ensure you get a positive return from it. I have seen companies burn through tens of thousands of dollars in a few days without anything to show from it, by going for the #1 spot on a high traffic broad search phrase.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerce-blog.org/archives/why-both-natural-and-ppc-traffic-are-important/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Situations where Overture kills AdWords</title>
		<link>http://www.ecommerce-blog.org/archives/situations-where-overture-kills-adwords/</link>
		<comments>http://www.ecommerce-blog.org/archives/situations-where-overture-kills-adwords/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 13:56:43 +0000</pubDate>
		<dc:creator>jestep</dc:creator>
				<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://www.ecommerce-blog.org/archives/situations-where-overture-kills-adwords/</guid>
		<description><![CDATA[I recently launched a service with my company and started a pay per click campaign for this particular campaign. I created my keywords and a similar ad for both AdWords and overture, set my cost per click, and added the new campaigns to each account. Now, the Pay per click campaign so far has been [...]]]></description>
			<content:encoded><![CDATA[<p>I recently launched a service with my company and started a pay per click campaign for this particular campaign. I created my keywords and a similar ad for both AdWords and overture, set my cost per click, and added the new campaigns to each account. </p>
<p>Now, the Pay per click campaign so far has been the most successful that I have done in the last three years, so I am very happy with the results thus far. <strong>However, I am not happy with AdWords.</strong> </p>
<p>Overture has a running 12%+ conversion rate with this campaign, and has been getting well over 100 visitors per day. AdWords has a 0% conversion rate, and has only sent 20 visitors total. The ads are very similar in content, and I&#8217;m currently bidding over two times as much in AdWords than overture. <strong>So, what&#8217;s the problem?</strong></p>
<p><span id="more-25"></span><strong>The Problem:</strong><br />
The problem lies within the structure of how AdWords ranks their ads. AdWords gives equal weight to all types of key word matching, while Overture places exact matching phrases above broad match phrases. </p>
<p>As simple and irrelevant as this may seem, it costs advertisers millions of dollars a year in unwanted clicks, and lowers the relevance of AdWords ads.</p>
<p><strong>What this specifically means (Ignore the AdWords quality scoring system):</strong><br />
Assume I am bidding on the term <strong>&#8216;small business loan&#8217;</strong> at a Cost per Click (CPC) of $.50. (Both Overture and AdWords)<br />
Another site, is bidding on the term <strong>&#8216;loan&#8217;</strong> with a CPC of $5.00. (Both Overture and AdWords)</p>
<p>Someone searches for &#8216;small business loan&#8217; on Google and Yahoo. On yahoo I rank #1, but on Google I rank #53. </p>
<p>This is because I am only competing against other websites bidding specifically on &#8216;small business loan&#8217; in overture, but I am competing against websites bidding on &#8216;loan&#8217;, in AdWords.</p>
<p><strong>Why would Google do this?</strong><br />
First and foremost, money! Google makes $5 per click from the &#8216;loan&#8217; advertisers, and only $.50 per click from &#8216;small business loan&#8217; advertisers. Naturally they are going to base their ranking from a monetary system. Regardless of the quality scoring algorithm, cost is still a primary factor in Google. In this situation, relevancy of these advertisements is all but completely thrown out the window, something that Google always claims to be their primary motivator. </p>
<p>In the end, the businesses that suffer the most from this system are the advertisers. The advertisers bidding on &#8216;loan&#8217; don&#8217;t get qualified traffic, so their cost goes up and their conversion rates goes down. The advertisers bidding on &#8216;small business loan&#8217; don&#8217;t get the traffic they want, so they find other places to advertise. Google doesn&#8217;t really care, because they think they get a bigger paycheck this way. If you don&#8217;t think money is the primary motivator of Google, ask Google shareholders if they mind their stock going down.</p>
<p><img src="images/burn-money.jpg" alt="Burning Money" style="float:right; margin:5px;" /><strong>Don&#8217;t make this mistake:</strong><br />
Something that I commonly see when small advertisers run into this situation, is that they go and start bidding on the major key words trying to get their ads to show. This is not what a small advertiser should do, as they will only end up burning through their money with little chance of a positive return.</p>
<p><strong>My Recommendation:</strong><br />
First off, find more key phrases that don&#8217;t contain those major single words in them. There are hundreds of untapped keywords in every industry, that may not get a lot of traffic, but are great at converting visitors into customers. If you are only using AdWords, try Overture. You have a much greater control over exactly what position and how much you pay for your ads with Overture, which makes for what I consider to be a far superior system.</p>
<p>Unless you have an unlimited budget, and you are tasked with a suicidal branding mission, it&#8217;s almost impossible to directly compete with huge advertisers with deep pockets. There are ways to <a href="http://www.ecommercetimes.com/story/38409.html">compete with big businesses</a>, but not through a one on one bidding battle. In my industry, we have competitors spending well over $200,000 per month on PPC advertising. Not many small companies I know of can compete with a budget like that.</p>
<p>For businesses new to advertising with AdWords or if you are struggling, I highly recommend reading: &#8216;<a href="http://www.google.com/search?q=Winning+Results+with+Google+AdWords">Winning Results with Google AdWords</a>&#8216;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerce-blog.org/archives/situations-where-overture-kills-adwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

