Newswatch
Bleiben Sie àjour mit ausgesuchten Newsfeeds aus den Bereichen Technologie, Trendforschung, Marketing, Werbung, Web 2.0, SEO u.v.m.
Google Analytics Blog
Back-To-Basics: How much mobile traffic do you get? (Part 2)

Google Instant and Google Analytics
New Book: Conversions For Dummies
Are you eager to optimize your conversion rate, but feel a little bit overwhelmed by all of the tools available to help you? Introducing ‘Improving Online Conversions for Dummies’!We have just released a simple, easy to follow mini book, in conjunction with John Wiley Publications, to help you get a better grasp of the conversion improvement tools offered by Google. Improving Online Conversions for Dummies explains how you can make sure your ads show on searches that are most likely to convert into sales. Understand which ad clicks and impressions lead to conversions, better apportion your marketing spend and even develop your own conversion attribution model. Discover the secrets to getting more bang for your buck with this ebook!

For more information, visit www.google.com/conversion/fordummies
Deep Dive Articles For The Data Export API
On the Google Analytics API Team, we’re fascinated with what people create using the Data Export API. You guys come up with some really amazing stuff! Lately, we’ve also been paying a lot of attention to how people use it. We looked at whether the API has stumbling points (and where they are), what common features every developer wants in their GA applications, and what tricky areas need deeper explanations than we can give by replying to posts in our discussion group.As a result of identifying these areas, we’ve written a few in-depth articles. Each article is meant as a “Deep Dive” into a specific topic, and is paired with open-source, sample reference code.
In no particular order, the articles are as follows:
Visualizing Google Analytics Data with Google Chart Tools
This article describes how you can use JavaScript to pull data from the Export API to dynamically create and embed chart images in a web page. To do this, it shows you how to use the Data Export API and Google Chart Tools to create visualizations of your Google Analytics Data.
Outputting Data from the Data Export API to CSV Format
If you use Google Analytics, chances are that your data eventually makes its way into a spreadsheet. This article shows you how to automate all the manual work by printing data from the Data Export API in CSV, the most ubiquitous file format for table data.
Filling in Missing Values In Date Requests
If you want to request data displayed over a time series, you will find that there might be missing dates in your series requests. When requesting multiple dimensions, the Data Export API only returns entries for dates that have collected data. This can lead to missing dates in a time series, but this article describes how to fill in these missing dates.
We think this article format makes for a perfect jumping off point. Download the code, follow along in the article, and when you’re done absorbing the material, treat the code as a starting point and hack away to see what you can come up with!
And if you’ve got some more ideas for areas you’d like us to expound upon, let us know!
Posted by Alexander Lucas, Google Analytics API Team
Back-to-Basics: How much mobile traffic do you get?

New Tools to Debug Your Tracking Code
Raise your hand if any of this sounds familiar to you:- You just set up your tracking code and you're wondering if it's correct--and you want to know right now.
- You have decided to migrate your tracking to the new asynchronous syntax--but you want to know if your syntax has any errors.
- You finally decided to customize the tracking code for cross-domain tracking--but you're worried that you might break your tracking.
- You want to make sure that your campaign is set up to the correct goal.
The Google Analytics team has launched a debugging version of the Analytics Tracking code called ga_debug.js to verify your tracking code setup. To make it even simpler, we also created a Chrome extension which uses the ga_debug.js script, which allows you to use the new ga_debug.js without re-tagagging any of your content. You can also use this extension to verify what information is sent to Analytics with each page.
How does it work? First, the ga_debug.js script provides a testing version of the tracking code which will print common syntax errors and tracking analysis messages to the browser’s JavaScript console. Secondly, the Chrome extension which automatically enables your page to use the debug version of the JavaScript without any need for you to retag or recode your pages.
How do you use it? The most simple thing to do is to download the Tracking Code Debugger extension for your Chrome browser. Next, turn on the extension by clicking on the icon to the right of the address bar on Chrome.
Finally, visit a page that contains the tracking code you want to test and open up the Chrome JavaScript console to see the messages (detailed instructions). That's it!If you want to go use ga_debug.js without the Chrome extension, read all about how to do this in our newly revised Troubleshooting Guide on Google Code. You can use the script on your testing environment to verify extensive tracking code changes. Make sure, however, that you don't use this version of the tracking code on your production website--the script is meant for debugging and analysis, not speed, so you should always use this as a testing mechanism only. If you want to learn more about the kinds of errors this script can help you find, see Common Tracking Code Errors/Typos in our Troubleshooting Guide. While the ga_debug.js script doesn’t catch all possible errors yet, we think it’s off to a great start and will get even better over time.
Happy testing!
Brian Kuhn on behalf of the Analytics Team
Back to Basics: Fast Segments with Analytics Intelligence
Did you know that there’s a quick way to create advanced segments from automatic alerts? This is one of those “I can’t believe how powerful this is and yet so easy to do” features. Let me illustrate with an example from the Google Store site. A few months ago, on February 5, the Google Store received a surge of traffic from TechCrunch.com. We would not have noticed this extra traffic were it not for Analytics Intelligence. In the following screenshot, you can see that the store ordinarily receives between 0 and 221 visits from TechCrunch, but on this day, it received 1,918 visits.


