Przeglądaj źródła

Moves analytics event for feedback to the library.

dev1
damencho 9 lat temu
rodzic
commit
e71cc30b3f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      modules/statistics/statistics.js

+ 1
- 0
modules/statistics/statistics.js Wyświetl plik

469
 Statistics.prototype.sendFeedback = function(overall, detailed) {
469
 Statistics.prototype.sendFeedback = function(overall, detailed) {
470
     if(this.callstats)
470
     if(this.callstats)
471
         this.callstats.sendFeedback(overall, detailed);
471
         this.callstats.sendFeedback(overall, detailed);
472
+    Statistics.analytics.sendEvent('feedback.rating', overall);
472
 };
473
 };
473
 
474
 
474
 Statistics.LOCAL_JID = require("../../service/statistics/constants").LOCAL_JID;
475
 Statistics.LOCAL_JID = require("../../service/statistics/constants").LOCAL_JID;

Ładowanie…
Anuluj
Zapisz