A customer from me want to track ONLY registered users. Here is the code to include into tpl_footer.php:

Code:
<?php if (ZEN_CONFIG_USER_TRACKING == 'true' AND $_SESSION['customer_id'] != '') { zen_update_user_tracking(); } ?>
Cheers