Plugin Directory

Changeset 407202


Ignore:
Timestamp:
07/09/2011 01:22:32 AM (15 years ago)
Author:
cavemonkey50
Message:

Replaces deprecated tracking code _setVar with _setCustomVar

Location:
google-analyticator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-analyticator/trunk/google-analyticator.php

    r407201 r407202  
    1010 */
    1111
    12 define('GOOGLE_ANALYTICATOR_VERSION', '6.1.3');
     12define('GOOGLE_ANALYTICATOR_VERSION', '6.2');
    1313
    1414// Constants for enabled/disabled state
     
    878878            # Disable page tracking if admin is logged in
    879879            if ( ( get_option(key_ga_admin) == ga_disabled ) && ( ga_current_user_is(get_option(key_ga_admin_role)) ) )
    880                 echo "  _gaq.push(['_setVar', 'admin']);\n";
     880                echo "  _gaq.push(['_setCustomVar', 'admin']);\n";
    881881       
    882882            # Add any tracking code after the trackPageview
  • google-analyticator/trunk/readme.txt

    r407201 r407202  
    5353= 6.2 =
    5454* Adds a new option for site speed tracking (enabled by default)
     55* Replaces deprecated tracking code _setVar with _setCustomVar
    5556
    5657= 6.1.3 =
Note: See TracChangeset for help on using the changeset viewer.