betohairmass Posted August 14, 2010 Share Posted August 14, 2010 Hi,I want to check if the admin/employee is logged in the front office so that I dont include the analytics tracking (I dont want to track my and my employees navigation.in the init script of the front office I have added$cookies = new Cookie('psAdmin'); $cookie->id_empl = $cookies->id_employee;do that i can ceck if id_empl has a value. But this value is not set.I want to know if the admin is logged in so that I can include google analytics or not. I do not want to track click from my employees when they click on add to carts or navigate round the site as this will distort the tracking numbers.Doe anyone have any advice on this.thanks Link to comment Share on other sites More sharing options...
VirtuoSEO Posted August 16, 2010 Share Posted August 16, 2010 You can exclude people from being in your Google Analytics at GA itself.See here: http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55481Might be a bit easier than modifying the plugin. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now