【光环助手V5.3.0】Q&A管理-事件埋点(1009测试1) https://git.ghzs.com/pm/halo-app-issues/-/issues/1393
This commit is contained in:
@ -1239,10 +1239,10 @@ object NewLogUtils {
|
||||
}
|
||||
|
||||
//点击QA更多
|
||||
fun logClickQaMoreBtn(qaTitle: String) {
|
||||
fun logClickQaMoreBtn(helpId: String) {
|
||||
val json = json {
|
||||
"event" to "qa_click_title_more"
|
||||
"qa_title" to qaTitle
|
||||
"help_id" to helpId
|
||||
"meta" to LogUtils.getMetaObject()
|
||||
"launch_id" to Tracker.launchId
|
||||
"session_id" to Tracker.sessionId
|
||||
|
||||
@ -52,7 +52,7 @@ class HelpQaCategoryAdapter(val context: Context, val mQaCollectionId: String?)
|
||||
} else {
|
||||
MtaHelper.onEvent("意见反馈", "使用帮助点击", "点击更多+${helpCategoryEntity.name}")
|
||||
}
|
||||
NewLogUtils.logClickQaMoreBtn(helpCategoryEntity.name)
|
||||
NewLogUtils.logClickQaMoreBtn(helpCategoryEntity.id)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user