Changeset 407202
- Timestamp:
- 07/09/2011 01:22:32 AM (15 years ago)
- Location:
- google-analyticator/trunk
- Files:
-
- 2 edited
-
google-analyticator.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
google-analyticator/trunk/google-analyticator.php
r407201 r407202 10 10 */ 11 11 12 define('GOOGLE_ANALYTICATOR_VERSION', '6. 1.3');12 define('GOOGLE_ANALYTICATOR_VERSION', '6.2'); 13 13 14 14 // Constants for enabled/disabled state … … 878 878 # Disable page tracking if admin is logged in 879 879 if ( ( get_option(key_ga_admin) == ga_disabled ) && ( ga_current_user_is(get_option(key_ga_admin_role)) ) ) 880 echo " _gaq.push(['_set Var', 'admin']);\n";880 echo " _gaq.push(['_setCustomVar', 'admin']);\n"; 881 881 882 882 # Add any tracking code after the trackPageview -
google-analyticator/trunk/readme.txt
r407201 r407202 53 53 = 6.2 = 54 54 * Adds a new option for site speed tracking (enabled by default) 55 * Replaces deprecated tracking code _setVar with _setCustomVar 55 56 56 57 = 6.1.3 =
Note: See TracChangeset
for help on using the changeset viewer.