--- uc_googleanalytics.module.orig 2011-05-21 16:25:24.190076526 -0400 +++ uc_googleanalytics.module 2011-05-21 16:25:50.197575818 -0400 @@ -69,7 +69,7 @@ function uc_googleanalytics_display() { // Or if the URL is the custom completion page. $completion_page = variable_get('uc_cart_checkout_complete_page', ''); - if (!empty($completion_page) && $completion_page == $_GET['q']) { + if (!empty($completion_page) && $completion_page == drupal_get_path_alias($_GET['q'])) { return TRUE; }