Hi,
How will we add google analytics code in perch?
Hi, you can create a region in the head or foot for your website e.g. <?php perch_content('Google Analytics'); ?> and then assign the google_analytics.html template to it.
<?php perch_content('Google Analytics'); ?>
google_analytics.html
You can then set this to 'Share region across all pages' in Region options.
okay many thanx Simon :)
Hi, you can create a region in the head or foot for your website e.g.
<?php perch_content('Google Analytics'); ?>
and then assign thegoogle_analytics.html
template to it.You can then set this to 'Share region across all pages' in Region options.
okay many thanx Simon :)