vote up 1 vote down star

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" />
flag

80% accept rate

3 Answers

vote up 2 vote down

Have you checked out their dev page for this? Fb:google-analytics

What type of page are you using this on? I'm not uber-elite with Facebook, but it mentions that this tag can only be used on a canvas page.

link|flag
Yes, I've seen the dev page. That's where I found out about the fbml call... – Dan Lorenc Jul 7 at 22:08
vote up 2 vote down

Could you post the FBML you're using? I've been using Google Analytics on Facebook for a while, and I never ran into any trouble. Possibly there's a subtle problem with the markup.

link|flag
I posted the code. – Dan Lorenc Jul 7 at 23:50
Could you post the actual FBML that your django code produces? You should be able to see the FBML that Facebook gets from your server when you view source on your Facebook app. For all we know, there's some problem with the Django code, and we won't know until we see what it produces. – enkrates Jul 8 at 18:03
vote up 0 vote down

According to Facebook (http://wiki.developers.facebook.com/index.php/Fb%3Agoogle-analytics) you're only able to use this on the canvas page. Are you using it elsewhere?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.