|
@@ -237,6 +237,8 @@ export default {
|
237
|
237
|
{ prop: "first_day_roi", label: "首日ROI", notes: '首日ROI=当日新用户充值之和/累计消耗' },
|
238
|
238
|
{ prop: "first_roi", label: "首充ROI", },
|
239
|
239
|
{ prop: "qw_cost", label: "企微成本" },
|
|
240
|
+ { prop: "conversions_count", label: "回传下单人数", notes: '通过广告后台获取到的实际下单人数', min_width: 160 },
|
|
241
|
+ { prop: "new_pay_uv", label: "实际下单人数", notes: '猎羽后台统计到的首日首次下单的人数', min_width: 160 },
|
240
|
242
|
{ prop: "new_cost", label: "用户首日下单成本", min_width: 160 },
|
241
|
243
|
{ prop: "first_charge", label: "首日首单充值金额", min_width: 160 },
|
242
|
244
|
{ prop: "first_day_pay", label: "首日充值金额", min_width: 160 },
|