We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408ad93 commit cce0afdCopy full SHA for cce0afd
bin/scripts/data-reports/compare_drill_aggregated.js
@@ -7,7 +7,7 @@
7
* node compare_drill_aggregated.js
8
*/
9
var period = "7days"; //Chose any of formats: "Xdays" ("7days","100days") or ["1-1-2024", "1-10-2024"],
10
-var app_list = ["670cc37eb89933fa76e0f448"]; //List with apps
+var app_list = []; //List with apps ""
11
//Example var eventMap = {"6075f94b7e5e0d392902520c":["Logout","Login"],"6075f94b7e5e0d392902520d":["Logout","Login","Buy"]};
12
var eventMap = {}; //If left empty will run for all alls/events.
13
0 commit comments