A plugin that adds Google Analytics tracking code to the theme header.
Coming soon ...
-
Download or clone Candela Analytics into your wordpress multisite plugins directory:
/path/to/wordpress/wp-content/plugins
-
Log in to your Wordpress multisite instance and navigate to
Network Admin > Plugins
and activate the Candela Analytics plugin -
Then set a few configuration constants in your wp-config.php file:
define('CANDELA_ANALYTICS_WEB_PROPERTY_ID', 'UA-XXXX-Y'); define('CANDELA_ANALYTICS_COOKIE_DOMAIN', 'auto');
For testing use cookie domain, none
.