Introducing Weighted Sort
New Verification Integration With Asynch
Don't forget that once you've verified ownership, you can add other verified owners in Webmaster Tools (not Google Analytics) quickly and easily through the Verification Details page. There's no need for each owner to manually verify ownership. More effort and time saved!
Webmaster Central has also introduced an improved interface for verification. The new verification page gives you more information about each verification method. In some cases, we can now provide detailed instructions about how to complete verification with your specific domain registrar or provider. If your provider is included, there's no need to dig through their documentation to figure out how to add a verification DNS record — the new interface will walk you through it.
The time you save using these new verification features might not be enough to let you take up a new hobby, but we hope it makes the verification process a little bit more pleasant. Please visit the Webmaster Help Forum if you have any questions. And much thanks to the Webmaster Central team for launching this feature. If you're not already, make sure to read their informative blog. It's a must for any site owner.
A Better Developer Doc Experience
Now that the excitement of the new Management API launch has just passed its zenith, you might have also noticed that there were some interesting changes to the Analytics for Developer pages on Google Code.Since Nick, Alex, and I were under the hood making docs and sample code for the Management API, it also seemed like a good time to spiff up the site and add some structure to handle this burgeoning developer resource.
New Look and Feel
Nick went to town on our new home page. If you attended his talk at the Google I/O conference this May, you might notice that the Analytics data model diagram has reappeared, but this time as a gateway into the key parts of our documentation on Google Code. We surfaced the most important links to provide deep access to the key parts of each section of the site.
New Landing PagesSince we now have 3+ major sections on our site, it was time to provide landing pages for all the news and updates relevant to Tracking Code configuration, Management API, and Export API. Here you will always be able to see the latest release news and best practice guides for each API without having to dig down into the site.
We’ve also redesigned our navigation bar to be more visually appealing and consistent across all three APIs.
New Groups Pages
We have three major developer groups to help you out with your Analytics coding--Async tracking, Management API, and Export API. Not only that, but our general Help Forum is great for issues with general tracking topics. Since we have so many different groups, we created a new groups landing page to help you figure out which group will help you best.
Our Management API and Export API groups use the new Google Discussion Forum, which is embedded right in the page--a pretty nifty feature.
We hope that you find the new design makes it clearer and easier for you to find what you need for Analytics development. We’d love to hear your feedback, so please post any comments on one of our developer groups pages and let us know.
Patricia Boswell on behalf of the Analytics API team.
New Google Blog For SMBs
Most every business, including Google's, starts small. These days, technology is giving businesses even more ways to grow bigger, faster.In a recent series on the Official Google Blog focused on small businesses, a handful of real-life entrepreneurs shared their experiences building companies from scratch and embracing internet tools that have taken their businesses to the next level. The team received fantastic feedback about these posts, and realized that there’s a healthy appetite among small- and medium-sized business owners who want to know all about the latest web tools and tricks. And obviously, Google Analytics is one of the best, in our humble opinion. :-)
That’s why we’re giving an introductory shout out to the new Google Small Business Blog here on our blog. It's a central hub that brings together all the information about Google products, features and projects of specific interest to the small business community. Rather than having to sleuth around in many different locations for details about templates for creating video ads on YouTube, tips for your employees using Gmail or how to respond to the business reviews on your Place Page, you can find all of this helpful information right here in one place. And we'll be contributing content on Google Analytics there as well.
They already have a few great posts, with more to come, and we're confident their audience will continue to grow, much like a small successful business.
Launched: New Google Analytics Management API!
Many developers have asked for a faster, more powerful way to access Google Analytics account configuration data through the Data Export API. We’ve listened and today we’re releasing a preview of the new Google Analytics Management API.
The Management API provides read-only access to Google Analytics configuration data. It consists of 5 new Google Data Feeds that map directly to the Google Analytics data model.
.png)
Previously, the API returned all the configuration data at once, which in many cases was inefficient if you only needed a subset of data. Now with separate feeds, developers can request only the data they need. For example, it’s now easy to get the Profile IDs for a single account or the Goal configuration data for only a single Profile.
To help you learn more we created a new Management API section in our developer documentation. We also created new reference examples in Java and have a live working demo in JavaScript. Check it out, no coding needed!
The Management API is being launched in Labs as an early preview. The API will change, grow, and get better over time. We recommend developers who aren’t committed to making updates to their applications only experiment with the new API and continue to use the Account Feed as their primary source for configuration data. We will strive to give you at least one month advanced notice of changes to this API.
The Management API represents a significant new piece of the Google Analytics developer platform. We encourage you to come try it out and give us feedback in our new Management API Google Group.
Thanks!
Jeetendra M. Soneja, on behalf of the Google Analytics API team
P.S. - Please make sure to sign-up for our notify list to stay up-to-date on all the latest Google Analytics Developer updates.
Launch: Intelligence Just Got Smarter!
Hopefully, by now, you’re making good use of the Intelligence report in Google Analytics. If you’re looking to avoid the feeling that Google Analytics is “puking” too much data at you - a phrase coined by Google’s beloved analytics evangelist Avinash Kaushik - you're not alone. We've heard you, and Intelligence is your first stop. As we mentioned in a previous post introducing Intelligence, it’s your dedicated assistant, monitoring your website traffic for significant changes that you should know of. Wondering what’s going on under the hood of your site traffic? Intelligence will tell you.And it’s improving and getting smarter. Here are two improvements we’re announcing today.
New! AdWords Alerts
If you have linked your Google Analytics account with an AdWords account, Intelligence will now automatically surface important changes in your AdWords campaigns performance right in Google Analytics. So, in addition to the alerts you are used to getting, such as time on site and revenue, you’ll now receive alerts about your AdWords campaigns and the traffic they are bringing to your website.
You might already be familiar with custom alerts in Google AdWords, which alert you when important changes you specify happen in your account. With AdWords alerts in Analytics Intelligence, you benefit from automatic detection of significant changes, with no extra work for you to configure these yourself. For example, you might see an alert if the CTR for one of your campaigns increased unexpectedly. Or you might find that revenue from one of your destination URLs has dropped significantly from the week before. In both cases, you didn’t need to know ahead of time what to look for. These important changes are automatically detected and brought to your attention.
Here's how to use them. AdWords alerts in Analytics Intelligence work just like automatic alerts have in the past. You can learn more about how to use Analytics Intelligence here: http://www.google.com/analytics/analytics-intelligence.html.
In order to use AdWords alerts in Analytics Intelligence, you need to have a linked AdWords account. Additionally, you need to have destination URL auto-tagging turned on. If you already use the AdWords reports in Analytics, you’re all set.
1. Sign into your Analytics account
2. Select Intelligence from the left-hand navigation
3. Choose daily (default), weekly, or monthly alerts
Directly underneath the graph, you’ll see check boxes for Custom Alerts, Web Analytics, and AdWords, which is next to the orange arrow in image above.
If you want to focus solely on your AdWords alerts, you can uncheck Custom Alerts and Web Analytics. Then, you can adjust the sensitivity slider to see just the most significant alerts or create an advanced segment to more closely investigate the change.
New #2! More options in Custom Alerts
It always easy to create a custom alert if there is a metric you’d like Intelligence to specifically monitor. See the orange arrow again, below:
You name the alert, apply it to a profile, designate a time period, and then set conditions for the visitor (such as City matches New York, or Campaign matches Fall Sale), and the metric (such as time on site greater than 5 minutes, or % of new visits is greater than 30%).
And now, we’ve added a ton more options in the Alert Conditions drop downs, including all of the 20 goals you have configured in each profile. They’ve also been dressed up for a night on the town, wearing their actual goal names such as “Goal8 Value: Visited >10 pages.” Only goals that you have configured will show up in the list, keeping the drop-down menu clean and courteous.
Among the other conditions and metrics now available: e-commerce and AdWords metrics, as well as more traffic sources, and more content page metrics. And remember, you can tell Intelligence to email you when an alert is triggered.
Intelligence is getting smarter and smarter, making you more effective. Try it out if you haven’t already.
Posted by Beth Liebert and Jeff Gillis, Google Analytics Team
Back to Basics: Filtering Keywords

