<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SEER Interactive</title>
	
	<link>http://www.seerinteractive.com</link>
	<description>SEO SEM and the world of search marketing</description>
	<lastBuildDate>Mon, 17 Jun 2013 22:12:01 +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>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/seerinteractive/dndP" /><feedburner:info uri="seerinteractive/dndp" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Where Did All My Conversions Go?</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/LQBhTTIUV-0/where-did-all-my-conversions-go-2</link>
		<comments>http://www.seerinteractive.com/blog/where-did-all-my-conversions-go-2#comments</comments>
		<pubDate>Mon, 17 Jun 2013 16:33:36 +0000</pubDate>
		<dc:creator>Megan Ginecki</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[adwords code]]></category>
		<category><![CDATA[conversion tracking]]></category>
		<category><![CDATA[Conversions]]></category>
		<category><![CDATA[paid search]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Search Funnels]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=17289</guid>
		<description><![CDATA[When I first started working in Paid Search, I thought enabling conversion tracking was pretty simple: just place a code, test, and you are ready to rock and roll. I&#8217;ve learned in my past 3 years at SEER that sometimes that sentiment can prove to be true, but often conversion tracking isn&#8217;t that easy especially [...]]]></description>
				<content:encoded><![CDATA[<p>When I first started working in Paid Search, I thought enabling conversion tracking was pretty simple: just place a code, test, and you are ready to rock and roll. I&#8217;ve learned in my past 3 years at SEER that sometimes that sentiment can prove to be true, but often conversion tracking isn&#8217;t that easy especially when something goes wrong.  </p>
<p><img src="http://www.seerinteractive.com/wp-content/uploads/2013/06/Broken-Guitar.jpg" alt="Broken Guitar" width="303" height="174" class="aligncenter size-full wp-image-17286" /></p>
<p>(<a href="http://www.edroman.com">source</a>)</p>
<p>Frustrated with the lack of blogs on this topic, I wanted to compile a troubleshooting checklist to help anyone experiencing tracking issues. </p>
<p><strong>Search Funnels </strong></p>
<p><em>Scenario:One of my clients was receiving more leads than I was seeing in the Adwords interface</em></p>
<p>AdWords attributes conversions to the day the initial click occurred and not when the conversion action takes place (PPC hero has a great blog on <a href="http://www.ppchero.com/conversion-attribution-in-adwords/">conversion attribution</a>). Therefore, Search Funnels was one of the first places I checked. More specifically, I looked at the Time Lag reports to see if that was a possible explanation. </p>
<p><strong>Conversions – Webpages </strong></p>
<p><em>Scenario: A client stopped receiving leads even though they were still tracking in Adwords</em></p>
<p>After looking into Conversions-Webpages I saw that conversions were occurring on two different webpages which coincided with the timing of when the client&#8217;s tracking dropped off. Since conversions should only occur on one webpage, I was able to alert my client to the problem and have their developer fix it quickly.    </p>
<p><img src="http://www.seerinteractive.com/wp-content/uploads/2013/06/Conversions-Webpage.jpg" alt="Conversions-Webpage" width="1403" height="77" class="aligncenter size-full wp-image-17290" /></p>
<p><strong>Plugins!</strong></p>
<p><em>Scenario: Our test conversion wasn&#8217;t showing in Google Analytics</em></p>
<p>Our team uses the <a href="https://tools.google.com/dlpage/gaoptout">Google Analytics Opt-Out Browser Add-On</a> to help avoid skewing our clients’ numbers. While it&#8217;s a great add-on, it makes running a conversion test nearly impossible: having it enabled will prevent your test conversions from coming through properly even if everything is functioning correctly. Once we disabled the add-on, we re-tested and saw our conversion come through.</p>
<p>Side note &#8211; The new Google Analytics has a new feature that allows users to test verifying goals. </p>
<p><strong>Is Your Code There?</strong></p>
<p><em>Scenario: Our test conversion didn&#8217;t come through </em></p>
<p>You might be wondering why I&#8217;ve put this in here, but it&#8217;s very easy for a client to accidently place code in the wrong place. For reference, the code should go in the body of the confirmation page. One way to quickly rule this out is to check the page source (CTRL &amp; U). </p>
<p><strong>Is Your Code Correct?</strong></p>
<p><em>Scenario: One of my clients was receiving more leads than I was seeing in the Adwords interface</em></p>
<p>In February 2013 Google changed their AdWords code so users wouldn&#8217;t need to select “HTTP” or “HTTPs” during set up.  This change should not have affected 99% of users who used the old code, but my client was a part of the remaining 1% because of a previous HTTP vs. HTTP problem.  Updating to the new code resolved our issue.  </p>
<p>Because these codes are extremely sensitive simple errors such as extra spaces or misspellings can be enough to throw things off. </p>
<p>As mentioned above, I recommend referencing the page source to make sure the code in the Adwords interface is identical to the one placed on the webpage. </p>
<p><strong>Google Analytics</strong> </p>
<p><em>Scenario: Any</em></p>
<p>Google Analytics has tons of information you can look into when conversion tracking goes haywire.  You can check out landing pages and visits, verify against goals, and so much more. </p>
<p><strong>Google &amp; Bing Support</strong></p>
<p><em>Scenario: Any</em></p>
<p>Google and Bing have a great team of conversion tracking specialists who can help users with most conversion tracking issues.</p>
<p><strong>Your Client</strong></p>
<p><em>Scenario: Any </em></p>
<p>Last but certainly not least, your client is key to accurate conversion tracking.  Good communication with your client can help you prevent conversion tracking issues and also help you resolve them should they occur. </p>
<p>While this might not resolve all of your conversion tracking nightmares, I hope this lists helps you rule some items out. If you&#8217;ve experienced any conversion tracking issues not listed, please feel free to share them and your solutions in the comments below.  </p>
<p>                                                          Happy Tracking Everyone!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=LQBhTTIUV-0:JGwiyoN4hRY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=LQBhTTIUV-0:JGwiyoN4hRY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=LQBhTTIUV-0:JGwiyoN4hRY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=LQBhTTIUV-0:JGwiyoN4hRY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=LQBhTTIUV-0:JGwiyoN4hRY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=LQBhTTIUV-0:JGwiyoN4hRY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/LQBhTTIUV-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/where-did-all-my-conversions-go-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/where-did-all-my-conversions-go-2?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=where-did-all-my-conversions-go-2</feedburner:origLink></item>
		<item>
		<title>Mastering PPC: Options By Engine</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/P-Rt0AZu-hU/mastering-ppc-options-by-engine</link>
		<comments>http://www.seerinteractive.com/blog/mastering-ppc-options-by-engine#comments</comments>
		<pubDate>Thu, 13 Jun 2013 20:53:55 +0000</pubDate>
		<dc:creator>Jaclyn Lazar</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=17261</guid>
		<description><![CDATA[Now that you have an idea of how to manage your budget thanks to Nick, you might want to consider where your ads are currently showing, and where you can expand! There are tons of options for engines that you can show ads on but the two biggest players are of course Google and Bing. [...]]]></description>
				<content:encoded><![CDATA[<p>Now that you have an idea of how to manage your <a href="http://www.seerinteractive.com/blog/mastering-ppc-budgeting-basics">budget</a> thanks to Nick, you might want to consider where your ads are currently showing, and where you can expand! There are tons of options for engines that you can show ads on but the two biggest players are of course Google and Bing. Both of these engines have different options you can choose to show your ads across different channels and sites.</p>
<h2><b><span style="text-decoration: underline;">Google:</span></b></h2>
<p>Google is probably the most common engine that advertisers choose to run paid search ads with. Google receives more than <a href="http://www.google.com/competition/howgooglesearchworks.html">1 billion searches per day</a>. So, when you’re deciding where you want to show your ads, this is a good place to start. Once you’ve decided to partner with Google, you can decide where and how you’d like to serve your ads.</p>
<p>&nbsp;</p>
<h3><b>Google Search:</b></h3>
<p>You can choose to show your ads only on the standard Google.com search page. In order to choose this option, you want to choose “Search Network Only” under Campaign Settings in AdWords.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/1.jpg"><img class="alignnone size-full wp-image-17265" alt="#1" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/1-e1371156191989.jpg" width="889" height="466" /></a></p>
<p>When you select “Search Network Only” AdWords will default to showing your ads on both Google search and search partners when users search on your keywords. <a href="https://support.google.com/adwords/answer/2616017?hl=en">Google Search partners</a> are a group of various sites that Google partners with to show ads on when users search those sites. Google doesn’t tell us exactly what sites this includes but they drop some hints that sites like AOL and Ask.com are a part of their network. You can choose to opt out of search partners by going to your campaign settings and unchecking the little box that says “Include search partners”.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/2.jpg"><img class="size-full wp-image-17266 aligncenter" alt="#2" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/2-e1371156316428.jpg" width="751" height="443" /></a></p>
<p>If you choose to opt out of search partners, your ads will only show when a user searches on Google.com or other Google search sites such as Google Maps or Google Images.</p>
<p>&nbsp;</p>
<h3><b>Google Display Network: </b></h3>
<p>If search isn’t your thing or if you want to reach more people, the Google display network is a great option. In order to show ads on the display network you’ll want to choose “Display Network Only” in the campaign settings tab.</p>
<p style="text-align: center;"> <a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/3.jpg"><img class="wp-image-17267 aligncenter" alt="#3" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/3.jpg" width="802" height="411" /></a></p>
<p>The Google display network is a wide range of sites across the internet that partner with Google to show ads. This even includes ads on mobile devices and within apps. (Ever wonder about those ads that pop up during candy crush?) Your ad can show in many different places throughout these sites. You can also choose to show both text and image ads. Similar to the search network, you can use targeting methods to determine where your ads show. You can target specific sites with <a href="https://support.google.com/adwords/answer/99502?hl=en">managed placements</a> or you can use keywords to tell Google which sites might be relevant to automatically place your ads on. In addition to these, you can target by overall interest categories (like showing on sites related to games) or even by user’s gender or demographics. If you want to get an idea of what kinds of sites are in the Google display network, Google’s <a href="https://www.google.com/adplanner/?pli=1#siteSearch">ad planner</a> is a great tool!</p>
<p>&nbsp;</p>
<h3><b>Remarketing:</b></h3>
<p>Another option within the Google display network is Remarketing. This is when you can cookie users who have visited your site and then serve them ads as they browse different sites across the display network (yes this is a little creepy, but it does work!). Remarketing can be a great targeting option because you can re-engage users who did not convert originally. You can even show them special offers or coupons to make them more likely to come back. In addition, since this serves ads within the display network, you can show both text and image ads to grab the user’s attention.</p>
<p>&nbsp;</p>
<h3><b>YouTube:</b></h3>
<p>Yet another option under the Google umbrella is showing ads on YouTube. There are a few different options for YouTube advertising. You can go big and choose Masthead advertising which is similar to a banner ad on the YouTube homepage or you can stick with more traditional paid search options like TrueView advertising. Within TrueView you can decide if you want to show ads within the video search results, alongside a relevant video, or within the viewing screen before the video starts. You can run text or image ads on YouTube as well as video ads. To learn more about YouTube advertising check out my colleague Jess’s <a href="http://www.seerinteractive.com/blog/guide-to-getting-started-with-youtube-ads">blog</a>!</p>
<p>&nbsp;</p>
<h2><b><span style="text-decoration: underline;">Bing:</span></b></h2>
<p>The other most common engine for paid search advertising is Bing. Bing recently reported that <a href="http://yahoobingnetwork.com/en/community_blogpost/194/123521/yahoo-bing-network-represents-30-search-share-in-u-s">“47.3 million unique searches in the US only use Bing”</a>. Bing tends to be lower volume but sometimes the cost per click is less since there is less competition on this engine.</p>
<p>&nbsp;</p>
<h3><b>Bing Search Network:</b></h3>
<p>Just like Google, you can choose to show ads on both Bing and Yahoo! Search (they are partnered together) or on their search partner network. To choose your network, go to the settings tab in a particular ad group and check the box for “Search network” and then choose your specific network option.</p>
<p style="text-align: center;"> <a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/4.jpg"><a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/4.jpg"><img class="alignnone size-large wp-image-17268" alt="#4" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/4-570x561.jpg" width="570" height="561" /></a></a></p>
<p>On Bing Ads you can choose these settings at the ad group level. Also, on Bing you can choose to target only search partners on their own (this is not an option on Google). This can be helpful if search partners are under performing or out performing and you’d like to test them at different bids or budgets so that you don’t miss out on potential volume.</p>
<p>&nbsp;</p>
<p><b>Bing Content Network: </b></p>
<p>Bing also has a content network that you can target like Google. You can choose this setting at the ad group level by clicking the “Content network” box in the settings tab like you can see above. The Bing content network does not include as many sites as Google’s and therefore has not been known to have as strong performance.</p>
<p>&nbsp;</p>
<p>In addition to Google and Bing, there are many smaller engines you can also show ads on. We’ll be covering these in our next post so stay tuned!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=P-Rt0AZu-hU:sWC_EgTS9m4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=P-Rt0AZu-hU:sWC_EgTS9m4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=P-Rt0AZu-hU:sWC_EgTS9m4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=P-Rt0AZu-hU:sWC_EgTS9m4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=P-Rt0AZu-hU:sWC_EgTS9m4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=P-Rt0AZu-hU:sWC_EgTS9m4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/P-Rt0AZu-hU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/mastering-ppc-options-by-engine/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/mastering-ppc-options-by-engine?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mastering-ppc-options-by-engine</feedburner:origLink></item>
		<item>
		<title>Be a HARO Hero: Make the Most of Off-Topic Queries</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/i55-RNTkm88/be-a-haro-hero-make-the-most-of-off-topic-queries</link>
		<comments>http://www.seerinteractive.com/blog/be-a-haro-hero-make-the-most-of-off-topic-queries#comments</comments>
		<pubDate>Wed, 12 Jun 2013 13:50:52 +0000</pubDate>
		<dc:creator>emmas@seerinteractive.com</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=17181</guid>
		<description><![CDATA[HARO, in theory, is a dream come true. Tons of people are looking for someone &#8211; anyone &#8211; to help them out, basically in exchange for a link&#8230; jackpot, right?! Not usually. While you may infrequently find a &#8216;diamond in the rough,&#8217; most days, queries like this generally clutter your inbox: So maybe your client [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: 13px; line-height: 17px;">HARO, in theory, is a dream come true.</span></p>
<p>Tons of people are looking for someone &#8211; anyone &#8211; to help them out, basically in exchange for a link&#8230; jackpot, right?!</p>
<p>Not usually. While you may infrequently find a &#8216;diamond in the rough,&#8217; most days, queries like this generally clutter your inbox:</p>
<p><img class="aligncenter size-full wp-image-17182" alt="Funny HARO Query" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/silly-haro-query.png" width="510" height="140" /></p>
<p><img class="aligncenter size-large wp-image-17235" alt="Really, HARO?" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/weird_haro_query-570x138.png" width="570" height="138" /></p>
<p><img class="aligncenter size-medium wp-image-17183" alt="Silly HARO Query" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/orly-haro-300x326.png" width="300" height="326" /></p>
<p>So maybe your client eats baby powder for breakfast and cat food for dinner. But it&#8217;s probably not the type of PR he or she is looking for.</p>
<p>Consider this, however. Every day, hundreds of reporters, journalists, and authorities in your client&#8217;s industry are so desperate for information, expertise, and stories, that they have taken the time to publish a query on HARO. You think this desperation is a one-time thing? Think again.</p>
<p>Today, a journalist may be looking to discuss your (questionable) eating habits, but tomorrow, he or she may want to talk about creating a balanced diet and healthy lifestyle. If this is your client&#8217;s industry, creating a warm lead today will help you get the link for tomorrow&#8217;s story.</p>
<p>Let&#8217;s discover how to mine <em>today&#8217;s</em> queries for publications that will make sense for <em>tomorrow&#8217;s</em> opportunities:</p>
<h3>Mine HARO for queries relevant to an industry your client is in. Education, for example:</h3>
<p><img class="aligncenter size-medium wp-image-17187" alt="US News and World Report HARO Query" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/US-News-and-World-Report-HARO-Query-300x233.png" width="400" height="333" /></p>
<p>Although, at this time, my client might not be able to provide advice for college students regarding their student loans, they may have something to contribute to the education section of US News &amp; World Report in the future. I may want to hold onto Kelsey&#8217;s contact information.</p>
<h3>Find the reporter&#8217;s social profiles and verify that they do, in fact, write for that publication:</h3>
<p><img class="aligncenter size-large wp-image-17188" alt="Kelsey Sheehey SERP" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/Kelsey-Sheehey-SERP-570x310.png" width="570" height="310" /></p>
<h3>Get their email address:</h3>
<p>Typically, HARO will encrypt email addresses, but with a minute or two of research, you can <a title="How to Find Anyone’s Email Using Allmytweets" href="http://www.seerinteractive.com/blog/how-to-find-anyones-email-using-allmytweets" target="_blank">easily find their real email address</a>:</p>
<p><img class="aligncenter size-large wp-image-17189" alt="sheehy allmytweets" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/sheehy-allmytweets-570x74.png" width="595" height="100" /></p>
<p>&nbsp;</p>
<h3>What to do with all this information:</h3>
<h4>1) Throw all the information into a spreadsheet. I include:</h4>
<ul>
<li><span style="line-height: 13px;">Domain</span></li>
<li>DA</li>
<li>Category/Industry</li>
<li>Contact Name</li>
<li>Contact Email</li>
<li>Query &amp; Date</li>
<li>The client this contact will be useful for</li>
</ul>
<p>Alternatively, if you are a <a href="http://www.buzzstream.com/" target="_blank">Buzzstream</a> user, you can easily add the prospect&#8217;s details through your Buzzmarker with notes about the queries they&#8217;ve been submitting, include their contact information, and tag it with something like &#8220;HARO contacts&#8221;.</p>
<h4>2) Establish a Relationship</h4>
<p>Now that you&#8217;ve saved this contact information from your target publications, don&#8217;t let them go to waste! Follow the journalists on Twitter, subscribe to their blogs, comment on their articles, and re-tweet their posts. Start building a relationship with them. It will give you a leg-up on all the other people sending them cold emails.</p>
<h4>3) Wait until you&#8217;re ready</h4>
<p>When you&#8217;re launching an asset, looking to guest post, or want to be added to a resources page, you can reach out to your new (highly relevant) reporter friend!</p>
<h3>TL;DR</h3>
<p>When skimming HARO, don&#8217;t solely pay attention to topics your clients can comment on, but also pay attention to:</p>
<p><strong>1) Industry/publication of queries.</strong> Even if the query they submitted doesn&#8217;t make sense for your client at the time, it doesn&#8217;t mean the publication doesn&#8217;t cover topics your client IS an expert in.</p>
<p><strong>2) Reporter contact information.</strong> HARO typically encrypts email addresses, but there are other ways to find email addresses: <a title="How to Find Anyone’s Email Using Allmytweets" href="http://www.seerinteractive.com/blog/how-to-find-anyones-email-using-allmytweets" target="_blank">*ahem*</a>.</p>
<p><strong>3) What they&#8217;re asking for.</strong> Even if you can&#8217;t provide expertise on the query topic, you might be a fit for them in the future, whether that be a guest post, an infographic share, or an addition to their resources page. You could even try checking out their editorial calendar to see if there&#8217;s anything you can help them out with in advance. (h/t <a title="Steph's Twitter. You should follow her." href="https://twitter.com/stephbeadell" target="_blank">@stephbeadell</a>)</p>
<p>Next time you&#8217;re looking for someone to promote an asset your client made, or need some guest post prospects, you can refer back to your HARO &#8220;rolodex&#8221; full of warm prospects.</p>
<p><strong>Other resources:</strong> <a href="http://www.prnewswire.com/profnet/" target="_blank">ProfNet</a> is a nice (paid) alternative to HARO, oftentimes with higher-quality queries and publications. ProfNet also usually gives you the direct email address of the reporter.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=i55-RNTkm88:E8HBz8J3MEk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=i55-RNTkm88:E8HBz8J3MEk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=i55-RNTkm88:E8HBz8J3MEk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=i55-RNTkm88:E8HBz8J3MEk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=i55-RNTkm88:E8HBz8J3MEk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=i55-RNTkm88:E8HBz8J3MEk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/i55-RNTkm88" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/be-a-haro-hero-make-the-most-of-off-topic-queries/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/be-a-haro-hero-make-the-most-of-off-topic-queries?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=be-a-haro-hero-make-the-most-of-off-topic-queries</feedburner:origLink></item>
		<item>
		<title>Mastering PPC: Budgeting Basics</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/mlHS4QJHJPw/mastering-ppc-budgeting-basics</link>
		<comments>http://www.seerinteractive.com/blog/mastering-ppc-budgeting-basics#comments</comments>
		<pubDate>Thu, 06 Jun 2013 19:16:39 +0000</pubDate>
		<dc:creator>nicholasv@seerinteractive.com</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[budgets]]></category>
		<category><![CDATA[dayparting]]></category>
		<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=17143</guid>
		<description><![CDATA[The process of setting up campaign budgets can easily be overlooked when setting up a PPC account or new campaign, but there are a few things you may want to consider which could impact performance. Google and Bing do a great job explaining their budget settings. At a high level, Google and Bing allow you [...]]]></description>
				<content:encoded><![CDATA[<p>The process of setting up campaign budgets can easily be overlooked when setting up a PPC account or new campaign, but there are a few things you may want to consider which could impact performance.</p>
<p><a title="AdWords Support Center" href="https://support.google.com/adwords/answer/2375420?hl=en" target="_blank" class="broken_link">Google</a> and <a title="Bing Ads Support" href="http://advertise.bingads.microsoft.com/en-us/help-topic/how-to/moonshot_conc_aboutbudgettype.htm/tell-me-about-budgeting" target="_blank">Bing</a> do a great job explaining their budget settings. At a high level, Google and Bing allow you to set daily budgets at the campaign level. Bing also allows for monthly budgets which aren’t capped daily, or evenly distributed throughout the month, so you may exhaust your budget before the month ends.</p>
<h3>Delivery Method</h3>
<p>&nbsp;</p>
<p>If you have an unlimited budget, you’ll likely want to set your daily caps to unattainable limits (within reason – not $2M/day) to limit the possibility your ads will stop showing due to budget constraints. Also make sure the delivery method for campaigns with “unlimited” budgets is set to “accelerated” so your ads are showing as frequently as possible throughout the day. Generally speaking, you’ll primarily want to use “standard” delivery when you have budgets that cap daily, which can’t be increased, so that your ads maintain a presence throughout the day. This approach can vary by campaign or depending on your goals.</p>
<p style="text-align: center;"><a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/Delivery-Method.jpg"><img class="size-full wp-image-17144 aligncenter" alt="" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/Delivery-Method.jpg" width="268" height="51" /></a></p>
<h3>Dayparting</h3>
<p>&nbsp;</p>
<p>The alternative to standard budget delivery is accelerated budget delivery. With accelerated delivery, it is possible to exhaust the budget early in the day. Potentially, our ads might not show during higher converting traffic times later in the day when we have no budget left. Quickly running a Google dimensions report can inform ad scheduling around these stronger periods in the day:</p>
<p style="text-align: center;"><a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/dimensions-google.jpg"><img class="size-full wp-image-17146 aligncenter" alt="dimensions google" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/dimensions-google.jpg" width="525" height="290" /></a></p>
<p style="text-align: center;"><a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/dayparting.jpg"><img class="size-full wp-image-17145 aligncenter" alt="dayparting" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/dayparting.jpg" width="374" height="353" /></a></p>
<h3>Keyword Research</h3>
<p>&nbsp;</p>
<p>For accounts with limited budgets, planning and research are key so that you’re getting the most bang for your buck. As my colleague <a title="Audrey's Twitter" href="https://twitter.com/AudreyBloemer" target="_blank">Audrey</a> pointed out last week, there are <a title="SEER Blog" href="http://www.seerinteractive.com/blog/mastering-ppc-how-to-use-googles-new-keyword-planner" target="_blank">great tools available</a> to aid you in keyword research. <a title="Hoa's Twitter" href="https://twitter.com/TalktoHoa" target="_blank">Hoa</a> also shared some awesome<a title="SEER Blog" href="http://www.seerinteractive.com/blog/spark-new-ideas-with-these-keyword-research-toolstips" target="_blank"> keyword research tips</a> to take your lists to the next level. These tools can help you better estimate how much budget you’ll need and how to best allocate it.</p>
<p>An important factor to consider is what the estimated or average CPCs are for your keywords in comparison to your budget. If you’re limited to, say, $20 per day for a campaign but your initial target keywords are a bit more general with estimates of $4 per click, basic math says you may only receive 5 clicks in a day. Is that enough clicks to meet your goals in a day, factoring in you anticipated conversion rate, or should you exclude those keywords and aim for longer tail variations or misspellings which may be less competitive with lower CPCs? The latter is likely preferable. If you find your campaigns are regularly meeting their budgets, you may want to focus on more strict match types like modified broad match, phrase or exact for your keywords to reduce potentially inefficient spend.</p>
<h3>Lost Impression Share</h3>
<p>&nbsp;</p>
<p>Lost impression share (IS) due to budget metrics are available in Google and Bing. Impression share makes it easier to calculate how much extra you may need to spend to show your ads all the time:</p>
<p style="text-align: center;"><a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/google-IS.jpg"><img class="aligncenter size-full wp-image-17154" alt="google IS" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/google-IS.jpg" width="394" height="290" /></a></p>
<p style="text-align: center;"><a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/Bing-IS.jpg"><img class="aligncenter size-full wp-image-17153" alt="Bing IS" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/Bing-IS.jpg" width="459" height="339" /></a></p>
<h3>Shared Budgets</h3>
<p>&nbsp;</p>
<p>Shared budgets are a great AdWords tool which, as the name suggests, allows you to share a budget cap across multiple campaigns. In the past, you would have to set budgets for each campaign individually. This meant that if you wanted to break one campaign out into five and get more granular by theme, possibly only for tracking purposes, you would also need to divide the budget across the five campaigns. If you ultimately don’t mind which of the five campaigns utilizes the budget, and just want to see the data differently at the campaign level, you may now opt to share the $100 across these campaigns. Shared budgets can be found under your account’s Shared Library in the left hand navigation of the Google UI:</p>
<p style="text-align: center;"><a href="http://www.seerinteractive.com/wp-content/uploads/2013/06/shared.jpg"><img class="aligncenter size-full wp-image-17155" alt="shared" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/shared.jpg" width="440" height="315" /></a></p>
<p>At the end of the day, be open to re-allocating budget toward stronger performing campaigns or engines. There’s no magic percentage of spend that needs to be allocated to Google vs. Bing or any other engine. Likewise, some campaigns may not spend the same amount each day and can be subject to weekly fluctuations, seasonality and holidays. Budget tracking worksheets can be great tools to help you gauge total monthly spend and anticipate capping or under-spending ahead of time.</p>
<p>Now you know a few things to keep in mind for budget management. Feel free to share your tips and tricks as well!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=mlHS4QJHJPw:lrCDDF1QHNs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=mlHS4QJHJPw:lrCDDF1QHNs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=mlHS4QJHJPw:lrCDDF1QHNs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=mlHS4QJHJPw:lrCDDF1QHNs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=mlHS4QJHJPw:lrCDDF1QHNs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=mlHS4QJHJPw:lrCDDF1QHNs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/mlHS4QJHJPw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/mastering-ppc-budgeting-basics/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/mastering-ppc-budgeting-basics?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mastering-ppc-budgeting-basics</feedburner:origLink></item>
		<item>
		<title>Finding Contact Information for .EDU Outreach</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/L2gaa9_5MXg/contact-information-edu-outreach</link>
		<comments>http://www.seerinteractive.com/blog/contact-information-edu-outreach#comments</comments>
		<pubDate>Thu, 06 Jun 2013 13:00:28 +0000</pubDate>
		<dc:creator>Hillary MacBain</dc:creator>
				<category><![CDATA[linkbuilding]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=16569</guid>
		<description><![CDATA[While doing outreach, you may find yourself trying to reach out to an student organization or club on a university campus. Often, the club&#8217;s website will list a general &#8220;info@&#8221; or &#8220;contact@&#8221; email address. In my experience, these general contact emails get lost in the internet ether, never to be actually read by a club [...]]]></description>
				<content:encoded><![CDATA[<p>While doing outreach, you may find yourself trying to reach out to an student organization or club on a university campus. Often, the club&#8217;s website will list a general &#8220;info@&#8221; or &#8220;contact@&#8221; email address. In my experience, these general contact emails get lost in the internet ether, never to be actually read by a club officer.</p>
<p>Today, I&#8217;m going to share with you some secrets about college students, and then I&#8217;m going to show you one of my favorite methods for finding actual contact information for club officers. I&#8217;m 12 months removed from the glory days of Indiana University, but I feel fairly confident in my understanding of college student behavior.</p>
<p>Let&#8217;s get started.</p>
<h2>The Truth About College Students</h2>
<p>Remember those &#8220;info@schoolname.edu&#8221; and &#8220;contact@schoolname.edu&#8221; emails you send your fantastic outreach to? No one checks those email addresses except at the start of the school year during call-out meetings (if that). Trust me.</p>
<p>&#8220;But Hillary,&#8221; you might say, &#8220;I want to sponsor these students&#8217; clubs. Won&#8217;t they be super eager to get back in touch with me?&#8221; They will be. But &#8211; and hold on to your seat because I&#8217;m about to let you in on another not-so secret &#8211; college students are lazy. Ain&#8217;t nobody got time to check a second email address!</p>
<p>If you want success with your outreach to student clubs and organizations, you have to make it as easy as possible for them. Get your outreach message in the personal inbox of every member of the leadership board of the club you&#8217;re targeting. Why every member of the leadership board? Because the club&#8217;s website probably hasn&#8217;t been updated in at least a year. You&#8217;re going to be lucky if even one of the students listed hasn&#8217;t yet graduated.</p>
<p>So, there you go. College students are lazy and infrequently (if ever) check the club email. Now that we&#8217;re up to speed on the not-so-secret lives of college students, let&#8217;s get down to brass tacks. How are you going to obtain the personal email addresses of multiple university students all while maintaining efficiency in outreach?</p>
<h2>Student Directories</h2>
<p>My favorite trick is to see if there’s a student directory listed on the school’s domain. Because these directories also list faculty and staff, they are often referred to as &#8220;People Finders.&#8221; Here are a few of the advanced queries I use to locate the online directory:</p>
<p><em>[student directory site:schoolname.edu]</em></p>
<p><em>[people finder site:schoolname.edu]</em></p>
<p><em>[roster site:schoolname.edu]</em></p>
<p>In honor of my alma mater, I’ll show you how this works using Indiana University as an example:</p>
<h3>1. Search Google using one of the advanced queries above:</h3>
<h3></h3>
<p><img class="alignnone size-large wp-image-17125" alt="2013-06-05_1451" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/2013-06-05_1451-570x499.png" width="570" height="499" /></p>
<p>Bingo.</p>
<h3>2. Enter the name of one of the club officers:</h3>
<p>&nbsp;</p>
<p><img class="alignnone size-large wp-image-16571" alt="SEER_Blog_2" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/SEER_Blog_2-570x403.png" width="570" height="403" /></p>
<p>Let&#8217;s use my name as an example:</p>
<p style="text-align: center;"><img class="size-full wp-image-17126 aligncenter" alt="2013-06-05_1502" src="http://www.seerinteractive.com/wp-content/uploads/2013/06/2013-06-05_1502.png" width="508" height="359" /></p>
<p><strong>Pro tip:</strong> If you search for a name and there are no results, make sure you&#8217;ve checked nicknames. For example, <a href="http://www.dickvitaleonline.com/">Dick Vitale</a> may be listed by his birth name, Richard Vitale, in a school directory. If you&#8217;re not sure what &#8216;Hal&#8217; is short for (Spoiler: Henry), then check out this <a href="http://www.familiesunearthed.com/nicknames.htm">comprehensive list of common nicknames</a>.</p>
<p>If the student’s name either has no obvious nicknames or you tried a couple variations and are still coming up dry, chances are the student has graduated.</p>
<h3>3. Do a victory dance:</h3>
<p>For those of you trying to hunt down my university contact information, you&#8217;re in luck, as Indiana University still has me listed as a former student and employee. You can now proceed to send your outreach to me!</p>
<p><img class="alignnone size-large wp-image-16573" alt="SEER_Blog_4" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/SEER_Blog_4-570x144.png" width="570" height="144" /></p>
<h2>Next Steps</h2>
<p>If you&#8217;re hunting down the contact information for one of the many John Smiths, Millers, or Andersons of the world, using the People Finder successfully might take a little digging and research. If the club webpage mentions the student&#8217;s major or area of interest, you should be able to narrow down the results to the &#8220;right&#8221; John Smith.</p>
<p>No luck still? See if you can find the club officers via Twitter, Facebook, or LinkedIn – this is usually my last resort as the return is infrequently worth the time required.</p>
<p>Do you use any similar strategies? Is there a term for “people finder” or “student directory” that I missed? Let me know in the comments!</p>
<p>Follow Hillary on <a href="http://www.twitter.com/macbainiac">Twitter</a> for more helpful <del>stalking</del> outreach tips!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=L2gaa9_5MXg:xXbHjomHw0k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=L2gaa9_5MXg:xXbHjomHw0k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=L2gaa9_5MXg:xXbHjomHw0k:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=L2gaa9_5MXg:xXbHjomHw0k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=L2gaa9_5MXg:xXbHjomHw0k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=L2gaa9_5MXg:xXbHjomHw0k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/L2gaa9_5MXg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/contact-information-edu-outreach/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/contact-information-edu-outreach?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=contact-information-edu-outreach</feedburner:origLink></item>
		<item>
		<title>Mastering PPC: How to Use Google’s New Keyword Planner</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/Sm-98xCmbFE/mastering-ppc-how-to-use-googles-new-keyword-planner</link>
		<comments>http://www.seerinteractive.com/blog/mastering-ppc-how-to-use-googles-new-keyword-planner#comments</comments>
		<pubDate>Thu, 30 May 2013 17:26:56 +0000</pubDate>
		<dc:creator>audreyb@seerinteractive.com</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=17095</guid>
		<description><![CDATA[Let&#8217;s face it, despite our best efforts most of us don&#8217;t have unlimited PPC budgets. We&#8217;re faced with the challenge of managing and optimizing accounts within a specified monthly budget which is why it’s so important to maximize the valuable dollars we do have. Estimation tools are a great resource to help build out your [...]]]></description>
				<content:encoded><![CDATA[<p>Let&#8217;s face it, despite our best efforts most of us don&#8217;t have unlimited PPC budgets. We&#8217;re faced with the challenge of managing and optimizing accounts within a specified monthly budget which is why it’s so important to maximize the valuable dollars we do have. Estimation tools are a great resource to help build out your account and plan your spend. Both Google and Bing provide helpful estimation tools to get you started however today I am going to focus on the new Google tool</p>
<h3><b>The <i>New</i> Google Keyword Planner </b></h3>
<p>&nbsp;</p>
<p>Google&#8217;s finally listened to years of feedback and recently launched a new, robust Keyword Planner that allows you to find new keywords &amp; ad group ideas, pull search volume estimates, and identify competitive bids &amp; budgets all in one place. Some of us in the SEER office have been playing around with the new tool and so far so good!</p>
<p>With the new release, Google expects to retire the current Keyword Tool and Traffic Estimator by the end of July. While the new Keyword Planner shares features we loved in the in the Keyword Tool there are some notable differences.</p>
<h2><b>Keyword Research </b></h2>
<p>Whether you are creating new search campaigns or expanding and refining existing campaigns, the Keyword Planner helps discover the most efficient keywords. You now have the option to target individual cities and regions (vs. only countries in the Keyword Tool) plus languages, and networks. You can further customize your results by filtering keywords by number of avg. monthly searches, CPCs and competition. The Keyword Planner will also hide any keywords that already exist in your account (awesome!).</p>
<p>One new Keyword Planner feature that could be really beneficial is the ability to ‘multiply’ keywords, or combine two or more keyword lists to generate new keywords, similar to this <a title="keyword concatenation tool" href="http://http://www.found.co.uk/ppc-keyword-tool/" class="broken_link">keyword concatenation tool</a>.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/Google-Keyword-Planner-Research1.png"><img class="alignnone size-medium wp-image-17100" alt="Google Keyword Planner Research1" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/Google-Keyword-Planner-Research1-300x411.png" width="300" height="411" /></a></p>
<h2></h2>
<h2><strong>Keyword Estimates</strong></h2>
<p>After you&#8217;ve set up keyword filters and targeting the Keyword Planner uses historical data to provide keyword statistics for exact match (vs. broad in the Keyword Tool). To review broad and phrase estimates you must add the keywords to your &#8216;plan&#8217;. Your &#8216;plan&#8217; is a computation of keyword ideas you&#8217;ve selected. As you&#8217;re building your &#8216;plan,&#8217; you can adjust bid ranges and budgets to see updated volume estimates.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/Google_Keyword_Planner_Estimates1.png"><img class="alignnone size-medium wp-image-17102" alt="Google_Keyword_Planner_Estimates1" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/Google_Keyword_Planner_Estimates1-300x105.png" width="300" height="105" /></a></p>
<p><em>(click to enlarge)</em></p>
<p>&nbsp;<br />
If you feel like the Keyword Planner average search volume data is higher than the Keyword Tool results, you&#8217;re correct! With the move to Enhanced campaigns Google is now providing estimates for based all devices (vs. defaulting to just desktops in the Keyword Tool). It is not possible to segment by device in the planner. The average search volume data is also specific to your targeting options. In order to see global monthly search volume like before you&#8217;ll need to select all locations to target.</p>
<p>Also new to the Keyword Planner is Avg. CPC estimates column (vs. approximate CPC in the Keyword Tool).  Approximate CPCs took the average of CPCs across all ad positions and was not affected by your suggested bids. The new Average CPCs in the Planner are influenced by your suggested bids and will change accordingly. I&#8217;m excited for this update as it should help increase accuracy!</p>
<p>Once you click the blue &#8220;Get Estimates &amp; Review Plan&#8221; button  (shown in the screenshot above) you will receive more detailed estimates based on specific bids you choose. Similar to the Traffic Estimator, Google Keyword Planner provides a nifty graph with daily performance estimates for your keywords and ad groups based on your selected bids and budget. While its functionality doesn&#8217;t differ much from the existing chart in the Traffic Estimator Tool I think its streamlined look is much easier to comprehend.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/Google_Keyword_Planner_Estimates.png"><img class="alignnone size-medium wp-image-17097" alt="Google_Keyword_Planner_Estimates" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/Google_Keyword_Planner_Estimates-300x133.png" width="300" height="133" /></a></p>
<p><em>(click to enlarge)</em></p>
<p>In the screenshot above you can see that our traffic would be limited by the current bids and budgets for the selected keywords. This is a nice baseline to use for making adjustments. After you are satisfied with your selections Google gives you the option to upload your &#8216;plan&#8221; directly to your account. While this may be a helpful feature for some, I&#8217;d recommend downloading the build to Excel and doing the actual build outside of the Planner and using this as more of a suggestion.</p>
<p>I&#8217;m personally excited for the new tool and look forward to streamlining the build process. We&#8217;d love to hear your experiences with the new Keyword Planner.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=Sm-98xCmbFE:FGToruNMfuM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=Sm-98xCmbFE:FGToruNMfuM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=Sm-98xCmbFE:FGToruNMfuM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=Sm-98xCmbFE:FGToruNMfuM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=Sm-98xCmbFE:FGToruNMfuM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=Sm-98xCmbFE:FGToruNMfuM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/Sm-98xCmbFE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/mastering-ppc-how-to-use-googles-new-keyword-planner/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/mastering-ppc-how-to-use-googles-new-keyword-planner?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mastering-ppc-how-to-use-googles-new-keyword-planner</feedburner:origLink></item>
		<item>
		<title>How Small Wins Can Help Build Trust</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/AoKohbaELAQ/how-small-wins-can-help-build-trust</link>
		<comments>http://www.seerinteractive.com/blog/how-small-wins-can-help-build-trust#comments</comments>
		<pubDate>Fri, 24 May 2013 19:53:15 +0000</pubDate>
		<dc:creator>sauravr@seerinteractive.com</dc:creator>
				<category><![CDATA[business thoughts]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=17055</guid>
		<description><![CDATA[Gaining the trust of your clients can be very difficult, especially if the client has worked with an unethical SEO company in the past. I want to share a story on how we got the client approval process down to 5-7 days from 4-8 weeks by having some small wins and building trust with the [...]]]></description>
				<content:encoded><![CDATA[<p>Gaining the trust of your clients can be very difficult, especially if the client has worked with an unethical SEO company in the past. I want to share a story on how we got the client approval process <strong>down to 5-7 days</strong> <strong>from</strong> <strong>4-8 weeks</strong> by having some small wins and building trust with the client.</p>
<p><strong>How do you build that trust and make the relationship with clients stronger?</strong></p>
<p>We work in an industry where we experiment different strategies (onsite and offsite) to continually improve and efficiently drive results. And to achieve those results we need approval on the strategies we provide to our clients and in a quick period of time.</p>
<h2>Why is it difficult to build trust?</h2>
<p>There are number of issues that may have been the reason for the client to not fully put their trust in you and your company. Below are few of many examples:</p>
<ul>
<li>Client may not have been educated in SEO</li>
<li>You point of contact may be pressured by their bosses</li>
<li>Regime change</li>
<li>Lack of communication</li>
<li>Hidden strategies that can cause disruption in the success of the campaign due to algorithm updates</li>
</ul>
<h2>Why is it important to build that trust?</h2>
<ul>
<li><strong>Appreciation</strong>: They would be more appreciative. Their circle of influence can affect other sources within the company to help you help them create success.</li>
<li><strong>Accelerate approval times</strong>: Onsite &amp; Offsite strategies will start getting approved and implemented quicker to help you create success for them.</li>
<li><strong>More than just SEO</strong>: They started talking about strategies that inform business decisions. You will become more than just an SEO.</li>
<li><strong>High level decisions</strong>: You start getting involved with different departments of the company, such as: IT, Designers, Developers, etc.</li>
<li><strong>Collaboration</strong>: They start to become collaborative. The tone of their questions starts to change, examples:
<ol>
<li>‘What happened to these keywords, why did they drop?’ <strong>Changes to</strong> ‘We saw a drop in few keywords ranking, can you please take a look at this for us?’</li>
<li>‘Can you tell us why you are recommending this link building idea?’ <strong>Changes to</strong> ‘We understand the value of the strategy but we need some proof so we can help get some budget from our seniors’.</li>
</ol>
</li>
</ul>
<p>I wanted to share a quick example of a story that helped me gain that trust of the client to help speed up the approval process of the strategies, which led to achieving our initial goal quicker than intended.</p>
<p>What was done to improve the process? We provided an example of a small win that had the ability to create a big story and changed the entire approval process.</p>
<p>We had a really good win for one of the top keywords’ ranking position. We wanted to provide a story beyond just the ranking data. The analysis we provided included rankings plus the impact it had on the revenue.</p>
<p>Below is a graph of the ranking improvement for that keyword from November 2012 to March 2013 and how achieving those rankings also helped improve their revenue.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/RankingRevenueGrowthForKeyword.png"><img class="alignnone size-full wp-image-17059" alt="Ranking&amp;RevenueGrowthForKeyword" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/RankingRevenueGrowthForKeyword.png" width="757" height="406" /></a></p>
<p>Let’s take it to the next level. Let’s look at the revenue this one keyword generated since the start of the campaign.<br />
<a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/RevenueToDate.png"><img class="alignnone size-full wp-image-17062" alt="RevenueToDate" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/RevenueToDate.png" width="854" height="455" /></a></p>
<p>I would love to hear your examples :).</p>
<h2>Conclusion</h2>
<ul>
<li>Stories, strategies &amp; results helps you become more of a long term partner. They will help you build trust and relationships.</li>
<li>Personally, this is a path of my journey to become a marketer from an SEO.</li>
</ul>
<p><strong>Resource</strong><br />
I highly recommend and I know Wil does too to read this book &#8212;&#8211;> <a href="http://www.myspeedoftrust.com/">Speed of Trust</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=AoKohbaELAQ:-HkrwB9UaRA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=AoKohbaELAQ:-HkrwB9UaRA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=AoKohbaELAQ:-HkrwB9UaRA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=AoKohbaELAQ:-HkrwB9UaRA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=AoKohbaELAQ:-HkrwB9UaRA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=AoKohbaELAQ:-HkrwB9UaRA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/AoKohbaELAQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/how-small-wins-can-help-build-trust/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/how-small-wins-can-help-build-trust?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-small-wins-can-help-build-trust</feedburner:origLink></item>
		<item>
		<title>Understanding the “Why” in SEO</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/NlVHJAlsUkw/understanding-the-why-in-seo</link>
		<comments>http://www.seerinteractive.com/blog/understanding-the-why-in-seo#comments</comments>
		<pubDate>Fri, 24 May 2013 14:09:29 +0000</pubDate>
		<dc:creator>joshw@seerinteractive.com</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=17011</guid>
		<description><![CDATA[One of my favorite TED talks is &#8220;How Great Leaders Inspire Action&#8221; by Simon Sinek. In the presentation he describes the concept of the Golden Circle which consists of three rings: What, How, and Why. Sinek explains that conventional thought works from the outside in. People and organizations think about What they want to do [...]]]></description>
				<content:encoded><![CDATA[<p>One of my favorite TED talks is &#8220;<a href="http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action.html">How Great Leaders Inspire Action</a>&#8221; by Simon Sinek. In the presentation he describes the concept of the Golden Circle which consists of three rings: What, How, and Why.</p>
<div></div>
<div><img class="aligncenter size-full wp-image-17012" alt="The Golden Circle: How, What, and Why" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/the-golden-circle-how-what-why.jpg" width="468" height="288" /></div>
<div></div>
<div>Sinek explains that conventional thought works from the outside in. People and organizations think about What they want to do and How they do it, but many don&#8217;t consider <i>Why</i> they do the things they do (beyond making money, of course.)</div>
<div></div>
<div>In contrast, the most successful and inspirational companies and individuals work from the inside out. They start with Why and let that steer the How and What. An example Sinek gives is Apple under Steve Jobs. Apple&#8217;s Why was Jobs&#8217; vision of design and simplicity. This vision is what guides How they do things and What they make.</div>
<div></div>
<p>&nbsp;</p>
<h2>So What?</h2>
<div>What does this have to do with SEO? Understanding the Why is crucial to thoughtful <span style="text-decoration: line-through;">SEO</span> marketing. If we were to look at the Golden Circle for SEER, we would see something like this:</div>
<div>
<p><img class="aligncenter size-full wp-image-17039" alt="SEER's Golden Circle - Why, How, and What" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/seer-golden-circle.png" width="598" height="360" /></p>
</div>
<div><strong style="color: #57818e; font-size: 24px; line-height: 26px;">Examples</strong></div>
<div></div>
<div></div>
<div>SEOs have focused on the How and What of our craft for a long time. This mindset gave rise to large scale linkbuilding techniques like low quality blog commenting, directories, and paid links. This mode of thinking also applies to other aspects like keyword and competitive research. Of course everyone knows that Panda and Penguin pulled the rug out from under many of these tactics&#8230;or did it? If we understand the Why, these techniques aren&#8217;t something to be afraid of. Let&#8217;s take a look at each:</div>
<div></div>
<p>&nbsp;</p>
<h3>Blog Commenting</h3>
<div></div>
<h4><b>Starting with What</b></h4>
<div>
<ul>
<li><strong>What</strong>: Links, lots of links.</li>
<li><strong>How</strong>: Bot software that will automatically blast useless comments across thousands of blogs</li>
<li><strong>Why</strong>: We need links, why not? No one reads comments anyway&#8230;</li>
</ul>
<h4><b>Understanding the Why</b></h4>
</div>
<div>
<ul>
<li><strong>Why</strong>: We want to contribute to our industry by sharing knowledge and building relationships in a meaningful way.</li>
<li><strong>How</strong>: We add thoughtful comments to blog posts in our niche to start or continue meaningful discussion.</li>
<li><strong>What</strong>: Some links, exposure to potential visitors and customers, and deeper relationships with our industry.</li>
</ul>
<div><strong>Example:</strong> The SEOmoz blog. Comments on SEOmoz are a place of discussion and learning. You&#8217;re able to talk directly to others in SEO, share your knowledge, and maybe pick up a few ideas.   Sure, you get a link, but isn&#8217;t the knowledge you&#8217;re sharing and relationships you&#8217;re building more important than that?</div>
<div></div>
<p>&nbsp;</p>
<h3>Directories</h3>
<div></div>
<h4><b>Starting with What</b></h4>
<div>
<ul>
<li><strong>What</strong>: Easy, do-it-yourself links.</li>
<li><strong>How</strong>: Submit to all the directories!</li>
<li><strong>Why</strong>: It&#8217;s so easy. They&#8217;re basically begging you to add your site.</li>
</ul>
</div>
<h4><b>Understanding the Why</b></h4>
<div>
<ul>
<li><strong>Why</strong>: We want to be included in helpful resources that people actually use when researching our industry.</li>
<li><strong>How</strong>: Find directories that are well managed and exclusive whose audience is part of your target demographic.</li>
<li><strong>What</strong>: Links from a small group of niche directories that raise brand awareness, drive traffic, and leads.</li>
</ul>
<div><strong>Example:</strong> Lawyers.com<b>.</b> This site is a powerhouse. It has great rankings<b> </b>for broad and long tail keywords. People use it to look for lawyers in their area. If you&#8217;re a lawyer and you want to get in front of people in your area, wouldn&#8217;t you  want a listing on this site? (Interesting how blurry the line is between high-quality directories and advertising&#8230;)</div>
</div>
<p>&nbsp;</p>
<h3>Paid Links</h3>
<div></div>
<h4><b>Starting with What</b></h4>
<div>
<ul>
<li><strong>What</strong>: Why spend my budget on a linkbuilder when I can just buy links for less?</li>
<li><strong>How</strong>: Find a network, pay money, get links</li>
<li><strong>Why</strong>: I need links fast and don&#8217;t want to mess with a linkbuilder</li>
</ul>
</div>
<h4><b>Understanding the Why</b></h4>
<div>
<ul>
<li><strong>Why</strong>: We want to cover all aspects of media, paid, earned, and owned, but want to go beyond standard advertising.</li>
<li><strong>How</strong>: Spend money to get coverage, exposure, etc.</li>
<li><strong>What</strong>: Natural word of mouth and links from bloggers and writers with real, respected sites, not just a spammy Filipino link network.</li>
</ul>
</div>
<div><strong>Example:</strong> The difference between a straight up low quality paid link and a money-is-involved-but-it&#8217;s-legit link is the intent. You could pay a blog network to post links across their blogs (don&#8217;t do this) OR you could put together an outreach plan that involves sending your product to writers or hosting an event and inviting bloggers in your area. Both of those ideas have a cost (shipping, event planning) but the result is natural word of mouth.</div>
<div></div>
</div>
<p>&nbsp;</p>
<h3><b>Keyword Research</b></h3>
<div><b> </b></div>
<h4><strong>Starting with What</strong></h4>
<div>
<ul>
<li><strong>What</strong>: High volume head terms.</li>
<li><strong>How</strong>: Identify the terms with the most traffic.</li>
<li><strong>Why</strong>: We want traffic!</li>
</ul>
</div>
<h4><b>Understanding the Why</b></h4>
<div>
<ul>
<li><strong>Why</strong>: We want to target keywords that drive conversions and directly impact our bottom line, regardless of traffic.</li>
<li><strong>How</strong>: This list is actually pretty long. Some highlights:
<ul>
<li>Look at keywords or content that&#8217;s converting well.</li>
<li>If you&#8217;re running PPC, check converting queries.</li>
<li>Review internal site searches to see how visitors are finding things after they&#8217;ve landed on your site.</li>
<li>Ask current customers/readers what kind of content they would like to see.</li>
</ul>
</li>
<li><strong>What</strong>: A mix of broad and long tail keywords that not only drive traffic, but impact conversions.</li>
</ul>
</div>
<p>&nbsp;</p>
<h3><b>Competitive Research</b></h3>
<div></div>
<h4><b>Starting with What</b></h4>
<div>
<ul>
<li><strong>What</strong>: Copy what our competitors are doing.</li>
<li><strong>How</strong>: Look at competitor sites, analyze their backlink profiles, and identify marketing campaigns.</li>
<li><strong>Why</strong>: Because this is how our competitors are doing it. What works for them will work for us.</li>
</ul>
</div>
<h4><b>Understanding the Why</b></h4>
<div></div>
<div>
<ul>
<li><strong>Why</strong>: We want to understand what our competitors are doing so we can do things that set us apart.</li>
<li><strong>How</strong>: Look at competitor sites, analyze their backlink profiles, and identify marketing campaigns.</li>
<li><strong>What</strong>: We&#8217;ll create a totally unique strategy that immediately distinguishes us from our competitors and gives us a competitive advantage.</li>
</ul>
</div>
<p>&nbsp;</p>
<h2>Conclusion</h2>
<div>People that always consider Why they&#8217;re doing something. You&#8217;ll see more benefit when you understand why you&#8217;re doing something instead of simply checking boxes.</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=NlVHJAlsUkw:Oi_OJj2NJbE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=NlVHJAlsUkw:Oi_OJj2NJbE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=NlVHJAlsUkw:Oi_OJj2NJbE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=NlVHJAlsUkw:Oi_OJj2NJbE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=NlVHJAlsUkw:Oi_OJj2NJbE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=NlVHJAlsUkw:Oi_OJj2NJbE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/NlVHJAlsUkw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/understanding-the-why-in-seo/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/understanding-the-why-in-seo?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=understanding-the-why-in-seo</feedburner:origLink></item>
		<item>
		<title>Mastering PPC: How to Integrate PPC with Web Analytics &amp; CRM Systems</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/hYDe4y-Azrk/mastering-ppc-how-to-integrate-ppc-with-web-analytics-crm-systems</link>
		<comments>http://www.seerinteractive.com/blog/mastering-ppc-how-to-integrate-ppc-with-web-analytics-crm-systems#comments</comments>
		<pubDate>Thu, 23 May 2013 20:33:49 +0000</pubDate>
		<dc:creator>Harris Neifield</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=17017</guid>
		<description><![CDATA[Congratulations: you&#8217;ve created an account, set up billing and avoided account alerts.  Now it&#8217;s time to integrate your PPC activities with web analytics and customer relationship management (CRM) systems.  If you&#8217;re not using web analytics or CRM systems already, I&#8217;d encourage you to do some research on them and see if you have the time, [...]]]></description>
				<content:encoded><![CDATA[<p>Congratulations: you&#8217;ve <a href="http://www.seerinteractive.com/blog/mastering-ppc-how-to-set-up-an-adwords-or-bing-ads-account">created an account</a>, <a href="http://www.seerinteractive.com/blog/mastering-ppc-learn-the-skills-to-pay-the-bills">set up billing</a> and <a href="http://www.seerinteractive.com/blog/mastering-ppc-red-alert-search-engine-alerts-notifications">avoided account alerts</a>.  Now it&#8217;s time to integrate your PPC activities with web analytics and customer relationship management (CRM) systems.  If you&#8217;re not using web analytics or CRM systems already, I&#8217;d encourage you to do some research on them and see if you have the time, money and skills to implement them.  These tools are invaluable.</p>
<p>&nbsp;</p>
<p>Web analytics tools can</p>
<ul>
<li>Identify on-site activities</li>
<li>Provide information to help you improve conversion rates</li>
<li>Let you know which pages are most visited, or frequently bounced from, to identify <i>potentially</i> good or bad website content</li>
<li>Identify site-search keywords that you can test in AdWords, or build site content for</li>
</ul>
<p>CRM systems can</p>
<ul>
<li>Decrease manual lead management time for you and your staff</li>
<li>Compare PPC performance to other channels</li>
<li>Help identify lead quality</li>
</ul>
<p>&nbsp;</p>
<p>Regardless of whether you&#8217;re just starting PPC on a new website, or you have a team managing the website, try to take advantage of the information and insights found in other tools like web analytics and CRM systems.   The tools search engines provide alone aren&#8217;t enough, having and sharing PPC information with other tools is best for the company as a whole.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/5.23-1.jpg"><img class="aligncenter size-large wp-image-17019" alt="5.23-1" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/5.23-1-570x380.jpg" width="570" height="380" /></a></p>
<p class="MsoNormal" style="text-align: center" align="center"><a href="http://pdgmag.com/2012/01/04/usher-in-the-new-year-with-good-karma/">Image Source</a></p>
<p>There are countless web analytics and CRM tools from many vendors to consider.  Without diving into all of the technical details, here&#8217;s how you can get started.</p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline">Decide What Tools You Might Integrate With</span></strong></p>
<p>In my experience, few medium or larger companies have an easily accessible master list covering all of the web analytics and CRM systems they utilize.  An individual group may use tool X and not tell anyone else; team Y and team Z don&#8217;t work well together so they&#8217;re in the dark, etc.</p>
<p>&nbsp;</p>
<p>The <i><span style="text-decoration: underline">first step</span></i> is to look at your source code to find out what tools are already being used.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/5.23-2.png"><img class="aligncenter size-full wp-image-17020" alt="5.23-2" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/5.23-2.png" width="532" height="238" /></a></p>
<p>&nbsp;</p>
<p>However, not all web analytics and CRM code can be easily found by looking at a view source. The <i><span style="text-decoration: underline">second step</span></i> is to try a website speed test like <a href="http://tools.pingdom.com/fpt/">Pingdom</a> to see what&#8217;s taking time to load because some tools use 1&#215;1 pixels to serve JavaScript and make requests to third party servers.  You&#8217;ll see most of the calls in the pingdom results.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/5.23-3.png"><img class="aligncenter size-large wp-image-17023" alt="5.23-3" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/5.23-3-570x451.png" width="570" height="451" /></a></p>
<p>Your <i><span style="text-decoration: underline">final step</span></i> is to talk to IT.  Tell them the background research you&#8217;ve done, and ask what tools are installed on the website for business intelligence, web analytics, and website monitoring and marketing purposes.  IT is busy too.  Telling IT what you did on your own to try to answer your question will make them much more likely to want to help you.</p>
<p>&nbsp;</p>
<p>Now that we know what to integrate with, let&#8217;s get started.</p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline">Web Analytics</span></strong></p>
<p>&nbsp;</p>
<p>Google Analytics is but the tip of the iceberg.  Unica, Omniture SiteCatalyst, CoreMetrics, WebTrends and other tools provide best-in-class information, some of which is not available in Google Analytics.  Be sure to tag your destination URLs properly to work with these other tools (if your company/client has them).  Having your information in Google AdWords and Bing Ads is not enough.  To learn how to tag URLs for a particular tool, perform a web search and analyze the results.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/5.23-4.png"><img class="aligncenter size-large wp-image-17024" alt="5.23-4" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/5.23-4-570x539.png" width="570" height="539" /></a></p>
<p><strong><span style="text-decoration: underline">Customer Relationship Management (CRM) Systems</span></strong></p>
<p>It&#8217;d be helpful for sales to know where leads came from and for you to know from sales if leads sent via PPC were helpful.  Tools like Marketo, Pardot, Hubspot, Salesforce and many others can do this, but you&#8217;ll need to integrate PPC with their systems to get the full benefit.</p>
<p>&nbsp;</p>
<p>Think about the capabilities of these tools when creating landing pages.  You can create landing pages in some tools like Hubspot and Marketo.  Lead Lizard wrote a great post about how <a href="http://www.leadlizard.com/customized-marketo-forms/">customizing Marketo forms</a> can help capture precise information and per-populate fields.  These steps can increase conversion rates and help you later assess lead quality with information from sales.</p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline">Conclusion</span></strong></p>
<p>Don&#8217;t overlook the basics.  Do some research on what tools you might integrate with (you&#8217;ll never know until you check).  Get started early to realize the full benefits, like CRM&#8217;s that can pre-populate fields and increase conversion rates.</p>
<p>&nbsp;</p>
<p>Stay tuned for more on mastering PPC from my colleague <a href="https://twitter.com/Nick_Vigg">Nick Viggiano</a> next week.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=hYDe4y-Azrk:E1co773AB_4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=hYDe4y-Azrk:E1co773AB_4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=hYDe4y-Azrk:E1co773AB_4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=hYDe4y-Azrk:E1co773AB_4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=hYDe4y-Azrk:E1co773AB_4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=hYDe4y-Azrk:E1co773AB_4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/hYDe4y-Azrk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/mastering-ppc-how-to-integrate-ppc-with-web-analytics-crm-systems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/mastering-ppc-how-to-integrate-ppc-with-web-analytics-crm-systems?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mastering-ppc-how-to-integrate-ppc-with-web-analytics-crm-systems</feedburner:origLink></item>
		<item>
		<title>Breaking News – New Twitter Lead Generation Card</title>
		<link>http://feedproxy.google.com/~r/seerinteractive/dndP/~3/e48MlFnDvLE/breaking-news-new-twitter-lead-generation-card</link>
		<comments>http://www.seerinteractive.com/blog/breaking-news-new-twitter-lead-generation-card#comments</comments>
		<pubDate>Wed, 22 May 2013 20:24:30 +0000</pubDate>
		<dc:creator>Harris Neifield</dc:creator>
				<category><![CDATA[PPC]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.seerinteractive.com/?p=16998</guid>
		<description><![CDATA[Ay caramba! We can now get email addresses from Twitter with the new Lead Generation Card.  This is a new feature; Twitter has done some testing but is now rolling it out to all advertisers with reps who use the managed interface. When a user expands your Tweet, they see an image and description of [...]]]></description>
				<content:encoded><![CDATA[<p>Ay caramba! We can now get email addresses from Twitter with the <a href="http://advertising.twitter.com/2013/05/Capture-user-interest-with-the-Lead-Generation-Card.html">new Lead Generation Card</a>.  This is a new feature; Twitter has done <a href="http://thenextweb.com/twitter/2013/05/22/twitter-just-added-lead-generation-to-twitter-cards-this-could-be-big/">some testing</a> but is now rolling it out to all advertisers with reps who use the managed interface.</p>
<p><i>When a user expands your Tweet, they see an image and description of your offer, and a call to action. Their name, @username and email address are already pre-filled within the Card—they simply click a button to send this information directly to you.</i> <a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/Photo-1.png"><img class="aligncenter size-full wp-image-16999" alt="Photo 1" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/Photo-1.png" width="504" height="570" /></a></p>
<p>This could be a major development from Twitter.  Instead of having social media access to followers only, names and email addresses submitted via the Lead Generation Card make the following possible:</p>
<p>&nbsp;</p>
<p><strong><i><span style="text-decoration: underline">1- Increased touch points.</span></i></strong>  Companies can email market and sales teams can follow up via traditional means (email) to users who show an interest in a company via Twitter.  Our rep noted that it will require some work on the advertisers&#8217; end to create an HTTPS endpoint, and the advertiser will most likely pull in their tech team.  However, it sounds like it&#8217;s worth a test for a client with a substantial Twitter campaign.</p>
<p>&nbsp;</p>
<p><strong><i><span style="text-decoration: underline">2- More Accurate ROI Measurement.</span></i></strong> Names generated via Twitter can be fed into CRM systems to associate with other marketing efforts and better judge cross channel marketing ROI.</p>
<p>&nbsp;</p>
<p><strong><i><span style="text-decoration: underline">3 – Higher total engagement rates.</span></i></strong>  We don&#8217;t think that users have to follow an account to fill out the lead generation card (though we are not 100% on this).  Users who don&#8217;t want to have their Twitter feed blown-up by following more accounts can now use the lead generation card and expect email follow-up which can lead to higher engagement for the advertiser.  Some people prefer email follow-up to social media overload. <b><i><span style="text-decoration: underline"> </span></i></b></p>
<p>&nbsp;</p>
<p>SEER&#8217;s Twitter rep has told us that the lead gen card can be applied across both organic and promoted tweets, but it has to be created through the Ads UI.  Therefore, only active advertisers can manage and create lead generation cards.<i></i>  To make the card, you&#8217;ll need an image at least 600 pixels wide with a 4:1 aspect ratio no larger than 1mb.  The description is 80 characters maximum and the call to action is 20 characters maximum.</p>
<p><a href="http://www.seerinteractive.com/wp-content/uploads/2013/05/jpg-screenshot-new-twitter-ads.jpg"><img class="aligncenter size-full wp-image-17005" alt="jpg screenshot new twitter ads" src="http://www.seerinteractive.com/wp-content/uploads/2013/05/jpg-screenshot-new-twitter-ads.jpg" width="412" height="526" /></a></p>
<p>This could be Twitter&#8217;s way of trying to entice more people to advertise so that they can set up the lead generation card.  Stay tuned for more updates!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=e48MlFnDvLE:LAk5YBJCA5U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=e48MlFnDvLE:LAk5YBJCA5U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=e48MlFnDvLE:LAk5YBJCA5U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=e48MlFnDvLE:LAk5YBJCA5U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?i=e48MlFnDvLE:LAk5YBJCA5U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/seerinteractive/dndP?a=e48MlFnDvLE:LAk5YBJCA5U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/seerinteractive/dndP?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/seerinteractive/dndP/~4/e48MlFnDvLE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.seerinteractive.com/blog/breaking-news-new-twitter-lead-generation-card/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.seerinteractive.com/blog/breaking-news-new-twitter-lead-generation-card?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=breaking-news-new-twitter-lead-generation-card</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (Requested URI contains query)
Database Caching 22/37 queries in 0.019 seconds using disk: basic
Object Caching 691/758 objects using disk: basic

 Served from: www.seerinteractive.com @ 2013-06-17 18:15:15 by W3 Total Cache -->
