News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

SEO Tricks: Tracking Offline Conversions for Local SEO

Started by SEO Manager, April 06, 2011, 08:44:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SEO Manager

Tracking Offline Conversions for Local SEO
 


<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><p><img src="http://www.seobook.com/images/offline-tracking-ads-cameras.jpg" width="425" height="282" /></p>
<p>We have certainly seen a trend over the last one to two years where You are not allowed to view links. Register or Login and an increasing focus on You are not allowed to view links. Register or Login. As you know, a searcher does not even have to be burdened with entering a local modifier anymore. </p>
<p>Google will gladly figure out, for you, whether or not your search has local intent. :)</p>
<h2>Google's Investment into Local</h2>
<p>Late last year Google moved one of their prized executives over to local services, Marissa Mayer. Moving Mayer, fresh off Google Instant and a variety of other high profile areas of Google's search development, to head up local is a real strong reinforcement of how much attention Google is putting on local and local result quality (or perceived quality).</p>

<p>If you are a business owner who operates locally, say a real estate agent or insurance agent or really any other consumer-based service, then this presents a huge opportunity for you if you can harness the targeting and tracking ability available online.</p>
<h2>Merging Offline Marketing with Online Marketing</h2>
<p>A lot of small businesses or larger businesses that operate locally still rely quite a bit on offline advertising. It use to be that business owners had to rely on staff nailing down exactly how a lead came to them (newspaper ad? radio ad? special discount ad? and so on). </p>
<p>While it is still good practice to do that, relying solely on that to help gauge the ROI of your advertising campaign introduces a good amount of slippage and is not all that accurate (especially if you sell something online).</p>
<p>As local businesses start to see the light with SEO and PPC campaigns versus dropping 5 figures on phonebook advertising, a big selling point as a service provider or an in-house marketing staff member will be to sell the targeting of online campaigns as well as the tracking of those results.</p>
<p>If your a business owner, it's equally important that you understand what's available to you as an online marketer.</p>
<h2>Types of Offline Advertising to Track</h2>
<p><img src="You are not allowed to view links. Register or Login" width="397" height="302" /></p>
<p>Locally, you are essentially looking at a few different types of advertising options to work into your new found zest for tracking results:</p>

<ul><li>Radio</li>
<li>Television</li>
<li>Print </li>
<li>Billboards</li>
</ul><p>Print is probably the most wide-ranging in terms of branches of advertising collateral because you can get into newspapers, magazines, flyers, brochures, banners, yellow pages, and so on. </p>
<p>While your approach may be different to each marketing type, the core tracking options are basically the same. You can track in your analytics program via:</p>
<ul><li>Separate Domains</li>
<li>Custom URL's</li>
<li>Custom Phone Numbers</li>

</ul><p>The beauty of web analytics, specifically a free service like Google Analytics, is that it puts the power of tracking into the hands of a business owner at no cost outside of perhaps a custom set up and implementation by a competent webmaster. All of these tracking methods can be tracked in Google Analytics as well as other robust analytic packages (You are not allowed to view links. Register or Login as an example, is a reasonably priced product which can do this as well, save for maybe the phone tracking).</p>
<h2>Structuring Your Campaigns</h2>
<p>With the amount of offline advertising many businesses do, it is easy to get carried away with separate domains, custom URL's, custom phone numbers, and the like.</p>
<p>What I usually like to do is use a good old fashioned spreadsheet to track the specific advertisements that are running, the dates they are running, and the advertising medium they are using. I also include a column or three for the tracking method(s) used (custom URL, separate domain, special phone number).</p>
<p><img src="You are not allowed to view links. Register or Login" width="590" height="81" /></p>
<p>In addition to this, Google Analytics offers You are not allowed to view links. Register or Login which you can use to note those advertising dates in your traffic graph area to help get an even better idea of the net traffic effect of a particular ad campaign.</p>

<h2>How to Track It</h2>
<p>Armed with your spreadsheet of ads to track and notes on how you are going to track them, you're ready to set up the technical side of things.</p>
<p>The tracking is designed to track the hits on your site via the methods mentioned, once they get there you'll want to get that traffic assigned to a campaign or a conversion funnel to determine how many of the people actually convert (if you are able to sell or convert the visitor online).</p>
<h3>Custom URL's</h3>
<p>A custom URL is going to be something like:</p>
<p>yoursite.com/save20 for an advert you might be offering 20% savings on

You are not allowed to view links. Register or Login for an advert you could offer a summer special on</p>
<p>You may or may not want to use redirection. You can use a redirect method if you are using something like a static site versus a CMS like Wordpress. With Wordpress, you could create those url's as specific pages and just no-index them and ensure they are not linked to internally so you keep them out of the search engine and the normal flow of navigation. This way you know any visit to that page is clearly related to that offline campaign.</p>
<p>A redirect would be helpful where the above is not possible and you need to use Google's URL builder to help track the campaign and not lose referral parameters on the 301.</p>

