• hi

    i insatlled Google Analytics plugin from https://boakes.org/analytics/

    wel i upload th plugin file and activated there ask me to fill the well i filed uacct from admin panel of my blog ,
    when i check the status from google it says code is not installed in the index when i check in the page i am not able to find the java code but present in all the sigle post , any suggestion .

Viewing 6 replies - 1 through 6 (of 6 total)
  • Why don’t you put the script in your foot before the closing body tag? That why no matter what page loads, <?php get_footer(); ?> loads Google Analytics js everytime.

    <script src=”https://www.google-analytics.com/urchin.js&#8221; type=”text/javascript”>
    </script>
    <script type=”text/javascript”>
    _uacct = “UA-******-1”;
    urchinTracker();
    </script>

    dannybcastillo – any particular place in the footer?

    Anywhere before that final </body> ought to be fine.

    This worked. The Semiologoc plugin seemed to cause a Fatal PHP Error which showed in the logs. thanks so much.

    I’ve inserted the tracking code in my footer.php file exactly as suggested. When I load a page in my browser and view its source, I see the tracking code. When I go to Google/analytics, it doesn’t “see” the code and tells me that I need to insert it.

    Anyone here of this problem before?

    @riles: same problem here using the GA plugin. Can see the code, entered my ID in the wp-admin and the code is between the </body> tag.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Google Analytics need help’ is closed to new replies.