|
@@ -80,8 +80,7 @@ let customFields= [
|
|
title: '转化成本',
|
|
title: '转化成本',
|
|
dataIndex: 'convertCost',
|
|
dataIndex: 'convertCost',
|
|
tip: '广告主为每个转化所付出的平均成本,计算方式:总花费/转化数。当天数据可能会有波动',
|
|
tip: '广告主为每个转化所付出的平均成本,计算方式:总花费/转化数。当天数据可能会有波动',
|
|
- align: 'center',
|
|
|
|
-
|
|
|
|
|
|
+ align: 'center',
|
|
scopedSlots: { customRender: 'convertCost' },
|
|
scopedSlots: { customRender: 'convertCost' },
|
|
sorter: (a, b) => a.convertCost - b.convertCost
|
|
sorter: (a, b) => a.convertCost - b.convertCost
|
|
},
|
|
},
|
|
@@ -295,38 +294,7 @@ let customFields= [
|
|
scopedSlots: { customRender: 'nextDayOpenRate' },
|
|
scopedSlots: { customRender: 'nextDayOpenRate' },
|
|
sorter: (a, b) => a.nextDayOpenRate - b.nextDayOpenRate
|
|
sorter: (a, b) => a.nextDayOpenRate - b.nextDayOpenRate
|
|
},
|
|
},
|
|
- // {
|
|
|
|
- // title: '次留回传数',
|
|
|
|
- // dataIndex: 'nextDayOpenEcho',
|
|
|
|
- // tip: '根据您通过api或sdk回传给我们的时间为准,将次留数披露在回传时间',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'nextDayOpenEcho' },
|
|
|
|
- // sorter: (a, b) => a.nextDayOpenEcho - b.nextDayOpenEcho
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '首次付费数',
|
|
|
|
- // dataIndex: 'firstPayment',
|
|
|
|
- // tip: '用户在应用内首次完成付费的次数',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'firstPayment' },
|
|
|
|
- // sorter: (a, b) => a.firstPayment - b.firstPayment
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '首次付费成本',
|
|
|
|
- // dataIndex: 'firstPaymentCost',
|
|
|
|
- // tip: '用户在应用内首次完成付费的成本,计算方式:消耗/首次付费数',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'firstPaymentCost' },
|
|
|
|
- // sorter: (a, b) => a.firstPaymentCost - b.firstPaymentCost
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '首次付费率',
|
|
|
|
- // dataIndex: 'firstPaymentRate',
|
|
|
|
- // tip: '计算方式:首次付费数/激活数',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'firstPaymentRate' },
|
|
|
|
- // sorter: (a, b) => a.firstPaymentRate - b.firstPaymentRate
|
|
|
|
- // },
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
title: '付费数',
|
|
title: '付费数',
|
|
dataIndex: 'activePayAmount',
|
|
dataIndex: 'activePayAmount',
|
|
@@ -343,135 +311,7 @@ let customFields= [
|
|
scopedSlots: { customRender: 'activePayCost' },
|
|
scopedSlots: { customRender: 'activePayCost' },
|
|
sorter: (a, b) => a.activePayCost - b.activePayCost
|
|
sorter: (a, b) => a.activePayCost - b.activePayCost
|
|
},
|
|
},
|
|
- // {
|
|
|
|
- // title: '7日付费次数(激活时间)',
|
|
|
|
- // dataIndex: 'activePayAmountBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的总次数,并将付费次数披露在每个用户的激活时间上',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountBetween7days - b.activePayAmountBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '7日付费成本(激活时间)',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '7日人均付费次数(激活时间)',
|
|
|
|
- // dataIndex: 'activePayAmountAverageBetween7days',
|
|
|
|
- // tip:
|
|
|
|
- // '7天内用户的平均付费次数,计算方式:7日付费次数(激活时间)/7日首次付费数(激活时间),对首次付费数的统计仅在计划内去重且披露在每个用户的激活时间上',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountAverageBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountAverageBetween7days - b.activePayAmountAverageBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: 'app内访问',
|
|
|
|
- // dataIndex: 'ithinTheAppToAccess',
|
|
|
|
- // tip: '用户调起APP后到达的次数,一般在DPA广告中使用',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'ithinTheAppToAccess' },
|
|
|
|
- // sorter: (a, b) => a.ithinTheAppToAccess - b.ithinTheAppToAccess
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: 'app内访问详情页',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: 'app内加入购物车',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: 'app内下单',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: 'app内付费',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '完件数',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '完件成本',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '完件率',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '预授信数',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '预授信成本',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '授信数',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '授信成本',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // title: '授信率',
|
|
|
|
- // dataIndex: 'activePayAmountCostBetween7days',
|
|
|
|
- // tip: '用户激活应用后的7天内,在应用内完成付费的平均成本,计算方式:消耗/7日付费次数(激活时间)',
|
|
|
|
- // align: 'center',
|
|
|
|
- // scopedSlots: { customRender: 'activePayAmountCostBetween7days' },
|
|
|
|
- // sorter: (a, b) => a.activePayAmountCostBetween7days - b.activePayAmountCostBetween7days
|
|
|
|
- // }
|
|
|
|
|
|
+
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -882,14 +722,14 @@ let customFields= [
|
|
scopedSlots: { customRender: 'play25FeedBreak' },
|
|
scopedSlots: { customRender: 'play25FeedBreak' },
|
|
sorter: (a, b) => a.play25FeedBreak - b.play25FeedBreak
|
|
sorter: (a, b) => a.play25FeedBreak - b.play25FeedBreak
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: '25%进度播放率',
|
|
|
|
- dataIndex: 'play25FeedBreakRate',
|
|
|
|
- align: 'center',
|
|
|
|
|
|
+ // {
|
|
|
|
+ // title: '25%进度播放率',
|
|
|
|
+ // dataIndex: 'play25FeedBreakRate',
|
|
|
|
+ // align: 'center',
|
|
|
|
|
|
- scopedSlots: { customRender: 'play25FeedBreakRate' },
|
|
|
|
- sorter: (a, b) => a.play25FeedBreakRate - b.play25FeedBreakRate
|
|
|
|
- },
|
|
|
|
|
|
+ // scopedSlots: { customRender: 'play25FeedBreakRate' },
|
|
|
|
+ // sorter: (a, b) => a.play25FeedBreakRate - b.play25FeedBreakRate
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
title: '50%进度播放数',
|
|
title: '50%进度播放数',
|
|
dataIndex: 'play50FeedBreak',
|
|
dataIndex: 'play50FeedBreak',
|