|
@@ -12,7 +12,7 @@ let customFields= [
|
|
|
tip: '表示广告在投放期内的预估花费金额。当天数据可能会有波动,次日稳定',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'cost' },
|
|
|
- sorter: (a, b) => a.cost - b.cost
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '展示数',
|
|
@@ -21,7 +21,7 @@ let customFields= [
|
|
|
align: 'center',
|
|
|
|
|
|
scopedSlots: { customRender: 'showMaterial' },
|
|
|
- sorter: (a, b) => a.showMaterial - b.showMaterial
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '平均千次展现费用',
|
|
@@ -30,7 +30,7 @@ let customFields= [
|
|
|
align: 'center',
|
|
|
|
|
|
scopedSlots: { customRender: 'cpm' },
|
|
|
- sorter: (a, b) => a.cpm - b.cpm
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '点击数',
|
|
@@ -39,7 +39,7 @@ let customFields= [
|
|
|
align: 'center',
|
|
|
|
|
|
scopedSlots: { customRender: 'clickMaterial' },
|
|
|
- sorter: (a, b) => a.clickMaterial - b.clickMaterial
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '点击率',
|
|
@@ -48,7 +48,7 @@ let customFields= [
|
|
|
align: 'center',
|
|
|
|
|
|
scopedSlots: { customRender: 'ctr' },
|
|
|
- sorter: (a, b) => a.ctr - b.ctr
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '平均点击单价',
|
|
@@ -57,7 +57,7 @@ let customFields= [
|
|
|
align: 'center',
|
|
|
|
|
|
scopedSlots: { customRender: 'cpc' },
|
|
|
- sorter: (a, b) => a.cpc - b.cpc
|
|
|
+ sorter:() => {}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -74,7 +74,7 @@ let customFields= [
|
|
|
align: 'center',
|
|
|
|
|
|
scopedSlots: { customRender: 'convertMaterial' },
|
|
|
- sorter: (a, b) => a.convertMaterial - b.convertMaterial
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '转化成本',
|
|
@@ -82,7 +82,7 @@ let customFields= [
|
|
|
tip: '广告主为每个转化所付出的平均成本,计算方式:总花费/转化数。当天数据可能会有波动',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'convertCost' },
|
|
|
- sorter: (a, b) => a.convertCost - b.convertCost
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '转化率',
|
|
@@ -91,7 +91,7 @@ let customFields= [
|
|
|
align: 'center',
|
|
|
|
|
|
scopedSlots: { customRender: 'playOverRate' },
|
|
|
- sorter: (a, b) => a.playOverRate - b.playOverRate
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
// {
|
|
|
// title: '深度转化次数',
|
|
@@ -99,7 +99,7 @@ let customFields= [
|
|
|
// tip:'将深度转化数记录在转化事件发生的时间上。建议广告主考核深度转化成本时参考“深度转化数(计费时间)”例如您的广告在早上8点进行了展示和点击,用户晚上19点发生了激活行为,我们会把激活数披露在晚上19点',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'playOverRate' },
|
|
|
- // sorter: (a, b) => a.playOverRate - b.playOverRate
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '深度转化成本',
|
|
@@ -107,7 +107,7 @@ let customFields= [
|
|
|
// tip: '广告主为每个深度转化所付出的平均成本,计算方法:总花费/深度转化数。当天数据可能会有波动,次日早8点后稳定',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'deepconvertCost' },
|
|
|
- // sorter: (a, b) => a.deepconvertCost - b.deepconvertCost
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '深度转化率',
|
|
@@ -115,7 +115,7 @@ let customFields= [
|
|
|
// tip: '广告被用户进行深度转化的次数占转化次数的百分比。计算方式:深度转化数/转化数*100%',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'playOverRate' },
|
|
|
- // sorter: (a, b) => a.playOverRate - b.playOverRate
|
|
|
+ // sorter:() => {}
|
|
|
// }
|
|
|
]
|
|
|
},
|
|
@@ -131,7 +131,7 @@ let customFields= [
|
|
|
// tip:'在转化行为发生(或回传)后,将转化行为回记到过去7天内的扣费(消耗产生)时间上。 例如:广告在8月20日展示给用户,此时广告花费10元,用户点击广告后于8月23日产生1笔购买,则8月23日这笔购买将会展示在8月20日,8月23日没有转化数。暂不支持查看当日数据',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'conversionNumberbillabletime' },
|
|
|
- // sorter: (a, b) => a.conversionNumberbillabletime - b.conversionNumberbillabletime
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '转化成本(计费时间)',
|
|
@@ -140,7 +140,7 @@ let customFields= [
|
|
|
// '转化成本(计费时间) = 消耗 / 转化数(计费时间)。例如:广告在8月20日展示给用户,此时广告花费10元,用户点击广告后,于8月23日产生2笔购买,则8月20日的转化成本(计费时间) = 5元(即10元除以2笔)。成本考核和系统赔付以该指标为准,暂不支持查看当日数据',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'convertCostbillabletime' },
|
|
|
- // sorter: (a, b) => a.convertCostbillabletime - b.convertCostbillabletime
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
|
|
|
// {
|
|
@@ -150,7 +150,7 @@ let customFields= [
|
|
|
// '在转化行为发生(或回传)后,将转化行为回记到过去7天内的扣费(消耗产生)时间上。 例如:广告在8月20日展示给用户,此时广告花费10元,用户点击广告后于8月23日产生1笔购买,则8月23日这笔购买将会展示在8月20日。暂不支持查看当日数据',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'deepconvertbillabletime' },
|
|
|
- // sorter: (a, b) => a.deepconvertbillabletime - b.deepconvertbillabletime
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '深度转化成本(计费时间)',
|
|
@@ -159,7 +159,7 @@ let customFields= [
|
|
|
// '是一个准确的深度转化成本评估指标。计算方式:消耗 / 深度转化数(计费时间)。例如:广告在8月20日展示给用户,此时广告花费10元,用户点击广告后,于 8 月 23 日产生2笔购买,则8月20日的深度转化成本(计费时间) = 5元(即10元除以2笔)。成本考核和系统赔付以该指标为准,暂不支持查看当日数据',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'deepconvertCostbillabletime' },
|
|
|
- // sorter: (a, b) => a.deepconvertCostbillabletime - b.deepconvertCostbillabletime
|
|
|
+ // sorter: () => {}
|
|
|
// }
|
|
|
// ]
|
|
|
// },
|
|
@@ -175,7 +175,7 @@ let customFields= [
|
|
|
tip: '用户在落地页中开始安装包下载进程的次数,仅安卓下载可以监测到该行为',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'downloadStart' },
|
|
|
- sorter: (a, b) => a.downloadStart - b.downloadStart
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '安卓下载开始成本',
|
|
@@ -184,7 +184,7 @@ let customFields= [
|
|
|
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'downloadStartCost' },
|
|
|
- sorter: (a, b) => a.downloadStartCost - b.downloadStartCost
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '安卓下载开始率',
|
|
@@ -193,7 +193,7 @@ let customFields= [
|
|
|
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'downloadStartRate' },
|
|
|
- sorter: (a, b) => a.downloadStartRate - b.downloadStartRate
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '安卓下载完成数',
|
|
@@ -202,7 +202,7 @@ let customFields= [
|
|
|
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'downloadFinish' },
|
|
|
- sorter: (a, b) => a.downloadFinish - b.downloadFinish
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '安卓下载完成成本',
|
|
@@ -210,7 +210,7 @@ let customFields= [
|
|
|
tip: '计算方式:总花费/安卓下载完成数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'downloadFinishCost' },
|
|
|
- sorter: (a, b) => a.downloadFinishCost - b.downloadFinishCost
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '安卓下载完成率',
|
|
@@ -218,7 +218,7 @@ let customFields= [
|
|
|
tip: '计算方式:安卓安装完成数/安卓下载完成数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'downloadFinishRate' },
|
|
|
- sorter: (a, b) => a.downloadFinishRate - b.downloadFinishRate
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '激活数',
|
|
@@ -226,7 +226,7 @@ let customFields= [
|
|
|
tip: '广告主回传的应用激活数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'active' },
|
|
|
- sorter: (a, b) => a.active - b.active
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '激活成本',
|
|
@@ -234,7 +234,7 @@ let customFields= [
|
|
|
tip: '计算方式:总花费/激活数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'activeCost' },
|
|
|
- sorter: (a, b) => a.activeCost - b.activeCost
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '激活率',
|
|
@@ -242,7 +242,7 @@ let customFields= [
|
|
|
tip: '计算方式:激活数/点击数*100%',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'activeRate' },
|
|
|
- sorter: (a, b) => a.activeRate - b.activeRate
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '注册数',
|
|
@@ -250,7 +250,7 @@ let customFields= [
|
|
|
tip: '广告主回传成功的注册数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'register' },
|
|
|
- sorter: (a, b) => a.register - b.register
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '注册成本',
|
|
@@ -258,7 +258,7 @@ let customFields= [
|
|
|
tip: '广告主为每个注册所付出的成本,计算公式是:总花费/注册数,当天数据可能会有波动,次日早8点后稳定',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'activeRegisterCost' },
|
|
|
- sorter: (a, b) => a.activeRegisterCost - b.activeRegisterCost
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '注册率',
|
|
@@ -266,7 +266,7 @@ let customFields= [
|
|
|
tip: '注册用户占激活用户的比例',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'activeRegisterRate' },
|
|
|
- sorter: (a, b) => a.activeRegisterRate - b.activeRegisterRate
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
|
|
|
|
|
@@ -276,7 +276,7 @@ let customFields= [
|
|
|
tip: '在次留行为发生或回传后,将次留数匹配到相应的激活时间上,用来查看当天在第二天的次留数。当天数据不产出',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'nextDayOpen' },
|
|
|
- sorter: (a, b) => a.nextDayOpen - b.nextDayOpen
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '次留成本',
|
|
@@ -284,7 +284,7 @@ let customFields= [
|
|
|
tip: '次留成本=消耗/次留数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'nextDayOpenCost' },
|
|
|
- sorter: (a, b) => a.nextDayOpenCost - b.nextDayOpenCost
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '次留率',
|
|
@@ -292,7 +292,7 @@ let customFields= [
|
|
|
tip: '次留率=次留数/激活数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'nextDayOpenRate' },
|
|
|
- sorter: (a, b) => a.nextDayOpenRate - b.nextDayOpenRate
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
|
|
|
{
|
|
@@ -301,7 +301,7 @@ let customFields= [
|
|
|
tip: '当天用户在应用内完成付费的总次数,多次付费会重复计数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'activePayAmount' },
|
|
|
- sorter: (a, b) => a.activePayAmount - b.activePayAmount
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '付费成本',
|
|
@@ -309,7 +309,7 @@ let customFields= [
|
|
|
tip: '当天用户在应用内完成付费的平均成本,计算方式:消耗/付费次数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'activePayCost' },
|
|
|
- sorter: (a, b) => a.activePayCost - b.activePayCost
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
|
|
|
]
|
|
@@ -326,7 +326,7 @@ let customFields= [
|
|
|
// tip: '用户点击POI页面的电话按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'clickThePhoneButton' },
|
|
|
- // sorter: (a, b) => a.clickThePhoneButton - b.clickThePhoneButton
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
{
|
|
|
title: '表单提交',
|
|
@@ -334,7 +334,7 @@ let customFields= [
|
|
|
tip: '用户在门店落地页多线沟通提交表单的次数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'form' },
|
|
|
- sorter: (a, b) => a.form - b.form
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
// {
|
|
|
// title: '地图搜索',
|
|
@@ -342,7 +342,7 @@ let customFields= [
|
|
|
// tip: '用户进行地图搜索的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'mapSearch' },
|
|
|
- // sorter: (a, b) => a.mapSearch - b.mapSearch
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '按钮button',
|
|
@@ -350,7 +350,7 @@ let customFields= [
|
|
|
// tip: '用户点击按钮button的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'button' },
|
|
|
- // sorter: (a, b) => a.button - b.button
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '关键页面浏览',
|
|
@@ -358,7 +358,7 @@ let customFields= [
|
|
|
// tip: '用户在关键页面的浏览次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'viewMaterial' },
|
|
|
- // sorter: (a, b) => a.viewMaterial - b.viewMaterial
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '下载开始',
|
|
@@ -366,7 +366,7 @@ let customFields= [
|
|
|
// tip: '用户点击下载开始的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'download' },
|
|
|
- // sorter: (a, b) => a.download - b.download
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: 'qq咨询',
|
|
@@ -374,7 +374,7 @@ let customFields= [
|
|
|
// tip: '用户点击QQ咨询按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'qq' },
|
|
|
- // sorter: (a, b) => a.qq - b.qq
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '抽奖',
|
|
@@ -382,7 +382,7 @@ let customFields= [
|
|
|
// tip: '用户点击抽奖按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'lottery' },
|
|
|
- // sorter: (a, b) => a.lottery - b.lottery
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '投票',
|
|
@@ -390,7 +390,7 @@ let customFields= [
|
|
|
// tip: '用户点击投票按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'vote' },
|
|
|
- // sorter: (a, b) => a.vote - b.vote
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '短信咨询',
|
|
@@ -398,7 +398,7 @@ let customFields= [
|
|
|
// tip: '用户点击短信咨询的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'message' },
|
|
|
- // sorter: (a, b) => a.message - b.message
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '页面跳转',
|
|
@@ -406,7 +406,7 @@ let customFields= [
|
|
|
// tip: '用户跳转至其他页面的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'redirect' },
|
|
|
- // sorter: (a, b) => a.redirect - b.redirect
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '商品购买',
|
|
@@ -414,7 +414,7 @@ let customFields= [
|
|
|
// tip: '用户购买商品的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'shopping' },
|
|
|
- // sorter: (a, b) => a.shopping - b.shopping
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '在线咨询',
|
|
@@ -422,7 +422,7 @@ let customFields= [
|
|
|
// tip: '用户点击在线咨询按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'consult' },
|
|
|
- // sorter: (a, b) => a.consult - b.consult
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '微信复制',
|
|
@@ -430,7 +430,7 @@ let customFields= [
|
|
|
// tip: '用户通过长按复制微信号的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'wechat' },
|
|
|
- // sorter: (a, b) => a.wechat - b.wechat
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '智能电话-确认拨打',
|
|
@@ -438,7 +438,7 @@ let customFields= [
|
|
|
// tip: '用户点击确认拨打电话按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'phoneConfirm' },
|
|
|
- // sorter: (a, b) => a.phoneConfirm - b.phoneConfirm
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '智能电话-确认接通',
|
|
@@ -446,7 +446,7 @@ let customFields= [
|
|
|
// tip: '用户在门店落地页点击多线沟通的电话按钮并接通的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'phoneConnect' },
|
|
|
- // sorter: (a, b) => a.phoneConnect - b.phoneConnect
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '有效咨询',
|
|
@@ -454,7 +454,7 @@ let customFields= [
|
|
|
// tip: '用户在门店落地页多线沟通的在线咨询中有效咨询的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'consultEffective' },
|
|
|
- // sorter: (a, b) => a.consultEffective - b.consultEffective
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '建站卡券领取',
|
|
@@ -462,7 +462,7 @@ let customFields= [
|
|
|
// tip: '用户点击POI页面卡券领取按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'coupon' },
|
|
|
- // sorter: (a, b) => a.coupon - b.coupon
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '卡券页领取',
|
|
@@ -470,7 +470,7 @@ let customFields= [
|
|
|
// tip: '用户点击POI页面卡券领取按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '调起店铺',
|
|
@@ -478,7 +478,7 @@ let customFields= [
|
|
|
// tip: '用户调起第三方店铺的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'tuningUpTheShop' },
|
|
|
- // sorter: (a, b) => a.tuningUpTheShop - b.tuningUpTheShop
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '店铺收藏',
|
|
@@ -486,7 +486,7 @@ let customFields= [
|
|
|
// tip: '用户点击POI页面的收藏按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'collectShop' },
|
|
|
- // sorter: (a, b) => a.collectShop - b.collectShop
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '查看店铺地址',
|
|
@@ -494,7 +494,7 @@ let customFields= [
|
|
|
// tip: '用户点击顶部地图图标区域展开详细地图/点击图片下方地址展开详细地图/点击图片下方地址展开详细地图的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'Checkthestoreaddress' },
|
|
|
- // sorter: (a, b) => a.Checkthestoreaddress - b.Checkthestoreaddress
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '鲁班订单量',
|
|
@@ -502,7 +502,7 @@ let customFields= [
|
|
|
// tip: '该条广告产生的订单数量',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'Orderquantityofluban' },
|
|
|
- // sorter: (a, b) => a.Orderquantityofluban - b.Orderquantityofluban
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '鲁班订单金额',
|
|
@@ -510,7 +510,7 @@ let customFields= [
|
|
|
// tip: '该条广告产生订单的实际销售金额,不含优惠券和退款。当前仅支持商品推广的计划',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '鲁班订单ROI',
|
|
@@ -518,7 +518,7 @@ let customFields= [
|
|
|
// tip: '计算公式:订单金额/广告消耗。当前仅支持商品推广的计划',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间有效观看数',
|
|
@@ -526,7 +526,7 @@ let customFields= [
|
|
|
// tip: '用户进入您直播间的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间关注数',
|
|
@@ -534,7 +534,7 @@ let customFields= [
|
|
|
// tip: '您的直播间新增的粉丝数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间查看购物车数',
|
|
@@ -542,7 +542,7 @@ let customFields= [
|
|
|
// tip: '用户在您的直播间点击查看购物车的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间订单量',
|
|
@@ -550,7 +550,7 @@ let customFields= [
|
|
|
// tip: '用户在您直播间的支付成功的订单量',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间订单金额',
|
|
@@ -558,7 +558,7 @@ let customFields= [
|
|
|
// tip: '用户在您直播间的支付成功的订单金额,单位:元',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间3日订单量',
|
|
@@ -566,7 +566,7 @@ let customFields= [
|
|
|
// tip: '最近一次通过广告触达用户之后,3日内在该主播的直播间带来的支付订单量',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间3日订单金额',
|
|
@@ -574,7 +574,7 @@ let customFields= [
|
|
|
// tip: '最近一次通过广告触达用户之后,3日内在该主播的直播间带来的支付订单金额,单位:元',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间7日订单量',
|
|
@@ -582,7 +582,7 @@ let customFields= [
|
|
|
// tip: '最近一次通过广告触达用户之后,7日内在该主播的直播间带来的支付订单量',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间7日订单金额',
|
|
@@ -590,7 +590,7 @@ let customFields= [
|
|
|
// tip: '最近一次通过广告触达用户之后,7日内在该主播的直播间带来的支付订单金额,单位:元',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间15日订单量',
|
|
@@ -598,7 +598,7 @@ let customFields= [
|
|
|
// tip: '最近一次通过广告触达用户之后,15日内在该主播的直播间带来的支付订单量',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间15日订单金额',
|
|
@@ -606,7 +606,7 @@ let customFields= [
|
|
|
// tip: '最近一次通过广告触达用户之后,15日内在该主播的直播间带来的支付订单金额,单位:元',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间30日订单量',
|
|
@@ -614,7 +614,7 @@ let customFields= [
|
|
|
// tip: '最近一次通过广告触达用户之后,30日内在该主播的直播间带来的支付订单量',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '直播间30日订单金额',
|
|
@@ -622,7 +622,7 @@ let customFields= [
|
|
|
// tip: '最近一次通过广告触达用户之后,30日内在该主播的直播间带来的支付订单金额,单位:元',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'couponSinglePage' },
|
|
|
- // sorter: (a, b) => a.couponSinglePage - b.couponSinglePage
|
|
|
+ // sorter: () => {}
|
|
|
// }
|
|
|
]
|
|
|
},
|
|
@@ -638,7 +638,7 @@ let customFields= [
|
|
|
// tip: '用户查看创意的附加创意后,点击电话拨打按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'advancedCreativePhoneClick' },
|
|
|
- // sorter: (a, b) => a.advancedCreativePhoneClick - b.advancedCreativePhoneClick
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '附加创意电话按钮点击',
|
|
@@ -646,7 +646,7 @@ let customFields= [
|
|
|
// tip: '用户查看创意的附加创意后,点击在线咨询的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'advancedCreativeCounselClick' },
|
|
|
- // sorter: (a, b) => a.advancedCreativeCounselClick - b.advancedCreativeCounselClick
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '附加创意表单提交',
|
|
@@ -654,7 +654,7 @@ let customFields= [
|
|
|
// tip: '用户查看创意的附加创意后,提交表单的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'advancedCreativeFormClick' },
|
|
|
- // sorter: (a, b) => a.advancedCreativeFormClick - b.advancedCreativeFormClick
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '附加创意卡券领取',
|
|
@@ -662,7 +662,7 @@ let customFields= [
|
|
|
// tip: '用户查看创意的附加创意后,领取卡券的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'advancedCreativeCouponAddition' },
|
|
|
- // sorter: (a, b) => a.advancedCreativeCouponAddition - b.advancedCreativeCouponAddition
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '附加创意表单按钮点击',
|
|
@@ -670,7 +670,7 @@ let customFields= [
|
|
|
// tip: '用户查看创意的附加创意后,点击表单提交按钮的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'advancedCreativeFormButton' },
|
|
|
- // sorter: (a, b) => a.advancedCreativeFormButton - b.advancedCreativeFormButton
|
|
|
+ // sorter: () => {}
|
|
|
// }
|
|
|
// ]
|
|
|
// },
|
|
@@ -686,7 +686,7 @@ let customFields= [
|
|
|
// tip: '播放时间大于0S的数量,在某些蜂窝网络环境下,需要您手动点击开始才会开始播放,因此有时播放数小于展示数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'totalPlay' },
|
|
|
- // sorter: (a, b) => a.totalPlay - b.totalPlay
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '有效播放数',
|
|
@@ -695,7 +695,7 @@ let customFields= [
|
|
|
// '竞价广告播放时间大于等于10秒的数量,如果视频总时长不足10秒,则记录播放完成的次数。品牌广告在部分APP(头条、头条lite、抖音、西瓜、抖音火山版、皮皮虾)播放时间大于等于5秒的数量,在其他APP大于等于3秒的数量,如果视频总时长不足5秒/3秒时,则记录播放完成的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'validPlay' },
|
|
|
- // sorter: (a, b) => a.validPlay - b.validPlay
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '有效播放率',
|
|
@@ -703,7 +703,7 @@ let customFields= [
|
|
|
// tip: '计算公式:有效播放数/展示数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'validPlayRate' },
|
|
|
- // sorter: (a, b) => a.validPlayRate - b.validPlayRate
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
{
|
|
|
title: '有效播放成本',
|
|
@@ -711,7 +711,7 @@ let customFields= [
|
|
|
tip: '计算公式:总花费/有效播放数,当天数据可能会有波动,次日早8点后稳定',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'validPlayCost' },
|
|
|
- sorter: (a, b) => a.validPlayCost - b.validPlayCost
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '25%进度播放数',
|
|
@@ -720,7 +720,7 @@ let customFields= [
|
|
|
align: 'center',
|
|
|
|
|
|
scopedSlots: { customRender: 'play25FeedBreak' },
|
|
|
- sorter: (a, b) => a.play25FeedBreak - b.play25FeedBreak
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
// {
|
|
|
// title: '25%进度播放率',
|
|
@@ -736,7 +736,7 @@ let customFields= [
|
|
|
tip: '用户播放至视频长度50%及以上的次数,包括跳跃播放至此长度的播放次数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'play50FeedBreak' },
|
|
|
- sorter: (a, b) => a.play50FeedBreak - b.play50FeedBreak
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '75%进度播放数',
|
|
@@ -744,7 +744,7 @@ let customFields= [
|
|
|
tip: '用户播放至视频长度75%及以上的次数,包括跳跃播放至此长度的播放次数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'play75FeedBreak' },
|
|
|
- sorter: (a, b) => a.play75FeedBreak - b.play75FeedBreak
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
{
|
|
|
title: '99%进度播放数',
|
|
@@ -752,7 +752,7 @@ let customFields= [
|
|
|
tip: '用户播放至视频长度100%及以上的次数,包括跳跃播放至此长度的播放次数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'play100FeedBreak' },
|
|
|
- sorter: (a, b) => a.play100FeedBreak - b.play100FeedBreak
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
|
|
|
|
|
@@ -762,7 +762,7 @@ let customFields= [
|
|
|
// tip: '计算公式:播放完成数/播放数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'CardDisplayNumber3s' },
|
|
|
- // sorter: (a, b) => a.CardDisplayNumber3s - b.CardDisplayNumber3s
|
|
|
+ // sorter: () => {}
|
|
|
// }
|
|
|
]
|
|
|
},
|
|
@@ -778,7 +778,7 @@ let customFields= [
|
|
|
tip: '广告被受众新增关注的数量,目前抖音、头条号外、微头条、抖音火山版可新增关注',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'follow' },
|
|
|
- sorter: (a, b) => a.follow - b.follow
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
{
|
|
|
title: '点赞数',
|
|
@@ -786,7 +786,7 @@ let customFields= [
|
|
|
tip: '广告被用户点赞的数量',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'likeMaterial' },
|
|
|
- sorter: (a, b) => a.likeMaterial - b.likeMaterial
|
|
|
+ sorter: () => {}
|
|
|
},
|
|
|
// {
|
|
|
// title: '评论提交数',
|
|
@@ -794,7 +794,7 @@ let customFields= [
|
|
|
// tip: '用户在评论区对广告创意输入评论并点击提交的次数,仅限有评论区的APP(西瓜目前没有评论区)',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'commentMaterial' },
|
|
|
- // sorter: (a, b) => a.commentMaterial - b.commentMaterial
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
{
|
|
|
title: '分享数',
|
|
@@ -802,7 +802,7 @@ let customFields= [
|
|
|
tip: '用户把分享广告到其他社交媒体的次数,成功完成一次分享行为记一次分享数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'shareMaterial' },
|
|
|
- sorter: (a, b) => a.shareMaterial - b.shareMaterial
|
|
|
+ sorter:() => {}
|
|
|
},
|
|
|
// {
|
|
|
// title: '私信数',
|
|
@@ -810,7 +810,7 @@ let customFields= [
|
|
|
// tip: '用户在广告主抖音号主页中发起私信的次数,按人次记数%及以上的次数,包括跳跃播放至此长度的播放次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'directMessagesNumber' },
|
|
|
- // sorter: (a, b) => a.directMessagesNumber - b.directMessagesNumber
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '主页访问量',
|
|
@@ -818,7 +818,7 @@ let customFields= [
|
|
|
// tip: '点击广告头像进入主页进行访问的次数,目前抖音、头条号外、抖音火山版可进行主页访问',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'homeVisited' },
|
|
|
- // sorter: (a, b) => a.homeVisited - b.homeVisited
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '推广页访问量',
|
|
@@ -826,7 +826,7 @@ let customFields= [
|
|
|
// tip: '用户在广告主抖音号主页内访问落地页的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'play75FeedBreak' },
|
|
|
- // sorter: (a, b) => a.play75FeedBreak - b.play75FeedBreak
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '主页商品橱窗访问量',
|
|
@@ -834,7 +834,7 @@ let customFields= [
|
|
|
// tip: '用户在广告主抖音号主页中访问商品橱窗的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'mainwindowView' },
|
|
|
- // sorter: (a, b) => a.mainwindowView - b.mainwindowView
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '主页内落地页访问量',
|
|
@@ -842,7 +842,7 @@ let customFields= [
|
|
|
// tip: '用户在广告主抖音号主页内访问落地页的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'homePageViews' },
|
|
|
- // sorter: (a, b) => a.homePageViews - b.homePageViews
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '主页下载链接点击量',
|
|
@@ -850,7 +850,7 @@ let customFields= [
|
|
|
// tip: '用户在广告主抖音号主页内点击下载的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'homepageDownloadHits' },
|
|
|
- // sorter: (a, b) => a.homepageDownloadHits - b.homepageDownloadHits
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '主页内电话拨打点击量',
|
|
@@ -858,7 +858,7 @@ let customFields= [
|
|
|
// tip: '用户在广告主抖音号主页内点击电话拨打的次数',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'wifiPlayRate' },
|
|
|
- // sorter: (a, b) => a.wifiPlayRate - b.wifiPlayRate
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '挑战赛查看数',
|
|
@@ -866,7 +866,7 @@ let customFields= [
|
|
|
// tip: '抖音广告中,用户点击挑战赛查看的数量',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'iesChallengeClick' },
|
|
|
- // sorter: (a, b) => a.iesChallengeClick - b.iesChallengeClick
|
|
|
+ // sorter: () => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: '音乐查看数',
|
|
@@ -874,7 +874,7 @@ let customFields= [
|
|
|
// tip: '抖音广告中,用户点击音乐查看的数量',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'iesMusicClick' },
|
|
|
- // sorter: (a, b) => a.iesMusicClick - b.iesMusicClick
|
|
|
+ // sorter:() => {}
|
|
|
// },
|
|
|
// {
|
|
|
// title: 'POI点击数',
|
|
@@ -882,7 +882,7 @@ let customFields= [
|
|
|
// tip: '抖音广告中,用户点击POI组件的次数,一般出现在信息流或评论页面。POI为Point of Interest缩写',
|
|
|
// align: 'center',
|
|
|
// scopedSlots: { customRender: 'locationClick' },
|
|
|
- // sorter: (a, b) => a.locationClick - b.locationClick
|
|
|
+ // sorter:() => {}
|
|
|
// }
|
|
|
]
|
|
|
}
|