Web Analytics TV #11 with Avinash and Nick
Yay! It’s another episode of Web Analytics TV!
In this exciting series, with Avinash Kaushik and Nick Mihailovski, you ask, and vote on your favorite, web analytics questions via the Google Analytics Google Moderator site and we answer them.
This episode was particularly awesome since there were some fantastic questions. Tough questions that made us think hard. But also questions that made us proud of how sophisticated Google Analytics users are.
In this action packed episode we discuss:
- Google Website Optimizer and the ga.js async tracking code issue
- What is considered Personally Identifiable Information (PII)?
- Teaching Google Analytics the location of your local __utm.gif image
- Implementing ecommerce tracking with multiple currencies
- Goal names in Google Analytics
- Similarities and differences between Visitors and Unique Visitors metrics
- Lovely opportunities for developers to build products using our API
- Reasons why utm_content values show up as (not set)
- Best practices for applying segments to specific pages (cool answer!)
- Implementing ecommerce tracking if you don’t have an order id
- Using advanced filters in the connection speed report
- Why the value “other” shows up in your reports
- Tracking how a visitor finds a site the first time for attribution
- Correlating business data with Google Analytics data
Here are the links to the topics we discuss:
- Setting the __utm.gif path using _setLocalGifPath
- How Mikael T. built a business using the Google Analytics API
- Troubleshooting the tracking code
As always, if you need help setting up Google Analytics or leveraging the advanced configuration options, we recommend hiring a Google Analytics Certified Partners.
If you found this post or video helpful, we'd love to hear your comments. Please share them via the comment form below.
If you have a question you would like us to answer, please submit a question and vote for your favorite question in our public Google Moderator site. Avinash and I will answer your latest questions in a couple of weeks with yet another entertaining video.
Posted by Nick Mihailovski, Google Analytics Team
Segment Your Funnels Through The API
Say your website has a check out lead generation process and you want to understand funnel abandonment by new vs. return visitors. You can do this through the Web Interface using many segments, filters and exporting data. But who has time for that?
Enter the free, shiny, new Conversion Tracking Application from PadiTrack. Built on the Google Analytics API, it’s all about insights and action. You simply register with the site, use secure oAuth to access your data, and you’re off, creating useful funnels like this - notice the black box with “415 new” denoting the number of new visitors in the funnel:

