添加埋点
This commit is contained in:
@@ -90,6 +90,12 @@
|
||||
[KBHUD showInfo:KBLocalized(@"Please Enter The Content")];
|
||||
return;
|
||||
}
|
||||
NSDictionary *extra = @{@"content_len": @(content.length)};
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_feedback_commit_btn"
|
||||
pageId:@"feedback"
|
||||
elementId:@"commit_btn"
|
||||
extra:extra
|
||||
completion:nil];
|
||||
__weak typeof(self) weakSelf = self;
|
||||
[self.viewModel submitFeedbackWithContent:content completion:^(BOOL success, NSError * _Nullable error) {
|
||||
if (!success) { return; }
|
||||
|
||||
Reference in New Issue
Block a user