Title: google analytics counts admin-login
Last modified: August 20, 2016

---

# google analytics counts admin-login

 *  [arvedg](https://wordpress.org/support/users/arvedg/)
 * (@arvedg)
 * [15 years ago](https://wordpress.org/support/topic/google-analytics-counts-admin-login/)
 * This thing drives me crazy: Since the update to WP 3.1 Google Analytics counts
   my (admin) visit at the login-page. In the statistis I see my login-procedure
   as a 0 sec visit with 100% bounce rate.
 * Once I’m logged in it stops counting, since “Ignore Users” in WP is set to “administrators”.
   But why the hell does Google Analytics always count this one login-visit and 
   how can I convince it stop doing so??
 * Arved

Viewing 1 replies (of 1 total)

 *  [Ajith Edassery](https://wordpress.org/support/users/edassery/)
 * (@edassery)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/google-analytics-counts-admin-login/#post-2081193)
 * Have you tried wrapping the Analytics code within two lines of code that checks
   if the user is logged in? This may help with older versions of WP to project 
   more accurate page views as well.
 * The code would be something like this:
 * `
    <?php if (!is_user_logged_in()) { ?>
 * Insert your Google Analytics code here
 * <?php } ?>
 * For more info and an alternate approach, please check out the post below:
 * [http://www.dollarshower.com/exclude-wordpress-admin-user-page-views-google-analytics/](http://www.dollarshower.com/exclude-wordpress-admin-user-page-views-google-analytics/)
 * cheers,
    Ajith

Viewing 1 replies (of 1 total)

The topic ‘google analytics counts admin-login’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Ajith Edassery](https://wordpress.org/support/users/edassery/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/google-analytics-counts-admin-login/#post-2081193)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
