添加埋点
This commit is contained in:
@@ -181,11 +181,21 @@
|
||||
|
||||
/// 点击第一条示例文案
|
||||
- (void)kb_onTapQ1 {
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_guide_copy_example_1"
|
||||
pageId:@"guide"
|
||||
elementId:@"copy_example_1"
|
||||
extra:nil
|
||||
completion:nil];
|
||||
[self kb_copyTextToPasteboard:[self.q1Button titleForState:UIControlStateNormal]];
|
||||
}
|
||||
|
||||
/// 点击第二条示例文案
|
||||
- (void)kb_onTapQ2 {
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_guide_copy_example_2"
|
||||
pageId:@"guide"
|
||||
elementId:@"copy_example_2"
|
||||
extra:nil
|
||||
completion:nil];
|
||||
[self kb_copyTextToPasteboard:[self.q2Button titleForState:UIControlStateNormal]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user