Quote Originally Posted by jeking View Post
Yaro,

There are a few more steps you need to follow, including some file edits. Go back through the instructions, you'll find the steps you missed.
Jeking, thank you!

I've did everything according to the installation manual, including file changes, I added this code into tpl_main_page.php:

<?php
if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
// Do nothing
} else {
require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
}
?>

</body>

And I installed the SQL patch (uploaded a file through the ZC admin)

Why the GA code is not showing now?