按照文档在友盟后台配置了自定义事件
代码也进行了埋码,机型和启动次数都能统计出来,但是自定义事件统计却不出来
callTel: function() {
plus.statistic.eventTrig( "call", {"type":"3","quantity":"3"} );
var d = 12000;
plus.statistic.eventDuration("music", d, {"type":"popular","artist":"JJLin"});
uni.makePhoneCall({
phoneNumber: "0871-63197980"
})
},