0.3.0 • Published 8 months ago

@artevelde-uas/canvas-lms-google-analytics-plugin v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Canvas LMS Google Analytics Plug-in

Plugin for the Canvas LMS theme app that adds the Google Analytics scripts to Canvas by providing the tracking id.

NPM version License Downloads PRs Welcome

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-google-analytics-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-google-analytics-plugin

Usage

Just import the plug-in and add it to the Canvas app:

import canvas from '@artevelde-uas/canvas-lms-app';
import googleAnalyticsPlugin from '@artevelde-uas/canvas-lms-google-analytics-plugin';

canvas.addPlugin(googleAnalyticsPlugin, {
    trackingId: 'UA-123456789-0'
});

canvas.run();
0.3.0

8 months ago

0.2.1

4 years ago

0.2.0

4 years ago