update: 修复 LevelEndSuccess 打点数据, item_id 上报不准确的问题
parent
54ef66a97d
commit
4743fa298f
|
|
@ -135,9 +135,7 @@ namespace Guru
|
||||||
Analytics.BPlay = Model.TotalPlayedCount; // 记录 BPlay
|
Analytics.BPlay = Model.TotalPlayedCount; // 记录 BPlay
|
||||||
}
|
}
|
||||||
|
|
||||||
Analytics.LogLevelEnd(levelId, result,
|
Analytics.LogLevelEnd(levelId, result, levelName, levelCategory, levelID, duration, step, score);
|
||||||
levelName, levelCategory, levelCategory,
|
|
||||||
duration, step, score);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue