|
@@ -100,30 +100,21 @@
|
|
|
<Table :showPage="false" ref="ecpmTable" :data="ecpmData">
|
|
<Table :showPage="false" ref="ecpmTable" :data="ecpmData">
|
|
|
<el-table-column prop="userId" label="用户ID" width="100" />
|
|
<el-table-column prop="userId" label="用户ID" width="100" />
|
|
|
<el-table-column prop="adSourceId" label="广告源ID" width="100" />
|
|
<el-table-column prop="adSourceId" label="广告源ID" width="100" />
|
|
|
- <el-table-column prop="beginTime" label="开始时间" width="100">
|
|
|
|
|
- <template #default="scope">
|
|
|
|
|
- {{ convertUTCToBeijing(scope.row.beginTime) }}
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- <el-table-column prop="click" label="点击数" />
|
|
|
|
|
- <el-table-column prop="click_api" label="三方广告平台的点击数" width="180" />
|
|
|
|
|
|
|
+ <el-table-column prop="beginTime" label="开始时间" width="100" />
|
|
|
|
|
+ <el-table-column prop="finishTime" label="完成时间" />
|
|
|
<el-table-column prop="ecpm" label="ECPM" width="100" />
|
|
<el-table-column prop="ecpm" label="ECPM" width="100" />
|
|
|
- <el-table-column prop="ecpm_api" label="三方广告平台的ECPM" width="180" />
|
|
|
|
|
- <el-table-column prop="fillrate" label="广告源填充率" width="120" />
|
|
|
|
|
- <el-table-column prop="finishTime" label="完成时间" width="100">
|
|
|
|
|
|
|
+ <el-table-column prop="adSourceType" label="广告源类型" width="120">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
- {{ convertUTCToBeijing(scope.row.finishTime) }}
|
|
|
|
|
|
|
+ {{ getDictionaryName('ad_source_type',scope.row.adSourceType) }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="impression" label="展示数" width="100" />
|
|
|
|
|
- <el-table-column prop="impression_api" label="三方广告平台的展示数" width="180" />
|
|
|
|
|
|
|
+ <el-table-column prop="adSourceIndex" label="竞价匹配优先级" width="120" />
|
|
|
<el-table-column prop="networkFormId" label="广告平台ID" width="100" />
|
|
<el-table-column prop="networkFormId" label="广告平台ID" width="100" />
|
|
|
<el-table-column prop="networkName" label="广告平台名称" width="120" />
|
|
<el-table-column prop="networkName" label="广告平台名称" width="120" />
|
|
|
<el-table-column prop="networkPlacementId" label="广告平台广告位ID" width="160" />
|
|
<el-table-column prop="networkPlacementId" label="广告平台广告位ID" width="160" />
|
|
|
<el-table-column prop="nickName" label="用户昵称" width="100" />
|
|
<el-table-column prop="nickName" label="用户昵称" width="100" />
|
|
|
<el-table-column prop="placementId" label="广告位ID" width="100" />
|
|
<el-table-column prop="placementId" label="广告位ID" width="100" />
|
|
|
<el-table-column prop="recordId" label="广告记录ID" width="100" />
|
|
<el-table-column prop="recordId" label="广告记录ID" width="100" />
|
|
|
- <el-table-column prop="request" label="广告源请求数" width="120" />
|
|
|
|
|
<el-table-column prop="revenue" label="收益" width="100" />
|
|
<el-table-column prop="revenue" label="收益" width="100" />
|
|
|
</Table>
|
|
</Table>
|
|
|
</Layer>
|
|
</Layer>
|