Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Both solutions provide a much needed insight into actual user behavior. PerlMonks is a site that recognizes that ‘Content is King’ but how do the users interact with it? How do people find content on PerlMonks? Considering the feedback I have received to drop IE support, how many people are using IE? Android? and which versions? How long do users stay on PerlMonks? What is the average page load time? Are some pages slower than the rest of the site?

I'd question just how useful the information provided by GA would be to a site like this. Yes, GA can tell you what browsers people are using, but if you're designing for particular browsers, you're already Doing It Wrong. That makes sense for some sites, but I think the overwhelming consensus here would be to design for the standards and assume people will use browsers that meet those standards. "Page load time," if it's useful at all, is better gotten other ways. GA can tell you how long the browser takes to get and render the page, but you can find that out for yourself by, you know, browsing the site. To break page load time down to determine whether slowness is caused by network latency, database lookups, etc., you'd have to run something at the server end. If knowing how people find the site (referrals and search keywords) is useful, that can be gotten from the server logs. Ditto "heatmap testing," as far as what menu links people use; the simple menu design means if you want to know how many people click on "Meditations" (for example), just count the hits on it in the logs.

As for using some open-source alternative: we're all programmers here, right? If you want to know what browsers people are using, why not ask the gods if they'll tell you what LogFormat is being used (assuming Apache), and if they would run a simple script you provided to mine that info from the log for a sample period? The same thing could be done to see what menu items are/aren't used, etc.

For the record, I use GA on most of my client sites (they like to look at the graphs), and sometimes it's useful. I also like a lot of "jQuery crap" and think most concerns about Javascript are a decade out of date. I don't worry much about the privacy issue with GA (although my concern in that area is growing), and I doubt it would add any noticeable load time or browser load to the pages. But I think it's questionable how much it helps you to "know your audience," or how useful it is to do so. With my clients, I find that stats like "bounce rate" are frequently confusing and misleading, and tend to cause people to think the stats are more meaningful than they really are.

Aaron B.
Available for small or large Perl jobs; see my home node.


In reply to Re: Why PM needs web stats by aaron_baugher
in thread Why PM needs web stats by kimmel

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-03-28 09:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found