Add Checksum to Challenges for Google Analytics
This commit is contained in:
@ -20,7 +20,7 @@ window.common = (function(global) {
|
||||
const tail = common.arrayToNewLineString(common.tail);
|
||||
const combinedCode = head + code + tail;
|
||||
|
||||
ga('send', 'event', 'Challenge', 'ran-code', common.challengeName);
|
||||
ga('send', 'event', 'Challenge', 'ran-code', common.gaName);
|
||||
|
||||
// run checks for unsafe code
|
||||
return detectUnsafeCode$(code)
|
||||
|
Reference in New Issue
Block a user