I am using Woopra manually (i.e., by sticking the JavaScript into my hand-coded
HTML), and I'd like to track downloads for certain links on my site. Is there a
way to do this? As for now, I don't receive *any* download data from the Woopra
client; my web-site receives only a few hits a day, but I *know* that there have
been downloads, since I have downloaded a few of the files myself (to install a
little utility I wrote on my computer at the office). Ideally, I'd be able to do
something like:
<script type="text/javascript" src="SOMETHING HERE">
Here's a cool file
</script>
or equivalent for the links that I want to track, but I'd settle for having all
downloads tracked. Advice appreciated!
