I get a decent amount of traffic via StumbleUpon, but how does one tell what pages are being stumbled? I use Google Analytics and AWStats as my stats program, but neither can seem to tell me... ideas?
Yeah, I realize if I visit every page on my site, I can see it in the toolbar, but my site has hundreds of thousands of pages, so obviously that's not going to work.
In AWStats, change URLReferrerWithQuery in the config file to : URLReferrerWithQuery=1 Code (markup): And you will get the complete URL of the referrer. Jean-Luc
In fact, it is a bit more complicated than I thought. AWStats places the StumbleUpon referrers under the "search engine referrers". Anyway, as I had the same type of problem, I wrote an AWStats extra section to get the list of my pages on StumbleUpon. It is setup in a way that the links in the report go to the StumbleUpon reviews. The extra section is here: AWStats, Referrers from StumbleUpon Jean-Luc
It should be placed in your AWStats config file. You can append it at the end of the file. Don't forget to replace your_site.com by the name of your site (twice)! Jean-Luc