According to Claudiu, CoFounder of PadiCode, the company that built PadiTrack, "We wanted to make accessible conversion funnel tracking, one of the most important analytics reports, to any web business out there. It has always amazed us how many websites don't have conversion funnel tracking defined in their web analytics accounts. We were challenged by that reality. Since we've built PadiTrack, we've been using it daily for all of our projects. We love it. It saves time, offers instant insight and helps us focus on what really matters for us: how many people convert."
With PadiTrack you can almost instantly visualize the conversion funnel for any major event. It works for sales, sign-ups, downloads, contact inquiries and anything else you can think of. The setup takes 3 or 4 minutes, conversion funnels can be created on the fly and and you don't need to wait to gather data: it is available retroactively. The product is available to all Google Analytics users and to them only.
“We played with a couple of web analytics APIs so far but the Google Analytics one has been the most powerful. It gave us the power to work with data and pull out reports that we couldn't get otherwise. We spent much more time building the interface than getting the reports out of the Google Analytics. The API is really easy,” says Claudiu.
We’re really excited about what the PadiCode team has built and are featuring it in our App Gallery. Have a look and let the PadiCode team know what you think.
Posted by Nick Mihailovski, Google Analytics API Team
Back to Basics: Keyword/Landing Page Combinations

Summer Excuses?
- Berkeley, CA
- Austin, TX
- Washington, DC
- Los Angeles, CA
- San Diego, CA
- Boston, MA
- Dallas, TX
- Web Analytics Strategy – approach, opportunities and limitations
- How It Works – overview, accuracy and privacy implications, integrating with other data
- Practical – understanding the user interface
- Advanced Features Overview – clever stuff you can do with Google Analytics
- Accounts & Profiles, Filters & Goals – structure your data properly
- External Campaign Tracking – measure performance of search, email & banner campaigns
- Reporting – dashboards & insights
- Advanced Segmentation & Custom Reports – powerful ways to find insights
Get your analytics expertise in shape and you'll be ahead of the curve in no time, building practical skills in a tool near and dear to our hearts.
A Shout Out About Annotations
A few months ago at the Google I/O conference, we were approached by Zach Steindler, a co-founder at Olark (a way to gain customer insight and sell better through live chat) who was raving about Google Analytics Annotations. He had such a great business case, we decided to let him rave here. Enjoy, and thanks Zach.Making good business decisions is hard, and making the right one is even harder. At Google I/O I realized many people use Google Analytics but they aren’t familiar with the recent annotations feature that has helped us make smarter business decisions.
When we look at our Google Analytics, we don’t really care if our numbers are up or down; what we really want to know is why. This means asking a lot of questions, particularly questions about what happened when, like:
“How long has that ad trial been running?”
“When did we release that update to the website?”
“What happened after that last blog post?”
To answer these questions I might have to dig through e-mails, commit logs, and probably end up pestering my teammates for an hour while we try to figure out what happened when. But this is serious stuff; if our numbers went up 50% in a week, you better believe we want to know why so we can do more of it!
Annotations are exactly the tool we needed to answer these questions without having to pester teammates and dig through the past. If you don't know, basically, they allow you to add notes of what events happened on a particular day. These notes are then visible for the different views in Google Analytics, so you can see how the events impacted your page views, goals, or whatever else you are tracking.
We’re big believers in the power of open data; everyone on the team has access to Google Analytics and can contribute events they think are important. This has been incredibly useful for us. Now I can answer many why questions for myself, just by looking at the data other people have contributed. When I do need to interrupt the team, it’s because I have big-picture questions, not because I need them to help me track down dates. Also, you start to notice a rhythm of events, and if that rhythm changes, how it impacts your business. As a bonus, now we have this cool timeline of events the team thought was important, which is useful for retrospectives and end-of-period reports.
We’re far from being able to make perfect decisions with perfect knowledge, but annotations have made it much easier to answer the why questions so we can make good business decisions.
Posted by Patricia Boswell, Google Analytics Team
Will Using Google Analytics Have A Negative Effect On My Ranking?
Good news from the horse’s mouth. We don’t mean to call Matt Cutts a horse, but, well, if you know him, you know what we mean. Matt heads the webspam team here at Google and also speaks on behalf of Google answering questions about ranking and results on Google’s search engine. When people have questions about things Google-search-related, Matt is the one who answers.He posts regular video blogs to the Google Webmaster Help channel answering your questions. So we were very pleased when he recently answered the question, “Will using Google Analytics have a negative effect on my ranking?” In short, the answer is no, especially now that we’ve launched the asynch tracking code
Thanks Matt!
Posted by Jeff Gillis, Google Analytics Team
Using The Wrong Tracking Code Can Cost You $500k a Year


