Forum Discussion
Can I use GA with an Articulate Rise course that has been turned into a SCORM assignment?
- 2 days ago
Yes exactly. Here's what it looks like in my index.html. Note this was an older course exported a year ago but it should look very similar to a newer course.
I just added GA to a Rise course by editing index.html in the scorm package and using the 'manual' method of adding the ga tracking script. It works, I've got data! Now Rise is really just a single page application (SPA) so individual lessons it won't track those separately. But I believe it was SamHill who posted recently, to treat each lesson as a 'page' you could use the Code Block to insert individual tracking js into each lesson. But for just general data you can throw the ga script into index.html.
- JulioPalacios2 days agoCommunity Member
Hi Phil. Thanks for taking the time to reply. Could you let me know if my workflow is similar to what works for you?
- Export as an LMS package from Articulate Rise
- Create a property in GA and obtain the Google Tag for the account
- decompress the LMS package and locate the index.html
- Insert the Google Tag Script right below the <head>
- Zip up the package
- Upload it to my LMS (Blackboard) as a SCORM assignment.
- PhilFoss2 days agoCommunity Member
Yes exactly. Here's what it looks like in my index.html. Note this was an older course exported a year ago but it should look very similar to a newer course.
Related Content
- 2 years ago