I want Statcounter, too. If we can't get that, then how about the option to add source code to our page footer where the stat counter code needs to reside. I abhor Google Analytics. I just spent 10 minutes learning how to create a filter, for example, to remove my own IP from my site counts. I learned how to do the same thing in Stat Counter is about 10 seconds. I won't drone on about all the reasons why Statcounter is better, but we NEED this zen people. PLEASE. HELP.
I don't think it would be all that difficult to code in much the same you code for a Google Analytics UA number - basically it would be a variable substitution for a Statcounter sc_project and sc_invisible (I've replaced mine with "xxxxxxxx" and "yyyyyyy"):
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=xxxxxxxxxx;
var sc_invisible=1;
var sc_security="yyyyyyyyy";
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script>
<noscript><div class="statcounter"><a title="tumblr
statistics" href="http://statcounter.com/tumblr/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/xxxxxxxx/0/yyyyyyyyy/1/"
alt="tumblr statistics"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
Any comments from zen on what it would take to get this done?
Thanks.