Commit cd4e02d5 authored by 朱璇's avatar 朱璇

添加埋点

parent 7295cf13
......@@ -196,17 +196,6 @@
}
}
- (void)popup_view {
NSDictionary *dict = @{@"page_name":SafeString([GMBaseTool getCurrentViewController].pageName),
@"popup_name":@"video_face_consultation",
@"referrer_link":[GMBaseTool getCurrentViewController].referrerLink ? : @[],
@"business_id":SafeString([GMBaseTool getCurrentViewController].businessId),
@"referrer":SafeString([GMBaseTool getCurrentViewController].referer),
@"referrer_id":SafeString([GMBaseTool getCurrentViewController].)
};
[Phobos track:@"popup_view" attributes:dict];
}
- (void)popup_view {
NSDictionary *dict = @{@"page_name":SafeString([GMBaseTool getCurrentViewController].pageName),
@"popup_name":@"free_to_clinic",
......
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