Candela Analytics archived
Adds Google Analyics tracking code to the theme header
by lumenlearning · github.com/lumenlearning/candela-analytics · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/lumenlearning/candela-analytics/archive/refs/heads/master.zipReadme
Candela Analytics
A plugin that adds Google Analytics tracking code to the theme header.
Installation
Composer
Coming soon ...
Manually
-
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 > Pluginsand 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.