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