To learn more about advertising more effectively with Analytics you can watch the "Google Analytics in 60 Seconds" videos - a series of videos that illustrate simple tips such as how to optimize keywords and how to use placement targeting.
Thursday, January 22, 2009
Google Analytics and AdWords: Better Together
To learn more about advertising more effectively with Analytics you can watch the "Google Analytics in 60 Seconds" videos - a series of videos that illustrate simple tips such as how to optimize keywords and how to use placement targeting.
Wednesday, January 21, 2009
Tracking Google Sites with Analytics
Installing the tracking code for your Google Sites website requires just a few simple steps. After creating a new account and profile for your website within Analytics, another JavaScript code snippet will be generated with a new tracking ID for your site (the tracking ID from within the code snippet is always in this format: UA-XXXXXXX-XX). You can just paste the new tracking ID into your Google Sites settings page under Other Stuff > Statistics.

Once you set up Analytics for your Google Site website, you'll have to remember to apply the code to all the existing and future pages for your website. For full instructions on configuring your site with Analytics, please follow these instructions.
Posted by Christina Park, Google Analytics Team
Do more with less -- Part 1 of 3
When the economy's down, it's more important than ever to make the most of your paid search traffic. One way to increase your sales without increasing your budget is to convert a higher percentage of visitors to your website. That way you can pay for the same number of clicks, but have a higher percentage of them turn into customers. So, how can you do this?
This is where Website Optimizer can help. Website Optimizer is a free tool from Google that allows you to compare multiple versions of a webpage and statistically determine which version performs the best. For example: you can create two different landing pages, one with four small pictures versus a page with one large picture, and scientifically determine which design has the highest conversion rate. Sometimes small changes, like changing the size of an image or the wording of a special promotion, can improve conversion rates by 10, 20, or even 50%. And, since Website Optimizer uses actual visitor data, it can take the guesswork out of site improvement and give you confidence that you're improving your conversion rate.
Website Optimizer is very easy to implement and only involves inserting a small bit of Javascript code into your webpage and variations. If you are not sure what to test, start with these guidelines:
- Simplify your page: try creating a variation that has less text, fewer input boxes, or a shorter header.
- Move your call-to-action to a more prominent location: try creating a variation where the button you want your visitors to click is in a different location (at the top of the screen? more centered?).
- Change the color of your call-to-action button: try creating a variation where your Submit/Buy button is a higher contrast color (like a bright red or green).
- Change your promotional text: try creating a variation that emphasizes a different promotion to see if it affects sales (10% off versus free shipping).
- Change the number of options the visitors see: try creating a variation with fewer product categories or fewer links to see if visitors have an easier time navigating the page.
For more ideas on what to test, check out Website Workout videos and learn how four companies improved their conversion rates using Website Optimizer. Also, if you're a testing and optimization pro, you'll be happy to hear Website Optimizer allows you to perform both A/B tests and multivariate tests on your webpage for free.
Check out the Website Optimizer page to learn more about the tool and how you can set it up for your website. Next week we'll talk about how you can get more conversions from your current campaigns.
Posted by Amanda Kelly, Inside AdWords crew
Brand YOU Day
As marketers, we all understand the importance of branding, but how do you craft YOUR brand as your bank or credit union’s marketing department?
A solid internal brand can transform marketing from the “arts and crafts” department to the strategic thought leaders … from the “ad guys” to an indispensible planning resource … from an expense to a valuable INVESTMENT.
As with any brand, your department’s brand needs to be differentiating, relevant and speak to a need.
Be Differentiating: The Marketing Department should be the ONLY one-stop resource for all information within your market. Among other things, you should be the expert on:
- How your current customers perceive and use the bank
- How potential customers perceive your bank and use their bank
- What a potential customer looks like and where they live
- What the competition is doing (or not doing)
- What the financial trends are in the market
As always, please share your thoughts as a comment below. Or if you think I'm full of it ... please share that too!!!
Take care,
Eric
Tuesday, January 20, 2009
Join the Discussion... with Comments
- As of today, you can post comments on new features and developments directly in the blog
- For support questions or more in-depth conversations, use the help forum
- For feature requests, you can use this form
- To get hands-on implementation support, speak to an Authorized Consultant
- Lastly, to share best practices, key learnings or case studies, email ga-feedback [at] google [dot] com (no support questions please)
Posted by Sebastian Tonkin, Google Analytics Team
New seasonal templates for display ad builder: coming soon!
As a sneak preview, we've included some screenshots of a few upcoming templates. Keep in mind that customization options for each template will vary, so we encourage you to check out all the options once you're ready to create your ads.
The new holiday templates will be offered in all of the display ad builder's 13 languages. We'll update the blog once the holiday templates are available to you.
Posted by Heather Lane, Inside AdWords crew
Friday, January 16, 2009
The short answer is.. you don't have to change your snippet
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-50020-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
So why the change? Adding the try and catch to the snippet removes the possibility that your visitor sees a JavaScript message that doesn't apply to her. It's a fairly rare occurrence because messages like these (frequently in the form of an alert box) can only appear if JavaScript messaging has been enabled on the browser. Most browsers have JavaScript messaging turned off by default, but sometimes people unintentionally turn it on. For those visitors who have enabled messaging, the try and catch will have the effect of halting any messages from the Google Analytics tracking code snippet.
As a best practice, we're including the try and catch in the snippet and updating our help materials to reflect this change.
Posted by Christina Park, Google Analytics Team