|
@@ -58,7 +58,7 @@ |
|
@@ -58,7 +58,7 @@ |
58
|
NSString *fromPage = [[NSUserDefaults standardUserDefaults] objectForKey:@"UFO_FromPage"];
|
58
|
NSString *fromPage = [[NSUserDefaults standardUserDefaults] objectForKey:@"UFO_FromPage"];
|
59
|
|
59
|
|
60
|
NSDictionary *trafficDict = @{ @"url" : videoUrl?videoUrl:@"",
|
60
|
NSDictionary *trafficDict = @{ @"url" : videoUrl?videoUrl:@"",
|
61
|
- @"traffic" : trafficBytes?trafficBytes:@"",
|
61
|
+ @"target" : trafficBytes?trafficBytes:@"",
|
62
|
@"fromPage" : fromPage?fromPage:@""
|
62
|
@"fromPage" : fromPage?fromPage:@""
|
63
|
};
|
63
|
};
|
64
|
[[YHEventReport sharedInstance] reportWithPointType:YHPT_UFOBUSINESS pointName:YHPN_BUSINESS_UFO_VIDEO_TRAFFIC parameters:trafficDict];
|
64
|
[[YHEventReport sharedInstance] reportWithPointType:YHPT_UFOBUSINESS pointName:YHPN_BUSINESS_UFO_VIDEO_TRAFFIC parameters:trafficDict];
|