<?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>Online Marketing Denver</title>
	<atom:link href="http://www.onlinemarketingdenver.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlinemarketingdenver.net</link>
	<description>Your source for online marketing information</description>
	<lastBuildDate>Fri, 10 May 2013 15:37:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Google Analytics Common Errors</title>
		<link>http://www.onlinemarketingdenver.net/2013/03/google-analytics-common-errors/</link>
		<comments>http://www.onlinemarketingdenver.net/2013/03/google-analytics-common-errors/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 16:34:45 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Stats]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[analytics errors]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2630</guid>
		<description><![CDATA[I found a great article online about common issues with GA reporting and if you are using UTM strings it&#8217;s even more important to understand these issues.   Thank you crazyegg! 1 – Failure to tag...]]></description>
				<content:encoded><![CDATA[<p>I found a great article online about common issues with GA reporting and if you are using UTM strings it&#8217;s even more important to understand these issues.   Thank you <a title="Why Is Google Analytics Inaccurate?" href="http://blog.crazyegg.com/2013/01/31/why-is-google-analytics-inaccurate/" target="_blank">crazyegg!</a></p>
<h3>1 – Failure to tag pages</h3>
<p>Google Analytics works by putting a JavaScript ”tag” into the code of your pages.</p>
<p><strong>No tag on a page  = no data for that page</strong></p>
<p>If you only have a 5 page website, you can easily check if the script is present manually.  If you have 100′s or 1000′s of pages, it’s difficult if not impossible to check for the Google Analytics tracking code on all your pages.</p>
<p>But there are tools you can use to verify that your pages are tagged and find the ones that aren’t.  Rachel Gerson from SEER Interactive details the use of <a href="http://www.screamingfrog.co.uk/seo-spider/" target="_blank">Screaming Frog SEO spider tool</a> to <a href="http://www.seerinteractive.com/blog/screaming-frog-to-verify-google-analytics" target="_blank">search every page for the presence of the same Google Analytics code in this article</a>.</p>
<h3>2 – Poor location of Google Analytics tracking code</h3>
<p>Website owners are concerned about page load speed on their websites, <a href="http://blog.crazyegg.com/2011/11/17/increase-conversion-by-testing-and-fixing-web-page-load-speeds/" target="_blank">and they should be</a>.</p>
<p>As a result many web developers place code like the Google Analytics tracking code just above the &lt;/body&gt; tag so that the visual elements of the website can load before the code executes (presumably increasing page load speed.)</p>
<p>However, placing the tracking code at the end of the &lt;body&gt; code will miss visitors that click quickly through pages on your site before the Google Analytics tracking code executes.</p>
<p>Google Analytics tracking code loads asynchronously and therefore doesn’t slow down page loading.  It’s best to place the tracking code at the top of the page before the &lt;/head&gt; tag.</p>
<p><b>JavaScript</b><strong> doesn’t have time to execute = no data</strong></p>
<h3>3 – More than one Google Analytics tracking code on the page</h3>
<p>I once had a client that had a 3% Bounce Rate on his website.  I couldn’t believe it.</p>
<p>Turns out he had put two Google Analytics tracking codes on his pages.</p>
<p><strong>2 Tracking Scripts on page = messed up data</strong></p>
<h3>4 - JavaScript errors on the page</h3>
<p>Google Analytics only functions if the JavaScript code on the page executes.  If you have errors in any of your other JavaScript on the page, the GA code won’t execute.</p>
<p><b>JavaScript</b><strong> Errors = Stopping of the browsers scripting engine = no data</strong></p>
<h3>5 – In-page Analytics is Inaccurate</h3>
<p>The Google Analytics Overlay Report is inaccurate for a number of reasons.  Here are three big ones,</p>
<ul>
<li>It doesn’t track anything that doesn’t have an HREF element (a click on a form submit button or play button on a video for example)</li>
<li>It doesn’t track pages containing Flash</li>
<li>It can’t separate the number of clicks from different links that lead to the same location  (<strong>UPDATE</strong>:  Big thanks to <a href="http://www.seoskeptic.com/" target="_blank">Aaron Bradley from SEO Skeptic</a> for pointing out that <a href="http://analytics.blogspot.ca/2012/11/announcing-enhanced-link-attribution.html">this solution</a> will fix this problem in In-Page Analytics by adding some extra lines of code to your tracking script.)</li>
</ul>
<p>The solution to this is simple — use <a href="http://www.crazyegg.com">Crazy Egg</a> for your Overlay Reporting and you’ll also get the Heat Map, Confetti Map, Scroll Map and List View Reports.</p>
<h2>Google Analytics Errors You Have No Control Over</h2>
<p>Ok, so these are things you can’t do anything about but they will absolutely help you better understand your data.  So, pay attention. <img alt=":)" src="http://blog.crazyegg.com/wp-includes/images/smilies/icon_smile.gif" /></p>
<p>Here are 9 ways your Google Analytics data might be inaccurate that you have little or no control over:</p>
<h3>1 – Some browsers have JavaScript disabled</h3>
<p>Google Analytics tracks information for any visitor that loads the JavaScript tag in the page code.</p>
<p><strong>Browser disabled JavaScript = no data</strong></p>
<p>Yahoo! <a href="http://developer.yahoo.com/blogs/ydn/posts/2010/10/how-many-users-have-javascript-disabled/" target="_blank">published data</a> that shows that this problem is minimal.</p>
<p><a href="http://ceblog.s3.amazonaws.com/wp-content/uploads/2013/01/javascript-disabled.jpg"><img alt="javascript-disabled" src="http://ceblog.s3.amazonaws.com/wp-content/uploads/2013/01/javascript-disabled.jpg" width="508" height="185" /></a></p>
<h3>2 – No cookie</h3>
<p>Google Analytics doesn’t track a visitor unless it can accept a cookie.  Cookies are important because they are used to tag a visitor and aggregate that visitors behavior over the course of multiple visits.</p>
<p><strong>No cookie = no data</strong></p>
<p>There are a number of different ways cookies can cause problems:</p>
<ol>
<li>The visitors browser doesn’t accept cookies.</li>
<li>The visitors firewall blocks or deletes cookies</li>
<li>The visitor deletes cookies manually (Most research ballparks cookie deletion at 30% of visitors over a month.)</li>
</ol>
<p>There are probably a dozen other ways cookies can be removed.  If you have some good ones, put them in the comments.</p>
<p>By the way, this is one of the reasons that search engine spiders don’t register in your Google Analytics — the spider doesn’t accept cookies.</p>
<h3>3 – Cookies time out</h3>
<p>Google Analytics uses two different types of cookies:</p>
<ul>
<li><strong>A persistent cookie</strong> – This cookie is placed on your device the first time you visit and remains for 2 years or until it is deleted, the browser is re-installed or some other such removal occurs.</li>
<li><strong>A session cookie</strong> – This is a new cookie that is placed each time you visit.  You receive a new session cookie for each separate visit.</li>
</ul>
<p>This begs the question:  What happens if someone:</p>
<ol>
<li>Visits a web page</li>
<li>Goes to dinner for two hours leaving the page open</li>
<li>Comes back and starts browsing</li>
</ol>
<p>I’m glad you asked.</p>
<p>Google Analytics ends a visitor session after 30 minutes of inactivity.  In the scenario described above, a new session cookie would be placed when the visitor starts browsing again.  This will be considered a brand new session by Google Analyticcs.</p>
<p><strong>Browser inactive for &gt; 30 minutes = messed up data </strong></p>
<p>Actually, in this data hound’s opinion this isn’t messing up the data.  Thirty minutes of inactivity should warrant a new session.  But it is certainly a special circumstance.</p>
<h3>4 – Same device, different user</h3>
<p>This one is best illustrated by example,</p>
<ol>
<li>John visits ABC.com for the first time and a cookie is set on his computer.</li>
<li>He then goes for a jog.</li>
<li>Jane then gets on the computer and visits ABC.com for the first time.</li>
</ol>
<p>These should be counted as two separate visits, but the unique visitor is tied to the cookie and the cookie is tied to the device.</p>
<p>Therefore these will be considered visits from the same “unique” person.</p>
<p><strong>Visitors sharing devices = messed up data</strong></p>
<h3>5 – Same user, different device</h3>
<p>Once again an example is best to illustrate this,</p>
<ol>
<li>Jane is standing in line at the grocery store.  S</li>
<li>She starts researching XYZ product on ABC website from her iPhone.</li>
<li>A cookie is set on her iPhone.</li>
<li>She gets home, unloads the groceries and then purchases XYZ product from ABC website on her laptop.</li>
</ol>
<p>In a perfect world, Jane’s behavior would be tracked as she switches devices.  As it is, the purchase will be attributed to a brand new visit.</p>
<p><strong>Multiple devices = messed up data</strong></p>
<p>And this behavior is more prevalent than you might think.  This is a portion of an infographic we created about the <a href="http://blog.crazyegg.com/2013/01/29/how-consumers-use-mobile-in-the-marketplace/">use of mobile in the marketplace</a>,</p>
<p><a href="http://ceblog.s3.amazonaws.com/wp-content/uploads/2013/01/cross-device-usage.jpg"><img alt="cross-device-usage" src="http://ceblog.s3.amazonaws.com/wp-content/uploads/2013/01/cross-device-usage.jpg" width="580" height="254" /></a></p>
<p>&nbsp;</p>
<h3>6 – Google Analytics doesn’t reprocess information</h3>
<p>Let’s say you have been tracking data using Google Analytics for two years.</p>
<p>You then decide to set up a Goal Funnel.</p>
<p>Google Analytics will not retroactively apply your funnel to the data it has.  This is just too much to ask of a free service that is processing the massive amount of data that GA processes every day.</p>
<p>In the scenario above, your Goal Funnel will be visible from the time you set it up forward but no data will be available before that time.</p>
<h3>7 – Google hasn’t processed your data yet</h3>
<p>Google Analytics isn’t real time, although there is some limited real-time data you can get through the <a href="http://support.google.com/analytics/bin/answer.py?hl=en&amp;answer=1638635" target="_blank">Real Time reports</a>.</p>
<p>For all other data, it’s best to assume that Google Analytics is 24 hours behind.  That being said, most small to average websites are safe to assume that Google Analytics is 6 to 8 hours behind.</p>
<p>Read more at <a title="Why Is Google Analytics Inaccurate?" href="http://blog.crazyegg.com/2013/01/31/why-is-google-analytics-inaccurate/" target="_blank">crazyegg!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2013/03/google-analytics-common-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Your Quality Score Costing or Saving You Money?</title>
		<link>http://www.onlinemarketingdenver.net/2013/02/quality-score-costing-saving-money/</link>
		<comments>http://www.onlinemarketingdenver.net/2013/02/quality-score-costing-saving-money/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 20:20:57 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Pay Per Click Articles]]></category>
		<category><![CDATA[Pay per click]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Quality Score]]></category>
		<category><![CDATA[Score]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2623</guid>
		<description><![CDATA[This is a great article from Search engine Land about a topic of conversation I have with customers daily.  A Must read if you are running your own PPC campaign. When it comes to AdWords...]]></description>
				<content:encoded><![CDATA[<p>This is a great article from Search engine Land about a topic of conversation I have with customers daily.  A Must read if you are running your own PPC campaign.</p>
<p>When it comes to AdWords quality score, everyone knows from best practices that increasing this magic number is not only beneficial for rankings, but could lead to significant savings as well. But just how much savings would that be? And would it be worth dedicating your efforts to increasing it, or would it be more worthwhile to invest in other aspects of your account?</p>
<p>Ideally, you’ll want your keywords to have a quality score of 7 or higher, so anything with a score of 6 or below would be considered low. Find out what percentage of your keywords have a score of 7 or higher and which have a score of 6 or lower. Then, visualize this information in a pie chart where 7 or higher is “relevant” and 6 or lower is “irrelevant.”</p>
<p><img class="aligncenter" title="account-relevancy" alt="account-relevancy" src="http://cms.searchenginewatch.com/IMG/703/246703/account-relevancy.png?1359149976" border="0" /></p>
<p>Continue creating this chart on a regular basis to see whether you’re becoming more or less relevant. It’s a great way of visualizing the changes in your account and really simplifies the concept of quality score in a “black or white” kind of way.</p>
<p>Understanding whether you’re relevant is great. But even greater is finding out how much your “irrelevance” is actually costing you. I absolutely love this chart from ClickEquations, where you can see the impact of quality score on your Cost Per Click:</p>
<p><img class="aligncenter" title="impact-of-quality-score-on-cpc-chart" alt="impact-of-quality-score-on-cpc-chart" src="http://cms.searchenginewatch.com/IMG/704/246704/impact-of-quality-score-on-cpc-chart.jpg?1359150032" border="0" /></p>
<p>You’ll notice that at a quality score of 7, there is neither a discount nor a penalty. Discounts start above 7 and penalties, or CPC increases, start at 6 and below.</p>
<p>Notice the dramatic difference in increase between QS 4 (75 percent) and QS 3 (133.3 percent). Or even more dramatic, the increase from QS 2 (250 percent) to QS 1 (600 percent).</p>
<p>So what we’re seeing here is that you would get the highest impact from focusing on increasing the quality scores of 6 or below. Please note that this doesn’t mean you should ignore anything above 7. But you should start by getting those low quality scores to a healthy level first, so that at the very least you aren&#8217;t being penalized.</p>
<p>Here’s a list of 6 tips that could help you optimize and increase your quality score:</p>
<ol>
<li>Start by customizing your AdWords columns to view quality score by default. You can do so by clicking on Campaigns &gt; Keywords &gt; Columns &gt; Customize &gt; Attributes &gt; Qual. score.</li>
<li>Create tight-knit ad groups with closely related keywords and a manageable number of ads. Some of the highest performing ad groups I’ve worked on have only contained two ads constantly running in a split test.</li>
<li>Know where to find problem areas. It’s not enough to see that your quality score is 6 or below to know that it needs improvement. You’ll need to understand where and how to look for instances where, for example, your first page bid is greater than the maximum CPC.</li>
<li>Realize that it isn&#8217;t all about the money. Very rarely can you remedy your quality score simply by turning up your budget. In fact, doing so could potentially be harmful, as it may make your keywords unprofitable.</li>
<li>Don’t forget your landing pages. Landing page quality is one of the main components of calculating quality score, so be sure that your pages are relevant, reflect value, and have a clear call-to-action.</li>
<li>Run frequent reports to track that changes in your quality score. Even better, archive your scores and compare them over time to look for trends or signs of successes and failures.</li>
</ol>
<p>So, with these things in mind, is your quality score costing or saving you money? Do you actively work on improving it, or are you getting more value from other aspects of your account? Share your thoughts and comments below.</p>
<p><a title="http://searchenginewatch.com/article/2239253/Is-Your-Quality-Score-Costing-or-Saving-You-Money" href="http://searchenginewatch.com/article/2239253/Is-Your-Quality-Score-Costing-or-Saving-You-Money" target="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2013/02/quality-score-costing-saving-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inorganic vs. Organic Backlinking Strategies: Getting Back to Basics</title>
		<link>http://www.onlinemarketingdenver.net/2013/02/inorganic-vs-organic-backlinking-strategies-basics/</link>
		<comments>http://www.onlinemarketingdenver.net/2013/02/inorganic-vs-organic-backlinking-strategies-basics/#comments</comments>
		<pubDate>Wed, 06 Feb 2013 16:25:28 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Search Engine information]]></category>
		<category><![CDATA[back linking]]></category>
		<category><![CDATA[Back Links]]></category>
		<category><![CDATA[BackLinking]]></category>
		<category><![CDATA[Increased organic listing rank]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2621</guid>
		<description><![CDATA[Happened on a fantastic article about backlinks and organic strategies, it&#8217;s a must read for my industry! The backlink within the practice of SEO is an ongoing topic of conversation for marketing, sales, delivery and...]]></description>
				<content:encoded><![CDATA[<p>Happened on a fantastic article about backlinks and organic strategies, it&#8217;s a must read for my industry!</p>
<p>The backlink within the practice of <a href="http://searchenginewatch.com/seo">SEO</a> is an ongoing topic of conversation for marketing, sales, delivery and reporting of SEO services. Even in a post Penguin world, SEO professionals are still asking questions such as:</p>
<ul>
<li>What’s the best way to build backlinks that will have a positive long-term impact on a web presence?</li>
<li>Is quantity better than quality?</li>
<li>Should I buy backlinks?</li>
<li>How do I protect a <a href="http://searchenginewatch.com/article/2169476/The-Hierarchy-of-Web-Presence-Optimization" target="_blank">web presence</a> from future Google algorithm changes?</li>
<li>How do I know how many organic backlinks versus inorganic backlinks my web presence has?</li>
</ul>
<p>In our post Penguin world, the right and wrong approaches to backlinking strategies should be clear, yet I continue to hear SEOs talk about how backlinking is dead, where the best place is to buy backlinks, and whether backlinking even matters anymore.</p>
<p>The fact is, the backlink is and will continue to be a fundamental variable in organic search algorithms and organic search strategies. Backlinks matter. Period. The only question you need to ask yourself is: Is this an <em>organic backlink</em> or an <em>inorganic backlink</em>?</p>
<p>SEO and backlinks on the web can&#8217;t exist without each other. It is worth getting back to the backlink basics and considering the origins of SEO and backlinking to understand the importance and reliance they have on each other.</p>
<h3>SEO Strategies &amp; Backlinking Strategies</h3>
<p>An SEO strategy is about one thing: being found organically by your customers and prospects for highly converting keywords; keywords that are relevant to your audience. Relevance of content is earned when diversified, relevant content sources with authority and influence reference your content. Or, in other words, link to it.</p>
<p>A backlinking strategy is simply about these three concepts:</p>
<ul>
<li><strong>Relevance:</strong> Is this link coming from a relevant source that further supports the relevance of my content?</li>
<li><strong>Authority and Influence:</strong> Was the source of this link written by an authoritative, influential person or business?</li>
<li><strong>Diversity:</strong> By adding this link to my web presence am I diversifying and adding value to my digital footprint?</li>
</ul>
<p>Every backlink you build should pass the <strong>RAID</strong> test.</p>
<p>If you&#8217;re able to answer yes to these three questions, then you likely have an <em>organic backlink</em> that is going to positively impact your organic search visibility.</p>
<p>If you can&#8217;t answer yes to these three questions, then you have an <em>inorganic backlink</em> that will have no impact on organic search results and may even penalize your web presence at some point in the future.</p>
<p><img title="raid-backlink-test" alt="raid-backlink-test" src="http://cms.searchenginewatch.com/IMG/903/247903/raid-backlink-test.jpg?1360101747" border="0" /></p>
<h3>The Origins of the Backlink Pre-Search Engines</h3>
<p>In the academic world, when content is published in the form of a thesis there are citations within the content that point to other relevant content from authoritative sources that support the content, thus making it more relevant to the reader. Sounds like a backlink.</p>
<p><a href="http://en.wikipedia.org/wiki/History_of_Google" target="_blank">Google&#8217;s origins</a> are academic in nature, having started as a research project at Stanford University. Larry Page was focused on, “the problem of finding out which web pages link to a given page, considering the number and nature of such backlinks to be valuable information about that page (with the role of citations in academic publishing in mind).”</p>
<p>The research project then went on, “to convert the backlink data that it gathered into a measure of importance for a given web page.” The output was, “for a given URL … a list of backlinks ranked by importance” or relevance.</p>
<p>That was 1996. Seventeen years later, relevancy is still at the core of Google&#8217;s organic search algorithm, especially when it comes down to backlinks.</p>
<h3>How Do You Get Relevant, Authoritative, Influential &amp; Diversified Backlinks?</h3>
<p>Roll up your sleeves and get to work. The really great organic backlinks that are going to add long-term value to your web presence, digital footprint and organic search positions and conversions won&#8217;t happen overnight by buying or trading them, or submitting to directories. Remember, inorganic backlinks don&#8217;t pass the RAID test.</p>
<p>Building organic backlinks takes a lot of heavy lifting in an approach called <a href="http://searchenginewatch.com/article/2155520/Why-an-Optimized-Content-Strategy-is-Crucial-for-Social-Search" target="_blank">Optimized Content Marketing</a>. Publishing fresh, relevant, optimized content on a continuous basis through industry blog sites, press releases, white papers and case studies that demonstrate knowledge and thought leadership, plus socializing the content through your social networks will create a strong inventory of organic backlinks over time.</p>
<p>This long-term approach to SEO will also protect you from any future Google algorithm changes and will make it extremely difficult for your competitors to outrank you.</p>
<p><a title="http://searchenginewatch.com/article/2241724/Inorganic-vs.-Organic-Backlinking-Strategies-Getting-Back-to-Basics" href="http://searchenginewatch.com/article/2241724/Inorganic-vs.-Organic-Backlinking-Strategies-Getting-Back-to-Basics" target="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2013/02/inorganic-vs-organic-backlinking-strategies-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contractors Say Search Engines are a Critical Tool for Purchase Decision-Making</title>
		<link>http://www.onlinemarketingdenver.net/2013/01/contractors-search-engines-critical-tool-purchase-decision-making/</link>
		<comments>http://www.onlinemarketingdenver.net/2013/01/contractors-search-engines-critical-tool-purchase-decision-making/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 14:11:36 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Ad Age]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2618</guid>
		<description><![CDATA[SYRACUSE, N.Y., Jan. 30, 2013 — /PRNewswire/ &#8211; When contractors need brand and purchase decision-making information, their go-to source is Google, according to the Connecting with Contractors survey from EMA Contractors, a specialty group at Eric...]]></description>
				<content:encoded><![CDATA[<p>SYRACUSE, N.Y., Jan. 30, 2013 — /PRNewswire/ &#8211; When contractors need brand and purchase decision-making information, their go-to source is Google, according to the <i>Connecting with Contractors</i> survey from <a href="http://www.mower.com/contractors" target="_blank">EMA Contractors</a>, a specialty group at <a href="http://www.mower.com/" target="_blank">Eric Mower + Associates</a>. In the second annual survey, 84% of contractors said they consider search engines to be their top resource, with 39% searching Google before choosing which tools and materials to buy.</p>
<p>&#8220;Search engine marketing has been an important part of any contractor marketing program for some time, but our research indicates that it is becoming absolutely critical,&#8221; said <a href="http://www.mower.com/microsites/building-construction/contractors/team/john-ohara/" target="_blank"><b>John O&#8217;Hara</b></a>, EMA partner and leader of EMA Contractors. &#8220;With the emergence of social media, some brands have lost focus and aren&#8217;t paying enough attention to paid search and website/on-page optimization.&#8221;</p>
<p>More than 80% of all contractors surveyed said they turn to the web during the purchase decision-making process. General contractors are using search engines the most (96%), while more than three-quarters (80%) of plumbers, electricians and HVAC specialists use search. Here&#8217;s what they search for:</p>
<div>
<a title="http://www.heraldonline.com/2013/01/30/4581514/contractors-say-search-engines.html#storylink=cpy" href="http://www.heraldonline.com/2013/01/30/4581514/contractors-say-search-engines.html#storylink=cpy" target="_blank">Read more here: </a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2013/01/contractors-search-engines-critical-tool-purchase-decision-making/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New SEO: Search Marketing Integration</title>
		<link>http://www.onlinemarketingdenver.net/2013/01/seo-search-marketing-integration/</link>
		<comments>http://www.onlinemarketingdenver.net/2013/01/seo-search-marketing-integration/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 14:06:55 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Search Engine information]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2615</guid>
		<description><![CDATA[Every year, somebody proclaims that SEO is dead simply because Google has made some changes to its algorithm. But don’t worry, this post won’t be declaring that SEO is dead, dying, or even coughing up...]]></description>
				<content:encoded><![CDATA[<p>Every year, somebody proclaims that <a href="http://searchenginewatch.com/article/2156899/4-Big-Reasons-Why-SEO-Will-Never-Die">SEO is dead</a> simply because Google has made some changes to its algorithm. But don’t worry, this post won’t be declaring that SEO is dead, dying, or even coughing up blood.</p>
<p>However, the days of SEO as a distinct, independent discipline are certainly numbered. SEO is fast <a href="http://searchenginewatch.com/article/2144350/Future-of-SEO-Change-Convergence-Collaboration">evolving</a> into a more creative, diverse, and challenging profession.</p>
<p>Over the last few years the changes to search algorithms and user behavior on the Internet have made <a href="http://searchenginewatch.com/article/2197044/10-Old-SEO-Methods-You-Need-to-Stop">“old” SEO</a> almost redundant. It&#8217;s even gotten to the stage where any so-called “SEO” who&#8217;s still using the same techniques from 5 years ago will actually be doing more harm than good. These days, search engines <em>and</em> consumers want <a href="http://searchenginewatch.com/article/2236243/How-the-Quality-of-Your-Website-Can-Make-or-Break-Your-SEO-Success">quality</a>, <a href="http://searchenginewatch.com/article/2200985/Facebook-A-Love-Story-Using-Earned-Paid-Media-to-Better-Attract-Engage-Customers">engagement</a>, and <a href="http://searchenginewatch.com/article/2094880/Blog-SMO-Guide-How-to-Apply-Social-Media-Optimization-to-Your-Blog-in-33-Steps">social proof</a>.</p>
<p>The SEO landscape has changed, and the current shift can be defined by a single concept: <a href="http://searchenginewatch.com/article/2179372/Future-of-SEO-Investment-Innovation-Integration">integration</a>.</p>
<h3>Search Marketing Integration (SMI)</h3>
<p>This is a term that we will start to hear a lot more in the world of search. As the search engines widen their gaze and perfect the techniques they use to measure content quality, brand sentiment and relevance, the optimization of a site for search will increasingly overlap with other marketing disciplines.</p>
<p>Over the next couple of years SMI will become a pre-requisite for a first-page listing on Google. SMI will revolutionize the entire organization&#8217;s approach to sales, marketing, PR, branding and everything in between.</p>
<p>For an SMI practitioner, success will be tied to the ability to integrate SEO tactics across an organization&#8217;s marketing department. Politics, leverage, and action will be equally as important as title tags, link building, and keyword themes.</p>
<p>Let&#8217;s take a granular look at how SMI will impact the various areas of the marketing landscape:</p>
<p><a title="http://searchenginewatch.com/article/2239955/The-New-SEO-Search-Marketing-Integration" href="http://searchenginewatch.com/article/2239955/The-New-SEO-Search-Marketing-Integration" target="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2013/01/seo-search-marketing-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Online Marketing Ideas for 2013</title>
		<link>http://www.onlinemarketingdenver.net/2013/01/7-online-marketing-ideas-2013/</link>
		<comments>http://www.onlinemarketingdenver.net/2013/01/7-online-marketing-ideas-2013/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 15:35:00 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Ad Age]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[online advertising]]></category>
		<category><![CDATA[Online marketing]]></category>
		<category><![CDATA[Online Marketing Ideas]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2613</guid>
		<description><![CDATA[As we embark on the journey called 2013, we have an opportunity to evaluate and evolve how we do business to grow revenue and profits in the coming year. Online marketing represents a tremendous opportunity...]]></description>
				<content:encoded><![CDATA[<p>As we embark on the journey called 2013, we have an opportunity to evaluate and evolve how we do business to grow revenue and profits in the coming year. Online marketing represents a tremendous opportunity for growth in 2013, as more business is conducted online now more than ever before. Here are seven online marketing ideas you should embrace to be successful.</p>
<p><strong>1. Ignore your website at your own peril. </strong>You&#8217;ve put it off long enough; it&#8217;s time to get serious about your website. As the endorsed online marketing consultant for a variety of industrial associations, I review hundreds of distribution websites each year. Unfortunately, the vast majority of them are just awful. While you may have been able to get away with this in the past, you will not get away with it going forward.</p>
<p>The changing face and needs of your customers, combined with the rise of online technologies in the workplace, have rendered your neglected website inadequate. If you use Google on a daily basis to research products and companies, don&#8217;t you think your customers do too? Make it a priority in 2013 to turn your website into a customer-focused sales machine. If you want to see an example of a distributor website that &#8216;gets it,&#8217; check out www.foodservicewarehouse.com.</p>
<p><strong>2. Abandon &#8216;megaphone marketing&#8217; tactics. </strong>Megaphone marketing is shouting at many with the hopes of attracting a few; 2013 is the year that successful companies will realize that megaphone marketing tactics just don&#8217;t work. Examples of megaphone tactics include print advertising, yellow page advertising, directory advertising, untargeted banner advertising, cold calls and mass email blasts. Megaphone marketing tactics no longer work because of a fundamental shift in customer behavior. Customers don&#8217;t want to be interrupted and megaphone marketing is an interruption. Customers want to be in control of the information they receive. With megaphone marketing, the company is in control. So, what should you do?</p>
<p><strong>3. Embrace &#8216;magnet marketing&#8217; tactics. </strong>Magnet marketing overcomes the problems of megaphone marketing by putting the customer in control. Magnet marketing helps you get found by customers at the very moment they have a need for your products and services. It allows you to earn trust by providing customers with information they value to attract them to your website to do business. Examples of magnet marketing tactics include content marketing, search engine optimization, pay-per-click advertising and social media marketing.</p>
<p>Not only do magnet marketing tactics generate more leads and sales, but they are also less expensive. According to research, companies that focus on magnet marketing tactics have a 62 percent lower cost-per-lead than companies that focus on megaphone marketing tactics.</p>
<p><strong>4. Content marketing is becoming the new advertising. </strong>Search engines, blogs, social networking sites and other online platforms offer you a tremendous opportunity to engage directly with customers. However, to get in front of them in the first place, you need great content. In 2013, spend less time focusing on traditional advertising, and spend more time creating great content.</p>
<p>People don&#8217;t choose to do business with you just because you offer the right products at the right price. They choose you because you and your team have valuable, specialized knowledge about the applications of your products. Lead with that specialized knowledge in your marketing by writing best practice articles, filming &#8216;how to&#8217; videos, producing an insightful blog and creating educational guides and whitepapers. By marketing your knowledge instead of just marketing your products, you will create a unique differentiation in the marketplace.</p>
<p><a title="http://www.mdm.com/online-marketing-2013-01-29-online-marketing-ideas-for-2013/PARAMS/post/29765" href="http://www.mdm.com/online-marketing-2013-01-29-online-marketing-ideas-for-2013/PARAMS/post/29765" target="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2013/01/7-online-marketing-ideas-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you know what&#8217;s driving leads/sales to your website? Google Analytics can tell you.</title>
		<link>http://www.onlinemarketingdenver.net/2013/01/driving-leadssales-website-google-analytics-you/</link>
		<comments>http://www.onlinemarketingdenver.net/2013/01/driving-leadssales-website-google-analytics-you/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 14:40:51 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Search Engine information]]></category>
		<category><![CDATA[business analytics]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2610</guid>
		<description><![CDATA[The trouble is many small businesses struggle to get Google Analytics set up, let alone use it to pull out meaningful data. This easy to follow guide will take you through the set-up process and...]]></description>
				<content:encoded><![CDATA[<p>The trouble is many small businesses struggle to get Google Analytics set up, let alone use it to pull out meaningful data. This easy to follow guide will take you through the set-up process and help you understand how your website&#8217;s performing.</p>
<p>This is a great tool to help you get going.</p>
<p><a title="http://www.simplybusiness.co.uk/microsites/google-analytics-guide/" href="http://www.simplybusiness.co.uk/microsites/google-analytics-guide/" target="_blank">http://www.simplybusiness.co.uk/microsites/google-analytics-guide/</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2013/01/driving-leadssales-website-google-analytics-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Of Four CMOs Say Social Media Impacts Sales</title>
		<link>http://www.onlinemarketingdenver.net/2012/08/cmos-social-media-impacts-sales/</link>
		<comments>http://www.onlinemarketingdenver.net/2012/08/cmos-social-media-impacts-sales/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 19:39:58 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[C-level discussions]]></category>
		<category><![CDATA[customer experience]]></category>
		<category><![CDATA[data impacts]]></category>
		<category><![CDATA[product development]]></category>
		<category><![CDATA[Sales]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2569</guid>
		<description><![CDATA[I found another great article on business insider, and it speaks directly to post of the past. Not long ago I wrote an article on the use of social media among CEOs and how many often talk...]]></description>
				<content:encoded><![CDATA[<p>I found another great article on business insider, and it speaks directly to post of the past.</p>
<p>Not long ago I wrote an <a href="http://www.businessinsider.com/ceos-on-social-media-do-as-i-say-not-as-i-do-2012-7" target="_blank">article on the use of social media among CEOs</a> and how many often talk the social media talk on behalf of their brands/companies but very few actually walk the social media walk for their own personal use.</p>
<p>Today comes results of a survey conducted by <a href="http://www.bazaarvoice.com/" target="_blank">Bazaarvoice </a>of 100 members of <a title="The CMO Club" href="http://www.thecmoclub.com/" target="_blank">The CMO Club</a>. Now while I realize the sample size is small (100) it is worth nothing that 56.1% of the brands represented have more than $1 billion in annual revenue while another 36% have $100-999 million in annual revenue, and just 7.9% have annual revenue of $0-100 million.</p>
<div>Entitled “<em>Chief customer advocate: How social data elevates CMOs</em>” the survey and subsequent white paper ”reveals the results of an online survey of 100 members of The CMO Club, which includes CMOs of business-to-consumer and business-to-business organizations.”Key findings include:</p>
</div>
<ul>
<li>Social (media) data impacts decisions for nearly all CMOs. Almost half of CMOs have used social data to make predictions or forecasts, and nearly nine in 10 say this data has influenced their decisions.</li>
<li>CMOs use data to drive smarter decisions beyond marketing. While marketing teams and agencies most often uncover the data itself, insights are used in product development, customer experience, sales, and C-level discussions.</li>
<li>CMOs believe social reveals consumer sentiment and improves brand awareness. CMOs are most confident in social data analysis of product/service sentiment, and in its impact on overall brand loyalty and awareness.</li>
</ul>
<p>As for the impact CMOs believe social media has on sales:</p>
<p><a href="http://cdn2.business2community.com/wp-content/uploads/2012/08/Screen-Shot-2012-08-21-at-10.15.47-AM1.png"><img src="http://cdn2.business2community.com/wp-content/uploads/2012/08/Screen-Shot-2012-08-21-at-10.15.47-AM1.png" alt="" width="540" height="401" border="0" data-orig-height="507" data-orig-width="666" /></a></p>
<p>While I’m not sure why the folks behind this survey/white paper decided to “water down” the confidence quotient, if you will, by inserting the word “somewhat” in the subhead in the chart above, especially when they did not use the word in the headline – but regardless the fact that so many of the CMOs surveyed identified social media as having such a profound impact on sales, as well as brand  awareness and loyalty speaks volumes.</p>
<p>It speaks volumes in that CMOs, perhaps unlike their fellow C-suite residents (CEOs), realize that social media is here to stay – yes there are those still on “it’s a fad” bandwagon, and that it can have a significant impact the things that matter most, AKA the bottom line and brand loyalty.</p>
<p>It would also appear that CMOs realize that social media is a direct reflection on the world around them – the world where consumers live, work and play. While not crazy about the use of the word “somewhat” again, the graph below shows that a large number of CMOs surveyed believe that social media is effective for identifying discernible trends among consumers with the word “discernible” being the operative word for sure.</p>
<div>
<a title="http://www.business2community.com/social-media/three-of-four-cmos-say-social-media-impacts-sales-0260992#ixzz24UhSOiz8" href="http://www.business2community.com/social-media/three-of-four-cmos-say-social-media-impacts-sales-0260992#ixzz24UhSOiz8" target="_blank">Read more</a></div>
<div id="divCleekiAttrib" style="display: none;"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2012/08/cmos-social-media-impacts-sales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marketers Turn to Search Retargeting for Branding, Direct Response Goals</title>
		<link>http://www.onlinemarketingdenver.net/2012/08/marketers-turn-search-retargeting-branding-direct-response-goals/</link>
		<comments>http://www.onlinemarketingdenver.net/2012/08/marketers-turn-search-retargeting-branding-direct-response-goals/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 16:58:22 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Retargeting]]></category>
		<category><![CDATA[retargeting]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2565</guid>
		<description><![CDATA[When it comes to targeting consumers online, retargeting continues to prove a valued tactic for marketers. In fact, ValueClick Media found more than half (55%) of US marketers said retargeting was one of the most...]]></description>
				<content:encoded><![CDATA[<p>When it comes to targeting consumers online, retargeting continues to prove a valued tactic for marketers.</p>
<p>In fact, ValueClick Media found more than half (55%) of US marketers said retargeting was one of the most important forms of targeting.</p>
<p>However, retargeting is hardly used in isolation. Findings from media buying platform Chango showed search retargeting in particular—one of the most common forms of retargeting—is typically used with multiple marketing tactics and other retargeting methods.</p>
<p>Apart from combining search retargeting with the obvious marketing tactics of search and display advertising, Chango found 84.8% of North American brands and agencies used social media marketing alongside search retargeting, an unsurprising response considering how tightly social media and search are often aligned. Additional marketing tactics used in tandem with search retargeting included mobile marketing (72.7%), email marketing (48.5%) and video and content marketing (56.7%).<br />
But search isn’t the only channel marketers and agencies used to generate their retargeting pools. The vast majority (93.5%) also retargeted off website activity, and more than a quarter looked to other digital touchpoints like social media (29%) and email (25.8%) for retargeting opportunities.<br />
Revenue generation remains the primary goal of search retargeting campaigns for the majority of advertisers and brands. As eMarketer reported, though search and other forms of retargeting are often used to nudge consumers further down the purchase funnel, the study found a good portion of brands and agencies also use it for more brand-based objectives, such as increasing brand awareness and stealing market share from competitors.</p>
<p>Chango’s director of marketing and partnerships, Ben Plomion, noted a few reasons for a brand-based focus, including search retargeting’s ability to better tailor display ad creative based off of past intent and the ease of bidding on competitor terms compared to doing so via search engine marketing (SEM).</p>
<p><a title="http://finchannel.com/Main_News/Tech/114666_Marketers_Turn_to_Search_Retargeting_for_Branding,_Direct_Response_Goals/" href="http://finchannel.com/Main_News/Tech/114666_Marketers_Turn_to_Search_Retargeting_for_Branding,_Direct_Response_Goals/" target="_blank">Read More</a></p>
<div id="divCleekiAttrib" style="display: none;"></div>
<p><span class="smarterwiki-popup-bubble smarterwiki-popup-bubble-active" style="top: 559px; left: 77px; margin-left: -54px; margin-top: -60px; opacity: 0.25;"><span class="smarterwiki-popup-bubble-body"><span class="smarterwiki-popup-bubble-links-container"><span class="smarterwiki-popup-bubble-links"><span class="smarterwiki-popup-bubble-links-row"><a class="smarterwiki-popup-bubble-link" title="Search Google" href="http://www.google.com/search?q=Read%20More" target="_blank"><img class="smarterwiki-popup-bubble-link-favicon" src="https://www.google.com/favicon.ico" alt="" /></a><a class="smarterwiki-popup-bubble-link" title="Search Surf Canyon" href="http://search.surfcanyon.com/search?f=nrl1&amp;q=Read%20More&amp;partner=fastestfox" target="_blank"><img class="smarterwiki-popup-bubble-link-favicon" src="data:image/x-icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AycnKOmdmaastLTDuIB8j/yAfI/87Oz7eg4OFi+no6Rj///8A////AP///wD///8A////AP///wD6+voDfHx+kyAfI/8gHyP/LCsv+FJRVPhHRkr6IiEl/SAfI/8tLTDuuLe5T////wD///8A////AP///wD///8AfHx+kyAfI/8wLzP4qqqr+Pv7+////////////+3t7f+Dg4X9IB8j/yMiJvq/vr9H////AP///wD///8AyMfIPyIhJf8wLzP429vb+P///////////////////////////////66ur/0gHyP/ODc74////wD///8A////AHRzda4wLjH/rKyt+P/////8/Pz/h4eJ/z8+Qv9GRUn/rq6v////////////iIiK/6ijnP/269Y/////AP///wBQTlDzR0VI+vv7+///////oqGh/zg2Of8hICT/IB8j/yAfI//c3Nz/7de7/9alX//GfhL/48KOfv///wD///8AWFZX/3Vzdfr//////////4iGhv9SUFL/MC8z/2ZlaP+1jmz/unMv/7NjFf+zYxX/s2MV/9atin7WrYp+1q2KfmdlZf91c3T8//////////+npaT/bWtr/0tJS/81Mzf/jIB5/9Gidv+/eDD/v3gw/8B6M//NlWD/x4pO/8WFRvqLiIjXbmxs/+rq6v//////6Ofn/4yJiP9lY2T/Q0JE/0tKTf/09PT/9uvc/+K5gP/apFL/9+zaP////wD///8AwcDAe357e/+koqL9///////////09PT/zs3N/8jHx//5+fn//////+7u7/9/f4H/4tfC//rv2T////8A////APb29g+YlZXjhYKB/7W0s//9/f3//////////////////////+vr6/9paGn/NTQ3/319f6f///8A////AP///wD///8A6OjnMpmWle6MiYf/lZOS/8XEw//b2tr/0dHR/6elpv9hYGH/TkxO/25sb8L09PQM////AP///wD///8A////AP///wDv7+4jsa6tu5KPjf+Kh4b/gX59/3h2df9vbW3/amho96alpof4+PgH////AP///wD///8A////AP///wD///8A////AP///wDs6+srz87Nb8XDw37Av75+zMvKXvLy8hT///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A//8AAPA/AADAHwAAgA8AAIAHAAAABwAAAAcAAAAHAAAAAAAAAAcAAIAHAACABwAAwA8AAOAfAAD//wAA//8AAA%3D%3D" alt="" /></a></span><span class="smarterwiki-popup-bubble-links-row"><a class="smarterwiki-popup-bubble-link" title="Search DuckDuckGo" href="http://duckduckgo.com/?q=Read%20More" target="_blank"><img class="smarterwiki-popup-bubble-link-favicon" src="https://ff.duckduckgo.com/favicon.ico" alt="" /></a><a class="smarterwiki-popup-bubble-link" title="Search Wikipedia" href="http://www.google.com/search?hl=com&amp;btnI=I%27m+Feeling+Lucky&amp;q=Read%20More+wikipedia" target="_blank"><img class="smarterwiki-popup-bubble-link-favicon" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAIpwAACKcBMsYCAwAAAAd0SU1FB9kFEwgQLXKnj9oAAAPsSURBVDiNdVRZSGRXEH1Joz8icSIMJsEQEvKvov4ICoOYIAp+KKISkLiAgij5UGOMjgoug6CiKC64i/sSpVHcl7jv7W6722pcWmyNoqBW6hRpyYSZC8W7975bdU+dOrcUIlL+axYWFq+SkpLybWxsYo17VlZWX/H6DebOzs4/ent7/+Lu7v7z/31h7y8U5fvV1VWNra3tIObGvZqamtaHh4fHxMTExb29vcejoyMKCwt7jIqKWuD/bz4Y0MXF5e319bU2JyfngA99x/YJ22empqZuERERKwcHB9Td3U37+/u0srJCc3NzNDIyQk1NTVcqleonPvv6JSCPL87OznQ8p+TkZC2vv2GzcnNz+83a2joqLy9vCQFnZ2dpfX2dlpaWqLe3lzo7O+WStLS0ORMTE7+XgCkpKTX07/Dz86PIyEhDVlaWISMjgxISEmRfp9PRzs4O7e7uEtMi6EZHRyVweHg4gp6bm5tbKK958PlbODES+ZmZmQmkxjsE2d3dHWm1WsrOzqa6ujoaGhqigYEBGh4epvT0dCovLyd7e3sfhR3fGR0vLy9fULa0tMj8/PycNBoNcVGIi0NxcXHU09NDY2Nj1N/fL2mXlZXJJV5eXkXK9va2DojggIDPz8/iuLGxQcvLy8IXEN7c3JBer5f14uKiIOzr66P29naqqqqiiooK8vf3n1aYbP3ExIQcZkkIKgcHBwJ/BoNB1ltbW8IbF466urrk3OTkpFhDQ4MEZA7Jx8fnSGEJ6I2pHh4eyvf2ViglVBbBwBMQb25u0sLCgnAXExMjVLS1tVFJSYmkHRoa+pfCmydwPjk5EYf7+3txwBoVRTFmZmZetFdcXEyBgYGUm5srVa6traWioiIqKCig4ODgVYVJnUE6LGpBhLQQDMjAHeaQzPT0tASG7iorK0U2kAwC4hIE9PT0HFZYvB7j4+NPQHlxcSGFOD4+Fvnw8xKOUGnwxAWkqakpqSz7CJ/V1dXEmiV+/+To6Pi7CJvFq356ehIHaA2ogPjq6krSRlVbW1ulqoODgyIbyMfX15dKS0spNjYWAf+2tLT8UgLyJAIPHinPz89LFcEXJIJUcdHa2ppIBAjVajWlpqYSNwcqLCwUdEFBQX9+ysP4llXcSf7gFO6A8PT0lJqbm4UXvB6kBc6QKgz/sAfu8Ers7OzecYxv3+s2PD53dXX9FVUFCiCqr6+njo4OSRMBwSN3FylKfn4+MQgKCAhAC1N9rB+aODk5vWUU5+ARUoHu8CpQ0cbGRjFcxA3kkjtRAft8/dEGazRuRabcZH8ICQkpjo6OVjNHmvj4+GXuiyMeHh453ATCzMzMXn3I9x8oCiuuorpqawAAAABJRU5ErkJggg==" alt="" /></a></span></span></span></span></span><span class="smarterwiki-popup-bubble smarterwiki-popup-bubble-active smarterwiki-popup-bubble-detailed" style="margin-top: -134px; margin-left: -300px; top: 559px; left: 77px; opacity: 0.25;"><span class="smarterwiki-popup-bubble-body"><span class="smarterwiki-popup-bubble-definition"><strong>GitHub:</strong> Software description: a software to manage books in the computer (C#). <a id="dd-cite-link" href="http://duckduckgo.com/?q=Read%20More"><strong>→</strong></a></span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2012/08/marketers-turn-search-retargeting-branding-direct-response-goals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Things PPC May Be Telling You About Your Business</title>
		<link>http://www.onlinemarketingdenver.net/2012/08/5-ppc-telling-business/</link>
		<comments>http://www.onlinemarketingdenver.net/2012/08/5-ppc-telling-business/#comments</comments>
		<pubDate>Thu, 23 Aug 2012 16:44:06 +0000</pubDate>
		<dc:creator>Christian Kligora</dc:creator>
				<category><![CDATA[Pay Per Click Articles]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[Google's AdWords]]></category>
		<category><![CDATA[Pay-Per_Click]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://www.onlinemarketingdenver.net/?p=2562</guid>
		<description><![CDATA[Embarking on a paid search campaign for your business is a great way of quickly generating sales and leads at an effective cost. You’re able to have (almost) complete control and visibility over what you...]]></description>
				<content:encoded><![CDATA[<p>Embarking on a paid search campaign for your business is a great way of quickly generating sales and leads at an effective cost. You’re able to have (almost) complete control and visibility over what you spend, where you spend it, etc., but are there any other benefits to running a PPC (Pay-Per-Click) campaign?</p>
<p>What a lot of advertisers may not realize is that PPC data can give you a huge amount of insight into your business and industry in general, and the more knowledge you have into your business, the better placed you will be to make decisions that can determine whether you succeed or fail.</p>
<p>Below are 5 things which PPC data can tell you about your business:</p>
<h2><strong>1) Impact of Branding Exercises</strong></h2>
<p><strong></strong>In my <a href="http://www.searchenginejournal.com/google-adwords-display-network-do-it-the-right-way/47299/">last post here at Search Engine Journal</a>, I covered some points on how to effectively run an AdWords display campaign. In this post, I mentioned that even if you had the best display campaign setup possible, this traffic is still a lot less likely to convert versus search traffic and sometimes should be considered more as a branding exercise. Search can help you measure the impact of branding exercises with a surprising degree of accuracy.</p>
<p>One of the best indicators in today’s online landscape is the amount of brand searches a website receives on Google. To take advantage of this, simply create a brand-specific campaign within your AdWords account that records exactly how many brand searches are made each day. To ensure that your brand data is as accurate as possible, be sure to only use exact match, phrase match, and broad match modifier match types as these will ensure that no adverts within this campaign are triggered by generic searches.</p>
<p><strong>By running a brand-specific search campaign, you’ll be able to quickly analyze daily search trends and determine whether particular brand marketing campaigns have resulted in an uplift in your brand searches on Google.</strong></p>
<p><img title="PPC" src="http://www.searchenginejournal.com/wp-content/uploads/2012/08/PPC-637x135.jpg" alt="" width="637" height="135" /></p>
<h2><strong>2) Website and/or Landing Page Performance</strong></h2>
<p><strong></strong>Have you done everything possible to ensure that the traffic you’re sending via PPC is highly targetted?  Is your ad messaging accurate at describing your product/service? If the answer to both of these is yes and you’re still experiencing an extremely displeasing conversion rate, then the most likely cause of the poor performance is your website or landing page.</p>
<p><strong>Paid search is a great way of identifying website issues, as the traffic you’re sending to the site via PPC should primarily be people that are extremely interested in your product/service.</strong></p>
<p>Because of this, if you can’t convert PPC traffic, then you’re going to have a very hard time converting traffic from other marketing channels.</p>
<h2><strong>3) Insight into Your USPs (“Unique Selling Propositions” or Points of Difference) </strong></h2>
<p><strong></strong>Your USP can be any feature of your business that makes you stand out from your competitors. Many online website owners will use USPs as a way of adding additional value to customers as an incentive to choose to deal with their business instead of a competitor, but the question is,<strong> what kind of USP will your audience respond to best?</strong> Well, you can use your PPC campaign to find out!</p>
<p>Test different advert variations against each other, highlighting different USPs in each ad. For example, you may be offering free delivery worldwide, but also have a “10% Off” sale running and be unsure what to highlight in the header of your website. To see which USP your audience likes best, highlight these points in one advert each, run these adverts against each other for a period of time (I’d recommend somewhere between a week and a month depending on volume), and then see which performs best in terms of CTR (Click-Through Rate) and conversion rate.</p>
<p>After this quick test has been completed, you’ll then have valuable information that can be used to dictate what content you highlight on your website, as well as other marketing campaigns. (More on <a href="http://www.clickclickmedia.com.au/is-your-adwords-ad-really-getting-message-across/">optimising adwords ad text here</a>, if you’re not familiar with the basics.)</p>
<h2>4) Insight into Your Audience’s Language Behavior</h2>
<p>There is a particular report under the Keywords tab within your AdWords report called a “Search Query” report (found by clicking the “Keyword details” button and then clicking “All”). This report gives you the ability to see exactly what users are typing into Google to trigger your PPC adverts.</p>
<p>You can use this data to gain insight into the most commonly used language and terminology by people who are looking for information on your product and/or services. <strong>Mimicking commonly used language and terminology onto your website could increase your website’s relevancy for users, and this can only be a good thing for your conversion rate!</strong></p>
<div><a title=" http://www.searchenginejournal.com/5-things-ppc-may-be-telling-you-about-your-business-without-you-realising/47532/#IMCRVVcxErQ8evGU.99" href=" http://www.searchenginejournal.com/5-things-ppc-may-be-telling-you-about-your-business-without-you-realising/47532/#IMCRVVcxErQ8evGU.99" target="_blank">Read more</a></div>
<div id="divCleekiAttrib" style="display: none;"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinemarketingdenver.net/2012/08/5-ppc-telling-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
