@artevelde-uas/canvas-lms-google-analytics-plugin
v0.3.0
Published
Plugin for the Canvas LMS theme app that adds the Google Analytics scripts to Canvas by providing the tracking id
Downloads
25
Keywords
Readme
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.
Installation
Using NPM:
npm install @artevelde-uas/canvas-lms-google-analytics-pluginUsing Yarn:
yarn add @artevelde-uas/canvas-lms-google-analytics-pluginUsage
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();