WP Manifestindependent plugin directory
manifest / analytics / candela-analytics

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.zip

Readme

Candela Analytics

A plugin that adds Google Analytics tracking code to the theme header.

Installation

Composer

Coming soon ...

Manually

  1. Download or clone Candela Analytics into your wordpress multisite plugins directory: /path/to/wordpress/wp-content/plugins

  2. Log in to your Wordpress multisite instance and navigate to Network Admin > Plugins and activate the Candela Analytics plugin

  3. 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.

Read the full README on GitHub →