Forum Discussion
senthilkumar4
10 years agoCommunity Member
Google Analytics in Storyline
HI
I have enabled Google analytic in a SCORM course developed using SL1 before 4 months.
I have enabled the tracking code after publishing and enabled the event triggers inside the story file.
...
nekcihnone
10 years agoCommunity Member
Hey all, I just finished a little javascript lib to make this easier. It automatically tracks pageViews for slides and you can manually add triggers for tracking events.
https://github.com/nekcih/GASL
If you are a coder, please improve it and make a pull request!
I'd like to make the event tracking automatic based on SCORM interactions but because the cmi.suspend_data is compressed I am unable to. Actually, it is possible but I didn't feel like reverse engineering the compression. It's extremely hacky stuff; chunks, base64, etc. Proprietary comopression? Boo. I wish Articulate would include a decompression function for the string in the published output. It sure would empower us to do more with the tool. Especially when publishing to Flash.