V. GSM User Behaviour (Optional)
Dùng để thu thập thêm các tiêu chí giúp phân tích hành vi user chuẩn xác
1. Tutorial Log
GSM.Analytics.GSMAnalytics.LogEvent("tutorial_progress", new GSM.Models.Parameter[]
{
new GSM.Models.Parameter("tutorial",<tutorial_index>),
});Last updated