Best Google Analytic Tracker Wordpress Plugin

by 4 replies
5
What's the best Google Analytic Wordpress plugin?

What's one that's constantly getting developed? I've been using Ultimate Google Analytics but it hasn't been developed in two years!
#website design #analytic #google #plugin #tracker #wordpress
  • I think Google Analytics Dashboard is the best because also includes the analytics stats. Even so I think you can use any plugin which allows you to track your site because most of them are doing a good job.
    • [ 1 ] Thanks
  • I might also look at All in one seo pack - it's one of the most popular plugins and includes loads of extra stuff on top of the analytics.

    Best,
    Leo
  • I use https://wordpress.org/plugins/google...for-wordpress/ plugin on sites where I don't incorporate analytics in the theme.

    Here's the code I add to the [child]theme's header.php file

    Code:
    <body <?php body_class(); ?>>  <!-- this line is in the original header.php file -->
    <?php if (!current_user_can('create_users') ) {
    
    include_once("analyticstracking.php") ;  // analytics tracking php is 
    //as suggested by Google in the instructions
    }
    
    ?>
    The code
    will prevent analytics from tracking admin users that are logged in
  • I've been using:

    WordPress › Google Analyticator « WordPress Plugins

    Updated this year

Next Topics on Trending Feed