HubSpot Ideas

LindsayUAT

HubSpot integration with Canvas LMS

We use Canvas as our university's LMS, and would like to integrate HubSpot tracking codes into Canvas. Currently, there isn't a way to properly do this so we're looking for solutions, as the tracking abilities would be a huge value-add to our organization.

4 Kommentare
LassiLaureaUAS
Teilnehmer/-in

This would be great to have. As a usecase I would like to monitor student activity in canvas and automate messaging / interactions based on logins (or inactivity), upcoming deadlines or returned assignments.

LindsayUAT
Mitglied

This is very much aligned with what we are hoping to use it for as well! 

DominiqueLiard
Teilnehmer/-in

Yes, we also use Canvas LMS and we would be interested in integrating the two systems. 

Rongen
Mitwirkender/Mitwirkende

I've been searching for this solution for more than a week. I tried this code and it works! 
You need to update/reupload the .js file in the theme and make sure to change the xxxxxxx to your own script code and include https:// in the src ".


var hubspot = document.createElement("script");
hubspot.src="https://js.hs-scripts.com/xxxxxxxxx.js";
document.getElementsByTagName("head")[0].appendChild(hubspot);

Hope that helps.