|
@@ -560,11 +560,11 @@ function logReportVideoView(video, current, index) {
|
|
|
}),
|
|
|
viewId: video.viewId,
|
|
|
flowPool: video.flowPool || '',
|
|
|
- measureId: video.measure,
|
|
|
- measureType: video.measureType,
|
|
|
+ measureId: video.measure || '',
|
|
|
+ measureType: video.measureType || '',
|
|
|
pageSource: DETAIL_PAGESOURCE,
|
|
|
recommendLogVO: video.recommendLogVO || '',
|
|
|
- recommendSource: video.recommendSource,
|
|
|
+ recommendSource: video.recommendSource || '',
|
|
|
rootPageSource: '', // TODO: 分享之后加上
|
|
|
rootPageTimestamp: '', // TODO: 分享之后加上
|
|
|
shareDepth: '', // TODO: 分享之后加上
|