如何在Mixpanel Android中添加定时事件的属性

时间:2016-10-17 06:49:44

标签: android mixpanel

MixpanelAPI mixpanel =
    MixpanelAPI.getInstance(context, MIXPANEL_TOKEN);

// start the timer for the event "Image Upload"
mixpanel.timeEvent("Image Upload");

// stop the timer if the imageUpload() method returns true
if(imageUpload()){`enter code here`
    mixpanel.track("Image Upload");
}

我们已尝试使用时间事件发送属性,但这些属性在实时视图中不可见。

0 个答案:

没有答案