<p>So you could use the URL builder to get the following parameters if you were promoting a custom URL like You are not allowed to view links. Register or Login</p>
<p><code>You are not allowed to view links. Register or Login</code></p>
<p>Then you can head into your .htaccess file (Apache) and insert this code:</p>
<p>(should be contained on 1 line in your .htaccess file)</p>
<p><code>RewriteRule ^save20$ /savings.php?utm_source=save20&amp;utm_medium=mail&amp;utm_campaign=bigsave [L,R=301]</code></p>
<p>When you test, you should see those URL builder parameters on the landing page and then you know you are good to go :)</p>
<p>If you are worried about multiple duplicate pages getting indexed in the search results (with slightly different tracking codes) you can also leverage the rel=canonical tag on your landing page</p>

<p>&lt;link rel="canonical" href="You are not allowed to view links. Register or Login"/&gt;</p>
<h3>Separate Domains</h3>
<p>Some companies use separate domains to track different campaigns. The idea is the same as is the basic code implementation with exception that you apply any redirect to the domain rather than a sub-page or directory off the domain as we did in the prior example.</p>
<p>So you sell snapping turtles (snappingturtles.com) and maybe you sell turtle insurance so you buy You are not allowed to view links. Register or Login and you want to use that as a part of a large campaign to promote this new and innovative product. You could get this from the url builder:</p>
<p><code>You are not allowed to view links. Register or Login</code></p>
<p>The .htaccess on You are not allowed to view links. Register or Login would look like:</p>
<p>(should be contained on 1 line in your .htaccess file)</p>

<p><code>RewriteRule .* You are not allowed to view links. Register or Login [L,R=301]</code></p>
<p>This would redirect you to the home page of your main site and you can update your .htaccess with a sub-page if you had such a page catering to that specific market.</p>
<h3>Custom Phone Numbers</h3>
<p><img src="You are not allowed to view links. Register or Login" width="423" height="284" /></p>
<p>There are quite a few ways to get cheap virtual numbers these days and You are not allowed to view links. Register or Login is reliable service where you can get a number for roughly $4.88 per month.</p>
<p>I know companies that implemented custom numbers for a bunch of print ads and it was pretty eye-opening in terms of which as performed better than others and how much money is wasted on untargeted print campaigns. </p>
<p>There certainly is a somewhat intangible brand equity building component to offline ads but it is still interesting to see ads which carry their weight with traffic and response rates, as well as being really helpful when it comes time to reshape the budget.</p>

<p>Here are a couple handfuls of providers which offer You are not allowed to view links. Register or Login. Most of these providers will require the purchase of a number from them to tie into a specific URL on your site or just right into the domain + help track those calls alongside the pageviews generated. </p>
<p>Some campaigns are wide-ranging enough to where you may want to target them with a custom number or two and a custom URL or domain. Using a spreadsheet to track these measures along with using Google Analytics annotations to gauge traffic spikes and drops offers business owners deep view into the use of their marketing dollars. </p>
<h3>Custom Coupon Codes</h3>
<p>If you run a coupon code through Groupon you of course know where it came from. But other channels are also becoming easier to track. Microsoft Office makes it easy to You are not allowed to view links. Register or Login. There are even technologies to allow you to insert tracking details directly into coupon codes on your own website (similar to online tracking phone numbers via services like IfByPhone or Google's call tracking). Some online coupons  You are not allowed to view links. Register or Login, and You are not allowed to view links. Register or Login to offer You are not allowed to view links. Register or Login.</p>

<h2>Finding a Reputable Provider</h2>
<p>If you are a business owner who thinks "wow this is awesome, how the heck do I do it?", well here is some advice. If the field of web analytics is mostly foreign to you I would suggest finding a certified Google Analytics provider or ask if your current web company can do this for you. Certainly there are plenty of competent people and companies that are not part of the Google Analytics partner program.</p>
<p>If you are interested in a Google Analytics partner you can search for them You are not allowed to view links. Register or Login. There is also quite a bit of information in the You are not allowed to view links. Register or Login of Google Analytics.</p>
<p>I would recommend learning how to do this over a period of time so you can make minor or major changes yourself at some point. Also, it helps to establish a business relationship with someone competent and trustworthy for future tasks that may come up, which you cannot do on your own. </p>
<p>If you are a service provider, start implementing this for some of your local clients and you'll likely be well on your way to establishing yourself as a sought-after marketer in your area.</p><!--break--></div></div></div><div class="field field-name-taxonomy-vocabulary-4 field-type-taxonomy-term-reference field-label-above"><div class="field-label">Categories:&nbsp;</div><div class="field-items"><div class="field-item even">You are not allowed to view links. Register or Login</div></div></div>
 

You are not allowed to view links. Register or Login