Ok so. Let's pretend for a moment that a site's primary purpose is to allow people to download files - let's go with images. So let's say that mypage.html contains 20 image thumbnails. User is instructed to click on a thumbnail, wait for it to load (via javascript in a lightbox-style overlay), and then right-click the overlaid large image to save it.
Now, in the past, one might not have bothered trying to track via Google Anayltics, the number of these downloads. If one had bothered, one might have found it fairly difficult to do and not straightforward, but definitely possible.
Flash forward to a Post-Panda world. Tracking those downloads would now very possibly matter. If each download is tracked as a page view (which essentially it is, but not in the traditional sense), then suddenly bounce rate goes down, and goals can be set in GA to show conversions.
Now, when Panda sniffs around at all this activity, Panda says, "hey, look, the bounce rate isn't bad at all. users are doing something and not just leaving this page, like we thought before. this site does please its visitors, doesn't it? heck, let's unpandalize this puppy!"
Anyway, I don't know if this premise makes sense or not, but I've just implemented some code that I "hope" will allow GA to start tracking these downloads as page views, and will also show up as goals attained. I am very shaky on whether or not the code I used to make this happen will work or not. Obviously, since I just implemented this today, any downloads won't show up until tomorrow, so I'll let you know if the code I used is working or not. If it does, I'll also be watching to see if perhaps there is any correlation or causation or unpandalization that occurs.
Any thoughts on this?