Problem: verification of nabble forum using Google Analytics code

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem: verification of nabble forum using Google Analytics code

FamilyLawDirectory
Im unable to verify my nabble forum using google analytics code even though it is tracking my data. Anyone know how to rectify this?

Alternatively, does anyone know how or is it possible to insert a google meta tag in the forum?
Reply | Threaded
Open this post in threaded view
|

Re: Problem: verification of nabble forum using Google Analytics code

Hugo <Nabble>
Please look at the HTML source of your forum and search for your tracker ID. Nabble certainly prints the tracker code in your HTML pages, but you should compare the code printed by Nabble with the code suggested by google. They should look the same. If you see differences, please let me know.
Reply | Threaded
Open this post in threaded view
|

Re: Problem: verification of nabble forum using Google Analytics code

FamilyLawDirectory
Hi Hugo. Thanks for your response.

I've had a look at the source code. I can't find the analytics code anywhere. The only reference to anything Google I can find is this
       

                <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

        <head>

                <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

<link rel="stylesheet" href="/site.pack.css?20" type="text/css" />

<link rel="stylesheet" href="/template/NamlServlet.jtp?macro=site_style" type="text/css" />


<script src="/util/jquery-1.4.3.pack.js" type="text/javascript"></script>
<script src="/util/nabbledropdown-1.9.pack.js" type="text/javascript"></script>
<script src="/Javascript.jtp?11" type="text/javascript"></script>

<script type="text/javascript">

        Nabble.setFontSize();

</script


<script src="<b>http://www.google-analytics.com/urchin.js" type="text/javascript"></script>

<script src="http://n3.nabble.com/static/analytics.js?4" type="text/javascript"></script>
My forum URL is http://www.thefamilylawdirectory.com.au/content/family-law-forum.html

Can you see it anywhere?
Reply | Threaded
Open this post in threaded view
|

Re: Problem: verification of nabble forum using Google Analytics code

Hugo <Nabble>
Yes, I see the code generated by Nabble in your forum HTML. See image below:



Is this code what google suggested to you? If not, please post the code from google and I will take a closer look.
Reply | Threaded
Open this post in threaded view
|

Re: Problem: verification of nabble forum using Google Analytics code

FamilyLawDirectory
Oh. Sorry. That code is correct. So why isn't it being picked up in the verification process?

Is the code inserted in the right place? I note that Google says it should be in the header?
Reply | Threaded
Open this post in threaded view
|

Re: Problem: verification of nabble forum using Google Analytics code

Hugo <Nabble>
We moved the code to the header. Please try again and let me know if you still have issues.