- ROI Revolution have a method for segmenting on the fly. Unfortunately this method doesn't let you check custom date ranges.
- LunaMetrics have a way of segmenting the funnel using goals. Unfortunately this method won't let you capture historical data.
- Analytics Ninja has a way of segmenting using advanced segments. Unfortunately this method only let's you track up to a maximum of 3 funnel steps at a time.
- http://www.example.com/cart/availability
- http://www.example.com/cart/details
- http://www.example.com/cart/extras/
- http://www.example.com/book/check/
- https://www.example.com/book/payment/
- https://www.example.com/book/confirm/
- ^/url1/$ - this matches the exact URL contained between ^ and $
- | - separate each URL with a pipe, this OR matches any of the statements in the string
- Keep your GA code up to date
- Use advanced segments to monitor conversion rate between browsers
- Always perform browser testing to ensure your website functions for all browsers
Analytics Intelligence Tips: Custom Alerts
Last week, we shared a video on how to get the most out of your automatic alerts. Now that you’re familiar with automatic alerts, you know that Google Analytics has an intelligence engine that monitors your traffic and posts alerts when it sees something unusual. Now we want to tell you about "custom alerts." With custom alerts, you can add on to this capability and tell Google Analytics to also watch out for specific things that you know you’re interested in.Custom alerts can be used in so many ways that it’s sometimes hard to know where and when to incorporate them into your workflow. This week’s video, also below, shows how to use custom alerts as a campaign management tool. The idea is that, when you set up a new campaign, you set up alerts that help you manage the campaign -- for example, alerts that trigger when revenue from the campaign increases or decreases.
Posted by Alden DeSoto, Google Analytics Team
Analytics Intelligence Tips: Automatic Alerts
When was the last time you checked the bounce rate for visits from Hong Kong? You may never have needed to, until an “alert” in your Intelligence reports tells you that the bounce rate from Hong Kong has suddenly doubled.An automatic alert in Intelligence is triggered when the expected performance of a metric, historically, differs from what is happening now. Intelligence monitors the past and current activity of all your metrics and lets you know when something out of the ordinary happens. One reason why these automatic alerts can provide so much insight is that they often bring your attention to traffic segments you might never have thought to examine before.
Now that the alert has caught your attention, you're ready to dive in and learn more. In this 3 1/2 minute video on automatic alerts, also below, you'll learn how. Did you know that you can graph the bounce rate from Hong Kong with a single click? Or that you can quickly create an advanced segment from the alert and start using it throughout your reports? You'll learn these tips and others, including how to use annotations with automatic alerts, and when to use daily, weekly, or monthly alerts.
Enjoy the video and feel free to share your own automatic alerts tips in the comments. Next week, we'll look at custom alerts.
Posted by Alden DeSoto, Google Analytics Team
Campaign Data Issue Being Corrected
Web Analytics TV #10 with Avinash and Nick
It’s the 10th Anniversary of Web Analytics TV! Happy Birthday to us!In this exciting series, with Avinash Kaushik and Nick Mihailovski, you ask and vote on your favorite web analytics questions via our Google Moderator site for Web Analytics TV and we answer them.
Here is the list of last week’s questions.
In this action packed episode we discuss:
- Tracking un-subscriptions with negative values
- Best practices tracking social media
- Sources of keywords outside of Paid Search to help site optimization
- Custom reports sorted by date
- Tracking form validation with Google Analytics
- Why Exit Rate is 0% in the Google Analytics navigation summary report
- Tips to avoid sampling on landing pages
- Configuring Google Analytics to track test and production environments
- Comparing Google Analytics and Webmaster tools
- Best practices for tracking PDF downloads
- Getting the full referring URL in Google Analytics
- Sharing custom reports with advanced segments
- Best way to find keywords from mobile traffic
- Tracking dimensions over time in Google Analytics
- Tracking the impact of interactive TV
Here are the links to the topics we discuss:
- Best practices for creating custom alerts
- 4Q/Google Analytics survey integration
- Google Webmaster Tools
- Google Analytics Event Tracking Overview
- Obtaining the full referral url in Google Analytics
- Taking screenshots in OS X and Windows
- Migrating to Async Tracking
- Tracking Online impact of Offline campaigns
If you found this post helpful, we'd love to hear your comments, please share them via the comment form below.
If you have a question you would like us to answer, please submit a question and vote for your favorite question in our public Google Moderator site. Avinash and I will answer your latest questions in a couple of weeks with yet another entertaining video.
Thanks!
Posted By Nick Mihailovski, Google Analytics Team

















