I'm having some trouble getting Google Analytics to work with Facebook, has anyone here gotten this to work? Facebook provides the tag in FBML, but it doesn't seem to do anything. I've added it at the bottom of my document, and the status never changes from Tracking Not Installed in Google Analytics.
I'm using this in a Django-based web app. Here's the relevant portion of the template I'm using.
<fb:header icon="false">
{% block title %}
{% endblock %}
</fb:header>
{% block main %}
{% endblock %}
<fb:google-analytics uacct="UA-XXXXXXX" />