Slashdot Mirror


Google Launches Web Traffic Analysis Service

segphault writes to pass along that Ars Technica has an interesting article about the recently released Google Analytics. Analytics is Google's new traffic analysis service that helps you to know everything from "how your visitors found you [to] how they interact with your site." Analytics is also built to integrate with AdWords if you are already utilizing that service.

38 of 247 comments (clear)

  1. How visitors found this by Anonymous Coward · · Score: 5, Funny

    Slashdot! See, you don't need to be Google to do this.

  2. interesting acronym... by 0110011001110101 · · Score: 4, Funny

    GAS.... as in more hot-air from the friendly neighborhood Googledot.

    --
    Don't anthropomorphize computers: they hate that.
  3. Urchin by pubjames · · Score: 5, Insightful


    Did they do this based on their acquisition of Urchin? Are Urchin staff now working on this instead? Does this mean the death of Urchin software?

  4. for the slashdotted crew by 0110011001110101 · · Score: 5, Informative
    Google has officially launched Analytics, a robust new web analysis system that provides site owners with traffic metrics and massive amounts of useful marketing data. Based on technology originally developed by a Californian company called Urchin that Google acquired in March, Analytics integrates with Google's popular AdWords system, and will vastly improve the quality and quantity of data provided to existing AdWords users. Those of you that don't use AdWords can still use Analytics by adding a simple javascript snippet to your web site.

    Analytics features an elegant user interface that leverages modern web technologies like Flash and DHTML. Although it seems a little rough around the edges (the Flash components don't display correctly in Firefox on my Linux system) the service is moderately impressive. It can export data in several formats, including XML and CSV. With Analytics, you can determine where your visitors are coming from, which links on your site are getting the most hits, how long the visitors spend on various pages of your site, and more:

    Learn how visitors interact with your website and identify the navigational bottlenecks that keep them from completing your conversion goals. Find out how profitable your keywords are across search engines and campaigns. Pinpoint where your best customers come from and which markets are most profitable to you. Google Analytics gives you this and more through easy-to-understand visually enhanced reports.

    It is still relatively difficult to get a good feel for the usefulness of the system at this point, but with over 80 pre-built reports, support for interactive report construction, and tracking for countless attributes, the amount of data it provides is downright prodigious. In addition to providing critical marketing data, it also tracks browser features so that web developers can make informed design decisions. Analytics will tell you the screen resolution and connection speed of your visitors, as well as whether or not their browsers support Flash and Java. Flash-rendered graphs are provided with each data collection so that you can get a quick visual overview.

    Although it may not be especially useful compared to some of the critical features, the geographical map overlay is probably one of the coolest features. Analytics will generate a Flash-based map of the world that shows you which regions your traffic comes from. You can click individual regions to get additional statistics, and you can use Flash's built-in zoom feature to get a closer look at specific locations.

    The site overlay mechanism is one of the other particularly interesting features. It will superimpose click statistics on top of your actual page so that you can (hypothetically) see what people are clicking just by browsing your site. During my experiments with Analytics, I had some trouble getting the site overlay feature to work correctly. Clicking the individual links in the site overlay caused the Analytics start page to load in the iframe rather than the actual content.

    Analytics fits perfectly into Google's advertising platform and business model. Despite the bugs (which may be specific to Linux or Firefox) Google's newest service looks powerful and comprehensive. The value of the features and the benefits of AdWords integration will probably be more than enough to convince site owners to use AdWords rather than a competing service.

    --
    Don't anthropomorphize computers: they hate that.
    1. Re:for the slashdotted crew by Anonymous Coward · · Score: 3, Insightful

      it also tracks browser features so that web developers can make informed design decisions. Analytics will tell you the screen resolution and connection speed of your visitors, as well as whether or not their browsers support Flash and Java.

      Damnit no. How many times does this need to be explained?

      You know my screen resolution? Great. I a) surf non-maximised, b) surf with a sidebar open, c) use two monitors, or d) all of the above.

      You know my connection speed? Great. I'm now using my favourite P2P application, so my web browsing only gets a fraction of my available bandwidth.

      You know that my browser supports Flash and Java? Great. I have them installed for the stupid little games people email me on Fridays. I don't want Flash or Java as parts of web pages, just as content delivery mechanisms.

      This isn't even taking into account that it's impossible to measure these things to a known degree of accuracy. Sorry, the web isn't built to allow these kinds of things. You can make educated guesses, sure, but you have no way of knowing how close those educated guesses come to the truth, which makes them, for all intents and purposes, useless.

      None of these things allow web developers to make informed decisions. One of the fundamental principles of web design is that your designs have to be flexible enough to take into account all kinds of different constraints. Not surprisingly, wannabes don't want to go to that kind of effort, so they prefer to stick their heads in the sand and pretend like these numbers mean something. "95% of people have a 1024x768 screen, so I don't have to bother with making my design work for lower resolutions" and other such inanity. Grow the fuck up.

  5. Urchin by mysqlrocks · · Score: 3, Insightful

    When I heard that they had purchased Urchin back in March I was wondering how long it would be before they came out with a service like this. I'm sure this will be a lot better than a lot of those free "stat counter" services out there.

  6. Big Brother-esque (again) by Oscaro · · Score: 5, Interesting

    Ok, so the service works by adding a snippet of code into your web-pages. Then google registers when someone arrives on that page, where he came from, and lots of other data. So google watches everything, it knows what kind of people visits your site and thus knows a lot both about the site and about the visitors.

    I know google has always been concerned about "legitimate" use of their data, but this is somehow frightening...

    1. Re:Big Brother-esque (again) by oever · · Score: 5, Informative

      Not only that. It's worse. The snippet of code is javascript.

      This means that the added code has the ability to change the look of the page completely. If at any time Google decided that all web pages should have the word Microsoft replaced by Google, they could do this by adding an onload function to the javascript code that is added to all web pages using this service.

      --
      DNA is the ultimate spaghetti code.
    2. Re:Big Brother-esque (again) by Anonymous Coward · · Score: 4, Funny
      If at any time Google decided that all web pages should have the word Microsoft replaced by Google
      So you can read: *Google* is a monopoly that uses evil techniques to dominate die market.
    3. Re:Big Brother-esque (again) by Crayon+Kid · · Score: 5, Interesting

      It's extra-ugly in this case, since you're practically begging for an XSS security hole. Yeah, I know, it's Google we're talking about here, the ones with the motto "Do no evil". Right, that makes me trust them completely (rolls eyes).

      Executing someone else's JavaScript on your website means begging for trouble. JavaScript can install handlers to watch everything the visitor is doing, can read, create and modify cookies, can nose through that window's or tab's visited page history. Let's not talk about truly evil stuff such as inspecting content on the pages, overlaying links and buttons or injecting content.

      I'm sorry, no matter how much of a white in shining armor Google is, not sane webmaster should willfully inject foreign JavaScript on his website.

      PS: and before anybody replies that you can download the urchin script and see what it does, let me ask if you're willing to monitor it constantly.

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
    4. Re:Big Brother-esque (again) by Pieroxy · · Score: 5, Insightful

      Well, when I do service my car, the garage has a full access to everything in the car. They could put a tracker and I wouldn't notice it in a century.

      It is a question of trust. If you decide to use their service, you will need them to have access to your pages (through JavaScript). If you don't trust them, just don't subscribe.

      My DSL Provider has a lot of information about myself as well, and I trust them with it. If my trust vanished, I'd switch (well, in France you have actually a lot of choice).

      My bank ... well, I think you get the point.

    5. Re:Big Brother-esque (again) by digidave · · Score: 5, Interesting

      Yes, the potential to do evil is there, but all the best web traffic analysis programs operate in a similar way. For one thing, if you're selling advertising on your web site very few advertisers will take your web logs seriously since they're not at all independent and can be faked easily. For another, web logs for a popular web site are difficult to manage. Before switching from Apache's logs to Red Sheriff (works with Javascript like Google Analytics) I had to deal with about 1GB/day of logs. So what happens when I want to build a year over year chart? Hmmm... 730 GB of logs is a bit hard to work with, especially in 2001 with no 500 GB hard drives, so I had to do monthly reports for each year then paste the results into a spreadsheet to build charts. That took me many times longer than if I could have just generated a report from all the logs.

      Big brother and all, this is still the best way for a lot of people to manage their web traffic logging. Before selecting a company to work with, read their privacy policy.

      --
      The global economy is a great thing until you feel it locally.
    6. Re:Big Brother-esque (again) by op12 · · Score: 5, Insightful

      It is a question of trust.

      Not only a question of trust. It's also a matter of Google's reputation. Much like in the recent backlash at Sony, people are not going to sit idly when a company does something stupid. Google has much more to lose by pulling a stunt like that than the gain it would provide. Plus, you could always just rip the snippet out of your page if it does something undesirable.

    7. Re:Big Brother-esque (again) by karmatic · · Score: 3, Informative

      You sure about that? I thought that javascript from another host isn't trusted and because of such won't be able to modify objects on the including page. Things like cookie modification is only allowed within the domain so unless google can spoof domains they'll only modify google.com cookies.

      Nope. Javascript loaded using runs in the security context of the main browser (as opposed to an iframe). document.cookie, document.write, the referer, etc. are all available.

      In fact, Google AdSense already does this. They write in an iframe that passes the number of plugins you have, the mime types you support, your resolution (screen, and window), if you have java installed, and the referer for every person who comes to the site. They use document.write() to write this IFRAME. There isn't really a lot they can't do through this.

    8. Re:Big Brother-esque (again) by alta · · Score: 4, Interesting

      Here's an idea... If you don't like to take your chances with such a shady company like google, then don't sign up.

      But believe you me, I'm going to sign up the MOMENT the site isn't slashdotted.

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    9. Re:Big Brother-esque (again) by lo0ol · · Score: 5, Insightful

      No "sane webmaster should willfully inject foreign JavaScript on his website"? I'm guessing you've never ran ads on your website before. That's the norm. Nearly every ad network has their code in JavaScript. Heck, chances are if someone is using Google Analytics they're ALREADY using Google AdSense on their site- who's to say that Google hasn't done the same with AdSense? People haven't said anything about the evils of AdSense yet really.

      My point is that it is about trust, as a previous poster said. A heck of a lot of companies do business in the exact same way. If you don't trust Google with your site, then don't use it (and get a license of Urchin for yourself- that is extremely solid software; I'd say the best in the business).

    10. Re:Big Brother-esque (again) by NanoServ · · Score: 5, Insightful

      By your argument, it would seem unwise to install and use Firefox. It's a foreign piece of code (even though you can monitor its source code if you want, but who has the time for that?). It has the power to snoop through personal files on your computer and report the information back to mozilla.org. Since it has a huge user base and now an automatic and seamless update system, some malicious behavior could get installed into the program and we'd all be screwed without even knowing it.

      But the thing is, that doesn't happen. If Google attempted this, the behavior would quickly be discovered (because, although *you* aren't reviewing the .js file constantly, *people* are reviewing the .js file constantly) and Google would get some seriously bad PR. There's no incentive for them to risk their image like that.

  7. Oddest Terms of Service by mir · · Score: 5, Interesting

    From the Terms of Service: The Google Services are made available for your personal, non-commercial use only.. Doesn't this reduce slightly the usefulness, or at least the potential audience, of the service?

    I am sure that's a mistake, but that prevents me from using the service for anything useful right now. Or even from testing it.

    --
    Look, that's why there's rules, understand? So that you think before you break 'em. (Terry Pratchett)
  8. Is this the future of google? by Anonymous Coward · · Score: 5, Insightful

    This looks like google is relying less and less on their PageRank algorithm and more and more on data that they spy from users.

    It seems to me that the page rank is too easilly manipulated so they are resorting to the alexia toolbar method.

    Already they are pusing their toolbar hard (even for firefox where is has limited appeal). This says even more to me that they are using the stats from the toolbar and now these stats to monitor user browsing behavior, which it will use to better their search results.

  9. Use this to improve search by G4from128k · · Score: 5, Interesting

    If Google can tell how people react to a site, then it could use the data to affect pagerank. Sites that people bail from would lose pagerank and sites that people stay in and explore would gain page rank. Of course, Google would need some scheme for filtering out scam data where an SEO tries to make their site look interesting or make a competitor site look uninteresting by faking the behavior of visitors.

    --
    Two wrongs don't make a right, but three lefts do.
  10. Google starting to slip? by 0110011001110101 · · Score: 5, Funny
    Is Google starting to slip? I hit the "Sign up >>" button within Google Analytics, recieved a Javascript error "Syntax Error" and have been waiting on a response page for 3 minutes now....

    This just isn't the quality I'd expect from their team of PhD and mental masters...

    Google if you're listening.. I have pages of code that throw syntax errors... scoop me up quick! I'm everything you're looking for and more!

    --
    Don't anthropomorphize computers: they hate that.
  11. Re:warning to Slashdot by Kosmatos · · Score: 5, Interesting

    Don't be ridiculous... Being the first site to post a story is not what Slashdot is about. Its about the comments posted on the story by the users. Great stuff like the "In Soviet Russia" jokes, the "5. Profit!" responses, the Open Source fanatics with their twisted mentality, the Microsoft-haters with their ridiculous love for Linux, the Apple-bashers who don't know what they are talking about.... :)

    --
    I'm your huckleberry
  12. No different than Google ads. by brunes69 · · Score: 5, Insightful

    If you have a Google ad on your page you are already giving them all this information.

  13. AdWords attractiveness rising... by Jugalator · · Score: 4, Funny

    Right after Microsoft leaked that memo where they're going to try enter the online ad market due to problems with their business strategies, Google pulls a rabbit out their hat to raise their AdWords attractiveness to new heights... Establishing their foothold further, before MS have even got their steam up. I can already hear things crashing in Ballmer's office. :-p

    --
    Beware: In C++, your friends can see your privates!
  14. Graceful Slashdotting by wordisms · · Score: 4, Funny

    Google Analytics

    Currently Undergoing Maintenance

    Google Analytics reporting is currently undergoing maintenance and will be available shortly. Your site traffic is being logged and you will be able to see the data after system maintenance has concluded.

  15. Death knell for Web Side Story by Slashdoc+Beta · · Score: 4, Insightful

    This is the end of Web Side Story and similar analytics tools as we know it. Obviously webmasters will flock to Google's free (and probably superior) tools. Google simply takes the $400m market and redistributes the money back to publishers. Amazing.

    1. Re:Death knell for Web Side Story by ostiguy · · Score: 3, Interesting

      WSSI (Web side story) is currently down $2 to 15.99.

      ostiguy

  16. Microsoft by pubjames · · Score: 5, Funny


    Coming to you from a couple of years in the future...

    Today Bill Gates released a statement "Yes, Google is currently number one in traffic analysis, but at Microsoft we think their service is really basic and we've got some amazing web analytics software in development that will blow Google's out of the water. It's coming out soon... Yes, I know I said we were going to crush Google in search a while ago and we didn't but we're definately going to crush them in Traffic Analysis. Really. Please believe me. Hey, don't walk away I'm still talking! Why doesn't anyone fear me any more..?"

  17. And The Best Part Of It Is... by RobotRunAmok · · Score: 5, Funny

    It's a Totally Free Service!!

    (You just have to pay Google if you DON'T want them to track every little thing about you.)

  18. From the TOS by carguy84 · · Score: 4, Informative

    Personal Use Only The Google Services are made available for your personal, non-commercial use only. You may not use the Google Services to sell a product or service, or to increase traffic to your Web site for commercial reasons, such as advertising sales. You may not take the results from a Google search and reformat and display them, or mirror the Google home page or results pages on your Web site. You may not "meta-search" Google. If you want to make commercial use of the Google Services, you must enter into an agreement with Google to do so in advance. Please contact us for more information.

  19. Re:Mod me down. by Ohreally_factor · · Score: 5, Funny

    You think you're an idiot? I was hoping this would help my morning commute!

    --
    It's not offtopic, dumbass. It's orthogonal.
  20. Interesting tidbit in the TOS ... by xmas2003 · · Score: 5, Informative
    Section 6 of the Terms of Service has some interesting wording that may cause some sites to think twice about deploying this.

    You hereby grant to Google and its wholly owned subsidiaries a limited license to use Your trade names, trademarks, service marks, logos, domain names and other distinctive brand features ("Brand Features") in presentations, marketing materials, customer lists, and financial reports. Further, Unless You notify Google otherwise in writing, Google and its wholly owned subsidiaries retain the right to identify You as a valued customer and optionally issue a press release that, at a minimum, discloses You have licensed the Product and that the Product is Your preferred web analytics package.

    --
    Hulk SMASH Celiac Disease
    1. Re:Interesting tidbit in the TOS ... by md27 · · Score: 4, Insightful

      All this says is they can say you use their service. I don't think you really need to worry since they won't proclaim you as a customer unless you're massive, like Microsoft or Yahoo or something they're not gonna care enough to talk about you.

  21. No encryption here? by Michael+Iatrou · · Score: 3, Insightful

    Gmail will force you to use https but if you want to sign in to Google Analytics, you provide the same credentials with no encryption.

    1. Re:No encryption here? by slug359 · · Score: 4, Informative

      Incorrect, the URL of the sign in box is: https://www.google.com/accounts/ServiceLoginBox?se rvice=analytics&nui= ...

  22. Re:*adds google-analytics.com to his hostperm.1* by Cruithne · · Score: 4, Funny

    *adds the following line to his hostperm.1 file*

    I know this is horribly wrong, but apparently i'm dyslexic... i read "hostperm" as "hotsperm".

  23. Re:Have anyone read EULA for this tool? by matthew.thompson · · Score: 3, Informative

    This just looks like it's a method to track how people got to your page.

    Google and MSN use q=search+terms+here in the referer, aol query=me+too, yahoo p=small+green+vegetable

    This is no more than Google/Urchin (UCTM Urchin Capaign Tracking Module - We're Urchin software users at work) looking into the referer in the same way that your log analyser would.

    Of course it means that they now have the ability to see what other people are searching for on other search engines and track people's search engine usage.

    --
    Matt Thompson - Actuality - Insert product here.
  24. Google is Freakin Smart by rhyder · · Score: 3, Insightful

    I am amazed time and again as Google finds segments in the market and exploits them. Now they are after web analysis, and not only do they provide a service, but they gain insight into how their competitors send traffic to your site. This is even better than just hosting, as you will get many people and companies that pay for hosting elsewhere, but will use GA to analyze traffic/logs.

    Google is web-omnipresent