analytics

No lengthy post this week, because I’m travelling – just a quick tip. There seem to be loads of times when you want to be able to track how many people LEAVE your site – whether it’s to a Feedburner RSS feed, an email list, or an affiliate product. So how do you track clicks off-site with Analytics?

It’s actually surprisingly easy. Assuming you’re using the latest tracking code (see Google’s guide to how to tell which version you’re using), you just need to add a bit of code to any link you want to check.

After the “a” in your link, add the following code:

onclick="javascript: _gaq.push(['_trackPageview','/goal/feed/about']);"

You can replace “/goal/feed/about/” with anything you like – it’s a fake website path that Google will record, so use whatever’s easy to remember. I tend to be using this functionality to track conversions of some kind on a page, so I use “goal” followed by the goal, followed by where it came from.

So, the end code should look like this:

<a onclick="javascript: _gaq.push(['_trackPageview','/goal/feed/about']);" href="http://www.feedburner.com/somefeed">

And your fake URL will just start showing up in Analytics – after about 2 hours, in my experience.

So now you can track which of your posts get you the most subscribers, or where an affiliate link is best placed to make you money, or any number of other uses. Enjoy!

{ 4 comments }

It’s easy to get tunnel vision on the Web. You make Web series, you read the forums for your chosen form of video (live action, Machinima, whatever), you read Web Series Network, you check the Twitters for #webserieschat…

And that’s about it.

No kidding, there’s a hell of a lot of useful information on the indiefilm/webseries/etc blogospheres. But particularly for a new medium like the web series, a lot of the most valuable info I’ve found over the past 13 or so years has come from sites in other fields – whether they’re internet marketing, aimed at people running pro blogs or making webapps, there are a lot of people out there trying to solve some of the same problems that hit us.

Here are four completely non-visual-media blogs that I would recommend you pretty much consume from start to end – and I guarantee you’ll come out with a whole bunch of new perspectives.

[click to continue…]

{ 1 comment }