accountConst.js 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  1. let customFields= [
  2. {
  3. id: 0,
  4. title: '展现数据',
  5. checkall: false,
  6. form:[],
  7. specificFields: [
  8. {
  9. title: '消耗',
  10. dataIndex: 'cost',
  11. width:150,
  12. tip: '表示广告在投放期内的预估花费金额。当天数据可能会有波动,次日稳定',
  13. align: 'center',
  14. scopedSlots: { customRender: 'cost' },
  15. sorter: () => {}
  16. },
  17. {
  18. title: '展示数',
  19. dataIndex: 'showMaterial',
  20. tip: '经平台判定有效且被计数的展示次数',
  21. align: 'center',
  22. scopedSlots: { customRender: 'showMaterial' },
  23. sorter:() => {}
  24. },
  25. {
  26. title: '平均千次展现费用',
  27. dataIndex: 'cpm',
  28. tip: '广告平均每一千次展现所付出的费用,计算公式是:总花费/展示数*1000',
  29. align: 'center',
  30. scopedSlots: { customRender: 'cpm' },
  31. sorter: () => {}
  32. },
  33. {
  34. title: '点击数',
  35. dataIndex: 'clickMaterial',
  36. tip: '当头条用户点击广告素材时,触发点击事件,该事件被认为是一次有效的广告点击',
  37. align: 'center',
  38. scopedSlots: { customRender: 'clickMaterial' },
  39. sorter:() => {}
  40. },
  41. {
  42. title: '点击率',
  43. dataIndex: 'ctr',
  44. tip: '广告被点击的次数占展示次数的百分比。计算方法:点击数/展示数*100%',
  45. align: 'center',
  46. scopedSlots: { customRender: 'ctr' },
  47. sorter:() => {}
  48. },
  49. {
  50. title: '平均点击单价',
  51. dataIndex: 'cpc',
  52. tip: '广告主为每次点击付出的费用成本,计算公式是:总花费/点击数',
  53. align: 'center',
  54. scopedSlots: { customRender: 'cpc' },
  55. sorter:() => {}
  56. }
  57. ]
  58. },
  59. {
  60. id: 1,
  61. title: '转化数据',
  62. checkall: false,
  63. form:[],
  64. specificFields: [
  65. {
  66. title: '转化数',
  67. dataIndex: 'convertMaterial',
  68. tip:'将转化数记录在转化事件发生的时间上。建议广告主考核成本时参考“转化数据(计费时间)”例如您的广告在早上8点进行了展示和点击,用户晚上19点发生了激活行为,我们会把激活数披露在晚上19点',
  69. align: 'center',
  70. scopedSlots: { customRender: 'convertMaterial' },
  71. sorter: () => {}
  72. },
  73. {
  74. title: '转化成本',
  75. dataIndex: 'convertCost',
  76. tip: '广告主为每个转化所付出的平均成本,计算方式:总花费/转化数。当天数据可能会有波动',
  77. align: 'center',
  78. scopedSlots: { customRender: 'convertCost' },
  79. sorter:() => {}
  80. },
  81. {
  82. title: '转化率',
  83. dataIndex: 'convertRate',
  84. tip: '广告被用户转化的次数占点击次数的百分比。计算方式:转化数/点击数*100%',
  85. align: 'center',
  86. scopedSlots: { customRender: 'playOverRate' },
  87. sorter: () => {}
  88. },
  89. // {
  90. // title: '深度转化次数',
  91. // dataIndex: 'deepconvert',
  92. // tip:'将深度转化数记录在转化事件发生的时间上。建议广告主考核深度转化成本时参考“深度转化数(计费时间)”例如您的广告在早上8点进行了展示和点击,用户晚上19点发生了激活行为,我们会把激活数披露在晚上19点',
  93. // align: 'center',
  94. // scopedSlots: { customRender: 'playOverRate' },
  95. // sorter: () => {}
  96. // },
  97. // {
  98. // title: '深度转化成本',
  99. // dataIndex: 'deepconvertCost',
  100. // tip: '广告主为每个深度转化所付出的平均成本,计算方法:总花费/深度转化数。当天数据可能会有波动,次日早8点后稳定',
  101. // align: 'center',
  102. // scopedSlots: { customRender: 'deepconvertCost' },
  103. // sorter:() => {}
  104. // },
  105. // {
  106. // title: '深度转化率',
  107. // dataIndex: 'deepconvertRate',
  108. // tip: '广告被用户进行深度转化的次数占转化次数的百分比。计算方式:深度转化数/转化数*100%',
  109. // align: 'center',
  110. // scopedSlots: { customRender: 'playOverRate' },
  111. // sorter:() => {}
  112. // }
  113. ]
  114. },
  115. // {
  116. // id: 2,
  117. // title: '转化数据(计费时间)',
  118. // checkall: false,
  119. // form:[],
  120. // specificFields: [
  121. // {
  122. // title: '转化数(计费时间)',
  123. // dataIndex: 'conversionNumberbillabletime',
  124. // tip:'在转化行为发生(或回传)后,将转化行为回记到过去7天内的扣费(消耗产生)时间上。 例如:广告在8月20日展示给用户,此时广告花费10元,用户点击广告后于8月23日产生1笔购买,则8月23日这笔购买将会展示在8月20日,8月23日没有转化数。暂不支持查看当日数据',
  125. // align: 'center',
  126. // scopedSlots: { customRender: 'conversionNumberbillabletime' },
  127. // sorter: () => {}
  128. // },
  129. // {
  130. // title: '转化成本(计费时间)',
  131. // dataIndex: 'convertCostbillabletime',
  132. // tip:
  133. // '转化成本(计费时间) = 消耗 / 转化数(计费时间)。例如:广告在8月20日展示给用户,此时广告花费10元,用户点击广告后,于8月23日产生2笔购买,则8月20日的转化成本(计费时间) = 5元(即10元除以2笔)。成本考核和系统赔付以该指标为准,暂不支持查看当日数据',
  134. // align: 'center',
  135. // scopedSlots: { customRender: 'convertCostbillabletime' },
  136. // sorter: () => {}
  137. // },
  138. // {
  139. // title: '深度转化次数(计费时间)',
  140. // dataIndex: 'deepconvertbillabletime',
  141. // tip:
  142. // '在转化行为发生(或回传)后,将转化行为回记到过去7天内的扣费(消耗产生)时间上。 例如:广告在8月20日展示给用户,此时广告花费10元,用户点击广告后于8月23日产生1笔购买,则8月23日这笔购买将会展示在8月20日。暂不支持查看当日数据',
  143. // align: 'center',
  144. // scopedSlots: { customRender: 'deepconvertbillabletime' },
  145. // sorter:() => {}
  146. // },
  147. // {
  148. // title: '深度转化成本(计费时间)',
  149. // dataIndex: 'deepconvertCostbillabletime',
  150. // tip:
  151. // '是一个准确的深度转化成本评估指标。计算方式:消耗 / 深度转化数(计费时间)。例如:广告在8月20日展示给用户,此时广告花费10元,用户点击广告后,于 8 月 23 日产生2笔购买,则8月20日的深度转化成本(计费时间) = 5元(即10元除以2笔)。成本考核和系统赔付以该指标为准,暂不支持查看当日数据',
  152. // align: 'center',
  153. // scopedSlots: { customRender: 'deepconvertCostbillabletime' },
  154. // sorter: () => {}
  155. // }
  156. // ]
  157. // },
  158. {
  159. id: 3,
  160. title: '应用下载广告数据',
  161. checkall: false,
  162. form:[],
  163. specificFields: [
  164. {
  165. title: '安卓下载开始数',
  166. dataIndex: 'downloadStart',
  167. tip: '用户在落地页中开始安装包下载进程的次数,仅安卓下载可以监测到该行为',
  168. align: 'center',
  169. scopedSlots: { customRender: 'downloadStart' },
  170. sorter:() => {}
  171. },
  172. {
  173. title: '安卓下载开始成本',
  174. dataIndex: 'downloadStartCost',
  175. tip: '计算方法:总花费/安卓下载开始数',
  176. align: 'center',
  177. scopedSlots: { customRender: 'downloadStartCost' },
  178. sorter: () => {}
  179. },
  180. {
  181. title: '安卓下载开始率',
  182. dataIndex: 'downloadStartRate',
  183. tip: '计算方法:安卓下载开始数/点击数',
  184. align: 'center',
  185. scopedSlots: { customRender: 'downloadStartRate' },
  186. sorter: () => {}
  187. },
  188. {
  189. title: '安卓下载完成数',
  190. dataIndex: 'downloadFinish',
  191. tip: '用户在落地页中下载安装包进程完成的次数,仅安卓下载可以监测到该行为',
  192. align: 'center',
  193. scopedSlots: { customRender: 'downloadFinish' },
  194. sorter:() => {}
  195. },
  196. {
  197. title: '安卓下载完成成本',
  198. dataIndex: 'downloadFinishCost',
  199. tip: '计算方式:总花费/安卓下载完成数',
  200. align: 'center',
  201. scopedSlots: { customRender: 'downloadFinishCost' },
  202. sorter: () => {}
  203. },
  204. {
  205. title: '安卓下载完成率',
  206. dataIndex: 'downloadFinishRate',
  207. tip: '计算方式:安卓安装完成数/安卓下载完成数',
  208. align: 'center',
  209. scopedSlots: { customRender: 'downloadFinishRate' },
  210. sorter: () => {}
  211. },
  212. {
  213. title: '激活数',
  214. dataIndex: 'active',
  215. tip: '广告主回传的应用激活数',
  216. align: 'center',
  217. scopedSlots: { customRender: 'active' },
  218. sorter:() => {}
  219. },
  220. {
  221. title: '激活成本',
  222. dataIndex: 'activeCost',
  223. tip: '计算方式:总花费/激活数',
  224. align: 'center',
  225. scopedSlots: { customRender: 'activeCost' },
  226. sorter:() => {}
  227. },
  228. {
  229. title: '激活率',
  230. dataIndex: 'activeRate',
  231. tip: '计算方式:激活数/点击数*100%',
  232. align: 'center',
  233. scopedSlots: { customRender: 'activeRate' },
  234. sorter:() => {}
  235. },
  236. {
  237. title: '注册数',
  238. dataIndex: 'register',
  239. tip: '广告主回传成功的注册数',
  240. align: 'center',
  241. scopedSlots: { customRender: 'register' },
  242. sorter: () => {}
  243. },
  244. {
  245. title: '注册成本',
  246. dataIndex: 'activeRegisterCost',
  247. tip: '广告主为每个注册所付出的成本,计算公式是:总花费/注册数,当天数据可能会有波动,次日早8点后稳定',
  248. align: 'center',
  249. scopedSlots: { customRender: 'activeRegisterCost' },
  250. sorter: () => {}
  251. },
  252. {
  253. title: '注册率',
  254. dataIndex: 'activeRegisterRate',
  255. tip: '注册用户占激活用户的比例',
  256. align: 'center',
  257. scopedSlots: { customRender: 'activeRegisterRate' },
  258. sorter: () => {}
  259. },
  260. {
  261. title: '次留数',
  262. dataIndex: 'nextDayOpen',
  263. tip: '在次留行为发生或回传后,将次留数匹配到相应的激活时间上,用来查看当天在第二天的次留数。当天数据不产出',
  264. align: 'center',
  265. scopedSlots: { customRender: 'nextDayOpen' },
  266. sorter:() => {}
  267. },
  268. {
  269. title: '次留成本',
  270. dataIndex: 'nextDayOpenCost',
  271. tip: '次留成本=消耗/次留数',
  272. align: 'center',
  273. scopedSlots: { customRender: 'nextDayOpenCost' },
  274. sorter:() => {}
  275. },
  276. {
  277. title: '次留率',
  278. dataIndex: 'nextDayOpenRate',
  279. tip: '次留率=次留数/激活数',
  280. align: 'center',
  281. scopedSlots: { customRender: 'nextDayOpenRate' },
  282. sorter: () => {}
  283. },
  284. {
  285. title: '付费数',
  286. dataIndex: 'activePayAmount',
  287. tip: '当天用户在应用内完成付费的总次数,多次付费会重复计数',
  288. align: 'center',
  289. scopedSlots: { customRender: 'activePayAmount' },
  290. sorter:() => {}
  291. },
  292. {
  293. title: '付费成本',
  294. dataIndex: 'activePayCost',
  295. tip: '当天用户在应用内完成付费的平均成本,计算方式:消耗/付费次数',
  296. align: 'center',
  297. scopedSlots: { customRender: 'activePayCost' },
  298. sorter:() => {}
  299. },
  300. ]
  301. },
  302. {
  303. id: 4,
  304. title: '落地页及门店数据',
  305. checkall: false,
  306. form:[],
  307. specificFields: [
  308. // {
  309. // title: '点击电话按钮',
  310. // dataIndex: 'clickThePhoneButton',
  311. // tip: '用户点击POI页面的电话按钮的次数',
  312. // align: 'center',
  313. // scopedSlots: { customRender: 'clickThePhoneButton' },
  314. // sorter: () => {}
  315. // },
  316. {
  317. title: '表单提交',
  318. dataIndex: 'form',
  319. tip: '用户在门店落地页多线沟通提交表单的次数',
  320. align: 'center',
  321. scopedSlots: { customRender: 'form' },
  322. sorter: () => {}
  323. },
  324. // {
  325. // title: '地图搜索',
  326. // dataIndex: 'mapSearch',
  327. // tip: '用户进行地图搜索的次数',
  328. // align: 'center',
  329. // scopedSlots: { customRender: 'mapSearch' },
  330. // sorter: () => {}
  331. // },
  332. // {
  333. // title: '按钮button',
  334. // dataIndex: 'button',
  335. // tip: '用户点击按钮button的次数',
  336. // align: 'center',
  337. // scopedSlots: { customRender: 'button' },
  338. // sorter: () => {}
  339. // },
  340. // {
  341. // title: '关键页面浏览',
  342. // dataIndex: 'viewMaterial',
  343. // tip: '用户在关键页面的浏览次数',
  344. // align: 'center',
  345. // scopedSlots: { customRender: 'viewMaterial' },
  346. // sorter: () => {}
  347. // },
  348. // {
  349. // title: '下载开始',
  350. // dataIndex: 'download',
  351. // tip: '用户点击下载开始的次数',
  352. // align: 'center',
  353. // scopedSlots: { customRender: 'download' },
  354. // sorter: () => {}
  355. // },
  356. // {
  357. // title: 'qq咨询',
  358. // dataIndex: 'qq',
  359. // tip: '用户点击QQ咨询按钮的次数',
  360. // align: 'center',
  361. // scopedSlots: { customRender: 'qq' },
  362. // sorter: () => {}
  363. // },
  364. // {
  365. // title: '抽奖',
  366. // dataIndex: 'lottery',
  367. // tip: '用户点击抽奖按钮的次数',
  368. // align: 'center',
  369. // scopedSlots: { customRender: 'lottery' },
  370. // sorter: () => {}
  371. // },
  372. // {
  373. // title: '投票',
  374. // dataIndex: 'vote',
  375. // tip: '用户点击投票按钮的次数',
  376. // align: 'center',
  377. // scopedSlots: { customRender: 'vote' },
  378. // sorter:() => {}
  379. // },
  380. // {
  381. // title: '短信咨询',
  382. // dataIndex: 'message',
  383. // tip: '用户点击短信咨询的次数',
  384. // align: 'center',
  385. // scopedSlots: { customRender: 'message' },
  386. // sorter: () => {}
  387. // },
  388. // {
  389. // title: '页面跳转',
  390. // dataIndex: 'redirect',
  391. // tip: '用户跳转至其他页面的次数',
  392. // align: 'center',
  393. // scopedSlots: { customRender: 'redirect' },
  394. // sorter: () => {}
  395. // },
  396. // {
  397. // title: '商品购买',
  398. // dataIndex: 'shopping',
  399. // tip: '用户购买商品的次数',
  400. // align: 'center',
  401. // scopedSlots: { customRender: 'shopping' },
  402. // sorter: () => {}
  403. // },
  404. // {
  405. // title: '在线咨询',
  406. // dataIndex: 'consult',
  407. // tip: '用户点击在线咨询按钮的次数',
  408. // align: 'center',
  409. // scopedSlots: { customRender: 'consult' },
  410. // sorter: () => {}
  411. // },
  412. // {
  413. // title: '微信复制',
  414. // dataIndex: 'wechat',
  415. // tip: '用户通过长按复制微信号的次数',
  416. // align: 'center',
  417. // scopedSlots: { customRender: 'wechat' },
  418. // sorter: () => {}
  419. // },
  420. // {
  421. // title: '智能电话-确认拨打',
  422. // dataIndex: 'phoneConfirm',
  423. // tip: '用户点击确认拨打电话按钮的次数',
  424. // align: 'center',
  425. // scopedSlots: { customRender: 'phoneConfirm' },
  426. // sorter: () => {}
  427. // },
  428. // {
  429. // title: '智能电话-确认接通',
  430. // dataIndex: 'phoneConnect',
  431. // tip: '用户在门店落地页点击多线沟通的电话按钮并接通的次数',
  432. // align: 'center',
  433. // scopedSlots: { customRender: 'phoneConnect' },
  434. // sorter: () => {}
  435. // },
  436. // {
  437. // title: '有效咨询',
  438. // dataIndex: 'consultEffective',
  439. // tip: '用户在门店落地页多线沟通的在线咨询中有效咨询的次数',
  440. // align: 'center',
  441. // scopedSlots: { customRender: 'consultEffective' },
  442. // sorter:() => {}
  443. // },
  444. // {
  445. // title: '建站卡券领取',
  446. // dataIndex: 'coupon',
  447. // tip: '用户点击POI页面卡券领取按钮的次数',
  448. // align: 'center',
  449. // scopedSlots: { customRender: 'coupon' },
  450. // sorter: () => {}
  451. // },
  452. // {
  453. // title: '卡券页领取',
  454. // dataIndex: 'couponSinglePage',
  455. // tip: '用户点击POI页面卡券领取按钮的次数',
  456. // align: 'center',
  457. // scopedSlots: { customRender: 'couponSinglePage' },
  458. // sorter: () => {}
  459. // },
  460. // {
  461. // title: '调起店铺',
  462. // dataIndex: 'tuningUpTheShop',
  463. // tip: '用户调起第三方店铺的次数',
  464. // align: 'center',
  465. // scopedSlots: { customRender: 'tuningUpTheShop' },
  466. // sorter:() => {}
  467. // },
  468. // {
  469. // title: '店铺收藏',
  470. // dataIndex: 'collectShop',
  471. // tip: '用户点击POI页面的收藏按钮的次数',
  472. // align: 'center',
  473. // scopedSlots: { customRender: 'collectShop' },
  474. // sorter: () => {}
  475. // },
  476. // {
  477. // title: '查看店铺地址',
  478. // dataIndex: 'Checkthestoreaddress',
  479. // tip: '用户点击顶部地图图标区域展开详细地图/点击图片下方地址展开详细地图/点击图片下方地址展开详细地图的次数',
  480. // align: 'center',
  481. // scopedSlots: { customRender: 'Checkthestoreaddress' },
  482. // sorter:() => {}
  483. // },
  484. // {
  485. // title: '鲁班订单量',
  486. // dataIndex: 'Orderquantityofluban',
  487. // tip: '该条广告产生的订单数量',
  488. // align: 'center',
  489. // scopedSlots: { customRender: 'Orderquantityofluban' },
  490. // sorter:() => {}
  491. // },
  492. // {
  493. // title: '鲁班订单金额',
  494. // dataIndex: 'couponSinglePage',
  495. // tip: '该条广告产生订单的实际销售金额,不含优惠券和退款。当前仅支持商品推广的计划',
  496. // align: 'center',
  497. // scopedSlots: { customRender: 'couponSinglePage' },
  498. // sorter: () => {}
  499. // },
  500. // {
  501. // title: '鲁班订单ROI',
  502. // dataIndex: 'couponSinglePage',
  503. // tip: '计算公式:订单金额/广告消耗。当前仅支持商品推广的计划',
  504. // align: 'center',
  505. // scopedSlots: { customRender: 'couponSinglePage' },
  506. // sorter: () => {}
  507. // },
  508. // {
  509. // title: '直播间有效观看数',
  510. // dataIndex: 'couponSinglePage',
  511. // tip: '用户进入您直播间的次数',
  512. // align: 'center',
  513. // scopedSlots: { customRender: 'couponSinglePage' },
  514. // sorter: () => {}
  515. // },
  516. // {
  517. // title: '直播间关注数',
  518. // dataIndex: 'couponSinglePage',
  519. // tip: '您的直播间新增的粉丝数',
  520. // align: 'center',
  521. // scopedSlots: { customRender: 'couponSinglePage' },
  522. // sorter:() => {}
  523. // },
  524. // {
  525. // title: '直播间查看购物车数',
  526. // dataIndex: 'couponSinglePage',
  527. // tip: '用户在您的直播间点击查看购物车的次数',
  528. // align: 'center',
  529. // scopedSlots: { customRender: 'couponSinglePage' },
  530. // sorter: () => {}
  531. // },
  532. // {
  533. // title: '直播间订单量',
  534. // dataIndex: 'couponSinglePage',
  535. // tip: '用户在您直播间的支付成功的订单量',
  536. // align: 'center',
  537. // scopedSlots: { customRender: 'couponSinglePage' },
  538. // sorter: () => {}
  539. // },
  540. // {
  541. // title: '直播间订单金额',
  542. // dataIndex: 'couponSinglePage',
  543. // tip: '用户在您直播间的支付成功的订单金额,单位:元',
  544. // align: 'center',
  545. // scopedSlots: { customRender: 'couponSinglePage' },
  546. // sorter:() => {}
  547. // },
  548. // {
  549. // title: '直播间3日订单量',
  550. // dataIndex: 'couponSinglePage',
  551. // tip: '最近一次通过广告触达用户之后,3日内在该主播的直播间带来的支付订单量',
  552. // align: 'center',
  553. // scopedSlots: { customRender: 'couponSinglePage' },
  554. // sorter: () => {}
  555. // },
  556. // {
  557. // title: '直播间3日订单金额',
  558. // dataIndex: 'couponSinglePage',
  559. // tip: '最近一次通过广告触达用户之后,3日内在该主播的直播间带来的支付订单金额,单位:元',
  560. // align: 'center',
  561. // scopedSlots: { customRender: 'couponSinglePage' },
  562. // sorter: () => {}
  563. // },
  564. // {
  565. // title: '直播间7日订单量',
  566. // dataIndex: 'couponSinglePage',
  567. // tip: '最近一次通过广告触达用户之后,7日内在该主播的直播间带来的支付订单量',
  568. // align: 'center',
  569. // scopedSlots: { customRender: 'couponSinglePage' },
  570. // sorter: () => {}
  571. // },
  572. // {
  573. // title: '直播间7日订单金额',
  574. // dataIndex: 'couponSinglePage',
  575. // tip: '最近一次通过广告触达用户之后,7日内在该主播的直播间带来的支付订单金额,单位:元',
  576. // align: 'center',
  577. // scopedSlots: { customRender: 'couponSinglePage' },
  578. // sorter: () => {}
  579. // },
  580. // {
  581. // title: '直播间15日订单量',
  582. // dataIndex: 'couponSinglePage',
  583. // tip: '最近一次通过广告触达用户之后,15日内在该主播的直播间带来的支付订单量',
  584. // align: 'center',
  585. // scopedSlots: { customRender: 'couponSinglePage' },
  586. // sorter: () => {}
  587. // },
  588. // {
  589. // title: '直播间15日订单金额',
  590. // dataIndex: 'couponSinglePage',
  591. // tip: '最近一次通过广告触达用户之后,15日内在该主播的直播间带来的支付订单金额,单位:元',
  592. // align: 'center',
  593. // scopedSlots: { customRender: 'couponSinglePage' },
  594. // sorter: () => {}
  595. // },
  596. // {
  597. // title: '直播间30日订单量',
  598. // dataIndex: 'couponSinglePage',
  599. // tip: '最近一次通过广告触达用户之后,30日内在该主播的直播间带来的支付订单量',
  600. // align: 'center',
  601. // scopedSlots: { customRender: 'couponSinglePage' },
  602. // sorter: () => {}
  603. // },
  604. // {
  605. // title: '直播间30日订单金额',
  606. // dataIndex: 'couponSinglePage',
  607. // tip: '最近一次通过广告触达用户之后,30日内在该主播的直播间带来的支付订单金额,单位:元',
  608. // align: 'center',
  609. // scopedSlots: { customRender: 'couponSinglePage' },
  610. // sorter: () => {}
  611. // }
  612. ]
  613. },
  614. // {
  615. // id: 5,
  616. // title: '附加创意',
  617. // checkall: false,
  618. // form:[],
  619. // specificFields: [
  620. // {
  621. // title: '附加创意电话按钮点击',
  622. // dataIndex: 'advancedCreativePhoneClick',
  623. // tip: '用户查看创意的附加创意后,点击电话拨打按钮的次数',
  624. // align: 'center',
  625. // scopedSlots: { customRender: 'advancedCreativePhoneClick' },
  626. // sorter: () => {}
  627. // },
  628. // {
  629. // title: '附加创意电话按钮点击',
  630. // dataIndex: 'advancedCreativeCounselClick',
  631. // tip: '用户查看创意的附加创意后,点击在线咨询的次数',
  632. // align: 'center',
  633. // scopedSlots: { customRender: 'advancedCreativeCounselClick' },
  634. // sorter: () => {}
  635. // },
  636. // {
  637. // title: '附加创意表单提交',
  638. // dataIndex: 'advancedCreativeFormClick',
  639. // tip: '用户查看创意的附加创意后,提交表单的次数',
  640. // align: 'center',
  641. // scopedSlots: { customRender: 'advancedCreativeFormClick' },
  642. // sorter: () => {}
  643. // },
  644. // {
  645. // title: '附加创意卡券领取',
  646. // dataIndex: 'advancedCreativeCouponAddition',
  647. // tip: '用户查看创意的附加创意后,领取卡券的次数',
  648. // align: 'center',
  649. // scopedSlots: { customRender: 'advancedCreativeCouponAddition' },
  650. // sorter: () => {}
  651. // },
  652. // {
  653. // title: '附加创意表单按钮点击',
  654. // dataIndex: 'advancedCreativeFormButton',
  655. // tip: '用户查看创意的附加创意后,点击表单提交按钮的次数',
  656. // align: 'center',
  657. // scopedSlots: { customRender: 'advancedCreativeFormButton' },
  658. // sorter: () => {}
  659. // }
  660. // ]
  661. // },
  662. {
  663. id: 6,
  664. title: '视频数据',
  665. checkall: false,
  666. form:[],
  667. specificFields: [
  668. // {
  669. // title: '播放数',
  670. // dataIndex: 'totalPlay',
  671. // tip: '播放时间大于0S的数量,在某些蜂窝网络环境下,需要您手动点击开始才会开始播放,因此有时播放数小于展示数',
  672. // align: 'center',
  673. // scopedSlots: { customRender: 'totalPlay' },
  674. // sorter: () => {}
  675. // },
  676. // {
  677. // title: '有效播放数',
  678. // dataIndex: 'validPlay',
  679. // tip:
  680. // '竞价广告播放时间大于等于10秒的数量,如果视频总时长不足10秒,则记录播放完成的次数。品牌广告在部分APP(头条、头条lite、抖音、西瓜、抖音火山版、皮皮虾)播放时间大于等于5秒的数量,在其他APP大于等于3秒的数量,如果视频总时长不足5秒/3秒时,则记录播放完成的次数',
  681. // align: 'center',
  682. // scopedSlots: { customRender: 'validPlay' },
  683. // sorter: () => {}
  684. // },
  685. // {
  686. // title: '有效播放率',
  687. // dataIndex: 'validPlayRate',
  688. // tip: '计算公式:有效播放数/展示数',
  689. // align: 'center',
  690. // scopedSlots: { customRender: 'validPlayRate' },
  691. // sorter:() => {}
  692. // },
  693. {
  694. title: '有效播放成本',
  695. dataIndex: 'validPlayCost',
  696. tip: '计算公式:总花费/有效播放数,当天数据可能会有波动,次日早8点后稳定',
  697. align: 'center',
  698. scopedSlots: { customRender: 'validPlayCost' },
  699. sorter: () => {}
  700. },
  701. {
  702. title: '25%进度播放数',
  703. dataIndex: 'play25FeedBreak',
  704. tip: '用户播放至视频长度25%及以上的次数,包括跳跃播放至此长度的播放次数',
  705. align: 'center',
  706. scopedSlots: { customRender: 'play25FeedBreak' },
  707. sorter:() => {}
  708. },
  709. // {
  710. // title: '25%进度播放率',
  711. // dataIndex: 'play25FeedBreakRate',
  712. // align: 'center',
  713. // scopedSlots: { customRender: 'play25FeedBreakRate' },
  714. // sorter: (a, b) => a.play25FeedBreakRate - b.play25FeedBreakRate
  715. // },
  716. {
  717. title: '50%进度播放数',
  718. dataIndex: 'play50FeedBreak',
  719. tip: '用户播放至视频长度50%及以上的次数,包括跳跃播放至此长度的播放次数',
  720. align: 'center',
  721. scopedSlots: { customRender: 'play50FeedBreak' },
  722. sorter:() => {}
  723. },
  724. {
  725. title: '75%进度播放数',
  726. dataIndex: 'play75FeedBreak',
  727. tip: '用户播放至视频长度75%及以上的次数,包括跳跃播放至此长度的播放次数',
  728. align: 'center',
  729. scopedSlots: { customRender: 'play75FeedBreak' },
  730. sorter: () => {}
  731. },
  732. {
  733. title: '99%进度播放数',
  734. dataIndex: 'play100FeedBreak',
  735. tip: '用户播放至视频长度100%及以上的次数,包括跳跃播放至此长度的播放次数',
  736. align: 'center',
  737. scopedSlots: { customRender: 'play100FeedBreak' },
  738. sorter: () => {}
  739. },
  740. // {
  741. // title: '3s卡片展现数',
  742. // dataIndex: 'CardDisplayNumber3s',
  743. // tip: '计算公式:播放完成数/播放数',
  744. // align: 'center',
  745. // scopedSlots: { customRender: 'CardDisplayNumber3s' },
  746. // sorter: () => {}
  747. // }
  748. ]
  749. },
  750. {
  751. id: 7,
  752. title: '互动数据',
  753. checkall: false,
  754. form:[],
  755. specificFields: [
  756. {
  757. title: '新增关注数',
  758. dataIndex: 'follow',
  759. tip: '广告被受众新增关注的数量,目前抖音、头条号外、微头条、抖音火山版可新增关注',
  760. align: 'center',
  761. scopedSlots: { customRender: 'follow' },
  762. sorter:() => {}
  763. },
  764. {
  765. title: '点赞数',
  766. dataIndex: 'likeMaterial',
  767. tip: '广告被用户点赞的数量',
  768. align: 'center',
  769. scopedSlots: { customRender: 'likeMaterial' },
  770. sorter: () => {}
  771. },
  772. // {
  773. // title: '评论提交数',
  774. // dataIndex: 'commentMaterial',
  775. // tip: '用户在评论区对广告创意输入评论并点击提交的次数,仅限有评论区的APP(西瓜目前没有评论区)',
  776. // align: 'center',
  777. // scopedSlots: { customRender: 'commentMaterial' },
  778. // sorter: () => {}
  779. // },
  780. {
  781. title: '分享数',
  782. dataIndex: 'shareMaterial',
  783. tip: '用户把分享广告到其他社交媒体的次数,成功完成一次分享行为记一次分享数',
  784. align: 'center',
  785. scopedSlots: { customRender: 'shareMaterial' },
  786. sorter:() => {}
  787. },
  788. // {
  789. // title: '私信数',
  790. // dataIndex: 'directMessagesNumber',
  791. // tip: '用户在广告主抖音号主页中发起私信的次数,按人次记数%及以上的次数,包括跳跃播放至此长度的播放次数',
  792. // align: 'center',
  793. // scopedSlots: { customRender: 'directMessagesNumber' },
  794. // sorter: () => {}
  795. // },
  796. // {
  797. // title: '主页访问量',
  798. // dataIndex: 'homeVisited',
  799. // tip: '点击广告头像进入主页进行访问的次数,目前抖音、头条号外、抖音火山版可进行主页访问',
  800. // align: 'center',
  801. // scopedSlots: { customRender: 'homeVisited' },
  802. // sorter:() => {}
  803. // },
  804. // {
  805. // title: '推广页访问量',
  806. // dataIndex: 'play75FeedBreak',
  807. // tip: '用户在广告主抖音号主页内访问落地页的次数',
  808. // align: 'center',
  809. // scopedSlots: { customRender: 'play75FeedBreak' },
  810. // sorter: () => {}
  811. // },
  812. // {
  813. // title: '主页商品橱窗访问量',
  814. // dataIndex: 'mainwindowViews',
  815. // tip: '用户在广告主抖音号主页中访问商品橱窗的次数',
  816. // align: 'center',
  817. // scopedSlots: { customRender: 'mainwindowView' },
  818. // sorter:() => {}
  819. // },
  820. // {
  821. // title: '主页内落地页访问量',
  822. // dataIndex: 'homePageViews',
  823. // tip: '用户在广告主抖音号主页内访问落地页的次数',
  824. // align: 'center',
  825. // scopedSlots: { customRender: 'homePageViews' },
  826. // sorter: () => {}
  827. // },
  828. // {
  829. // title: '主页下载链接点击量',
  830. // dataIndex: 'homepageDownloadHits',
  831. // tip: '用户在广告主抖音号主页内点击下载的次数',
  832. // align: 'center',
  833. // scopedSlots: { customRender: 'homepageDownloadHits' },
  834. // sorter:() => {}
  835. // },
  836. // {
  837. // title: '主页内电话拨打点击量',
  838. // dataIndex: 'wifiPlayRate',
  839. // tip: '用户在广告主抖音号主页内点击电话拨打的次数',
  840. // align: 'center',
  841. // scopedSlots: { customRender: 'wifiPlayRate' },
  842. // sorter: () => {}
  843. // },
  844. // {
  845. // title: '挑战赛查看数',
  846. // dataIndex: 'iesChallengeClick',
  847. // tip: '抖音广告中,用户点击挑战赛查看的数量',
  848. // align: 'center',
  849. // scopedSlots: { customRender: 'iesChallengeClick' },
  850. // sorter: () => {}
  851. // },
  852. // {
  853. // title: '音乐查看数',
  854. // dataIndex: 'iesMusicClick',
  855. // tip: '抖音广告中,用户点击音乐查看的数量',
  856. // align: 'center',
  857. // scopedSlots: { customRender: 'iesMusicClick' },
  858. // sorter:() => {}
  859. // },
  860. // {
  861. // title: 'POI点击数',
  862. // dataIndex: 'locationClick',
  863. // tip: '抖音广告中,用户点击POI组件的次数,一般出现在信息流或评论页面。POI为Point of Interest缩写',
  864. // align: 'center',
  865. // scopedSlots: { customRender: 'locationClick' },
  866. // sorter:() => {}
  867. // }
  868. ]
  869. }
  870. ]
  871. export default customFields