Tagging and Tracking Yahoo Search Marketing Campaigns in Google Analytics
I Can Easily Analyze Google AdWords in Google Analytics, but…
Since many companies are now using Google Analytics, I often receive questions about how to best track Yahoo Search Marketing (YSM) campaigns using GA. When you use Google Analytics, your paid search campaigns using Google AdWords are tracked natively, so there is no additional tagging that you need to implement. You will be able to drill into your campaigns, ad groups, and keywords easily from within GA and view sales, goal conversion, site usage, and cost. This is a great feature, because tagging your paid search campaigns is about as fun as writing "I will always remember to tag all of my Paid Search campaigns properly." a thousand times on a chalk board. :-) So I’ve decided to write this blog post offering you a good option for tagging YSM campaigns for analysis in Google Analytics.
It’s All About the Tagging…
For those of you not familiar with tagging, it’s the process of adding querystring parameters to your campaign URL’s so Google Analytics can accurately track your campaigns. I’ve written a previous blog post about tagging emails for analysis in Google Analytics here. To track YSM campaigns in GA, some marketers are tagging at the keyword level and some at the ad level. I recently helped several clients use a technique that enables them to tag their YSM campaigns at the ad level and utilize some of YSM’s enhanced tracking parameters to analyze their campaigns in GA by Ad Group, Keyword (the keywords you are bidding on), and Raw Keyword (what people are actually entering).
YSM Enhanced Tracking Parameters (Dynamic Values from YSM)
If you turn on “Tracking URL’s” in YSM, then you can access a list of Enhanced Tracking Parameters each time someone clicks one of your keywords. You will use two of these tracking parameters for our GA tagging example.
The 2 Enhanced Tracking Parameters You Will Utilize Are:
{OVKEY} – or the keyword that a visitor clicked on. Note, these are the keywords that you bid on, not the original query from a visitor.
{OVRAW} – Yes, you got it… It’s the original query (or raw query) that a visitor entered in Yahoo.
*Note, there are several other enhanced tracking parameters available, but we’ll use the two listed above for our tagging purposes.
The Yahoo Search Marketing Tagging:
I’ll begin by providing a tagged URL below and then explain the parameters. Note, you will be tagging your URL’s at the Ad Level. So, you’ll create your ad (or access one you have already created and use this dynamic URL as the destination URL for your ad). Then you won’t need to tag at the keyword level. Yes, this will save you hours of work and hopefully meet your tracking requirements as well. :-)
Tagging Your YSM URL:
http://www.yourwebsite.com/products.asp?product-id=25&utm_source=Yahoo&utm_medium=cpc&utm_term={OVKEY}&utm_content={OVRAW}&utm_campaign=Spring%2BClothing%2BMen
Let’s quickly cover each parameter:
utm_source=Yahoo, This is simple, it’s just the traffic source. For our purposes we are using Yahoo to signify YSM.
utm_medium=CPC, Signifying Cost Per Click.
utm_term={OVKEY} This is the keyword that was clicked on. Note, this is the keyword you are bidding on and not the raw query. The beautiful part of {OVKEY} is that no matter which keyword was clicked on, the {OVKEY} enhanced parameter will hold that keyword. It's basically a variable for the programmers out there...
utm_content={OVRAW} This is the raw query that was entered into Yahoo. This is valuable information and I’ll explain more below.
utm_campaign=Spring%2BClothing%2BMen This is the name of the campaign, which will show up under the Campaigns Tab under Traffic Sources. BTW, %2B is a plus sign, %20 is a space (these are URL encoded characters, which you should always use in your URL's). You should be descriptive with the campaign name so you can easily find your campaign in the list within GA.
Why Did I Tag the URL This Way?
Good question. Because I want you to quickly access your campaign reporting in Google Analytics and be able to segment your reporting by keyword and raw query. Now, let your test campaign run for a day and then access your GA reporting. Click the Traffic Sources tab and then click Campaigns. You should see a campaign titled, “Spring+Clothing+Men”. You can review your top level information for the campaign here, like Ecommerce Revenue, Goal Conversion, and Site Usage. Click this campaign to drill deeper. Once you are in the Campaign Details report, you can easily segment the report to analyze keywords and raw queries. Click the segment dropdown and choose Keyword. This will show you the keywords (that you bid on), that led to your site. You can easily view site usage statistics, sales, and goal conversion per keyword. Click the segment dropdown again and select Ad Content. Now you are viewing the raw keywords (or the query) that people entered in Yahoo to view your ads. This is especially powerful, since you can find new, longer tail keywords for your campaigns (which will probably yield a lower CPC). You can easily export the raw keywords and then import the ones you want to use in your YSM campaigns. For example, you may be bidding on the word Khaki Pants, but you might find that visitors are entering New Dark Khaki Pants or 32 inch Khaki Pants. You would export these raw keywords and then add them to your campaign. You get the idea…
Screenshot of the YSM Campaign Reporting:
Click on the image below for a larger version:

To summarize…
So there you have it. A nice way to tag your YSM campaigns, save time, and accurately view your Paid Search reporting in Google Analytics. I still recommend using an integrated paid search package when possible, but regardless, this technique will definitely save you time and frustration. It’s a nice way to drill into your YSM campaigns to view sales, goal conversion, site usage, and all by campaign, ad group, keyword and raw keyword. Now, I would still love to view YSM campaigns with the ease of AdWords campaigns in Google Analytics, but for now, I’ll just keep using this technique. I hope this helps your paid search efforts! Let me know how it works for you.
GG
Related Content:
* Analyzing Your Holiday Email Marketing Campaigns Using Google Analytics
* Site Search in Google Analytics
* The Referring Sites Report in Google Analytics
Labels: e-commerce, Google-Analytics, marketing-channels, scientific-marketing, search-marketing, sem, web-analytics

Last week, I was helping a client produce a YouTube video and I explained the various steps involved in the production process. After our meeting, it hit me that the list of steps could be a valuable blog post for anyone interested in creating their own video. So, if you are thinking about shooting your own YouTube video and don’t know where to start, this post is for you. The list below is a great starting point and covers the essential elements to consider while planning and creating your video production.
When it comes to building high search engine rankings, building links is probably the most important thing you can do. There are obviously many factors that go into achieving high search engine rankings, but naturally building links to your website is the most important way to notify Google and the other engines that you are providing valuable content (and to prove it's valuable, other people have linked to it). Each link to your website is casting a vote for you, and the quality of the sites linking to your content is also important. For example, if you focus on business consulting, then gaining links from other business consultants is much more valuable than building links from comedy websites. I’m simplifying things a bit, but I think you get the point.
When you run a website, there are times that you'll need to redirect older webpages to newer webpages or you might want to redirect multiple domain names to a single domain name. There are two key ways to accomplish this task, issuing a 301 redirect or a 302 redirect. What you might not know is that a 301 redirect is search engine friendly and a 302 redirect is not. 301’s will safely tell the search engines that one page has been permanently moved to a new location, while 302’s tell the search engines that it’s a temporary redirect (which can cause problems down the line.) This shouldn’t be news for anyone working in the search industry, but might be news for website owners outside of the industry. My post today isn’t about what 301’s and 302’s are, but it’s about a unique challenge I ran into recently with one of my clients. We needed to 301 redirect several HTML files to new pages on the website without using the standard methods of issuing a 301 redirect. Also, the website was running on a shared server, which was an added barrier. By writing this post, my hope is that I can help some of you who might run into the same situation. More on this soon. Let’s start with a quick review of redirects.
Over the past year, there have been some studies completed to determine the impact of using live chat to increase conversion and average order value. Some marketers believe that providing answers to questions (via live chat) at critical stages during the purchase process can help increase your conversion rate. In a nutshell, it’s about proactively helping customers overcome barriers so they can make a purchase. A case study that comes to mind is the