Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/google_analytics/README.txt,v
retrieving revision 1.2.4.3
diff -u -p -r1.2.4.3 README.txt
--- README.txt	30 Aug 2007 11:36:00 -0000	1.2.4.3
+++ README.txt	18 May 2008 13:12:46 -0000
@@ -34,8 +34,28 @@ All pages will now have the required Jav
 HTML footer can confirm this by viewing the page source from
 your browser.
 
-'admin/' pages are automatically ignored by Google Analytics.
+New approach to page tracking in 1.4
+==================================== 
+With 1.4 there are new settings on the settings page at
+admin/settings/googleanalytics. The "Page specific tracking" area now
+comes with an interface that copies Drupal's block visibility settings.
 
+The default is set to "Add to every page except the listed pages." In
+addition, the following pages are listed for exclusion.
+
+admin* 
+user* 
+node/add* 
+node/*/*
+
+These defaults are changeable by user/1 or another user with Google Analytics configuration permission. 
+
+Like the blocks visibility settings in Drupal core, there is now a
+choice for "Add if the following PHP code returns TRUE." Sample php
+snippets that can be used in this block can be found on the "Overview
+of Block Visibility" handbook page at: http://drupal.org/node/64135. A
+code snippet that creates opt-out by role functionality can be found
+at: http://drupal.org/node/248075#comment-845538.
 
 Advanced Settings
 =================
