Commit 90db7a01 authored by guanghui.shi's avatar guanghui.shi

增加智能搜索搜索栏埋点

parent 09e29903
...@@ -116,6 +116,9 @@ ...@@ -116,6 +116,9 @@
QGAppCoreModelClickEvent * clickEvent = [QGAppCoreModelClickEvent acmcEventWithPage:@"智能搜索" path:@"智能搜索" name:@"搜索" detail_name:nil acmc_model_other:self.pasteStr]; QGAppCoreModelClickEvent * clickEvent = [QGAppCoreModelClickEvent acmcEventWithPage:@"智能搜索" path:@"智能搜索" name:@"搜索" detail_name:nil acmc_model_other:self.pasteStr];
[QGAnalyticsService analyticsTrackWithEvent:clickEvent]; [QGAnalyticsService analyticsTrackWithEvent:clickEvent];
QGAppCoreModelClickEvent * searchResultEvent = [QGAppCoreModelClickEvent acmcEventWithPage:@"搜索页" path:@"搜索栏" name:@"搜索栏" detail_name:nil acmc_model_other:self.pasteStr];
[QGAnalyticsService analyticsTrackWithEvent:searchResultEvent];
if (self.searchBlock) { if (self.searchBlock) {
self.searchBlock(); self.searchBlock();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment