Showing
1 changed file
with
4 additions
and
1 deletions
@@ -45,8 +45,11 @@ var getChannel = function() { | @@ -45,8 +45,11 @@ var getChannel = function() { | ||
45 | $studentVe.on('click', function(){ | 45 | $studentVe.on('click', function(){ |
46 | if (window._yas && window._yas.sendCustomInfo) { | 46 | if (window._yas && window._yas.sendCustomInfo) { |
47 | window._yas.sendCustomInfo({ | 47 | window._yas.sendCustomInfo({ |
48 | + op: 'YB_STUDENT_ATTCT_INFO', | ||
49 | + param: JSON.stringify({ | ||
48 | C_ID: getChannel(), | 50 | C_ID: getChannel(), |
49 | - SRC_ID: 2 | 51 | + SRC_ID: 2, |
52 | + }), | ||
50 | }, true); | 53 | }, true); |
51 | } | 54 | } |
52 | }); | 55 | }); |
-
Please register or login to post a comment