|
@@ -195,7 +195,7 @@ const guanggao = [
|
|
|
{
|
|
|
label: '设置信息',
|
|
|
data: [
|
|
|
- { title: '数据日期', dataIndex: 'beginToEnd', label: '设置信息', default: 1, width: 95 },
|
|
|
+ { title: '数据日期', dataIndex: 'beginToEnd', label: '设置信息', default: 1, width: 100 },
|
|
|
{ title: '广告名称/ID', dataIndex: 'adgroupName', label: '设置信息', default: 2 },
|
|
|
{ title: '投放计划名称/ID', dataIndex: 'campaignName/campaignId', label: '设置信息', default: 3 },
|
|
|
{ title: '创意名称/ID', dataIndex: 'creativeName/creativeId', label: '设置信息', default: 4 },
|
|
@@ -212,7 +212,7 @@ const guanggao = [
|
|
|
// { title: '当日成本偏差', dataIndex: 'dayCostOffset', label: '设置信息' },
|
|
|
{ title: '推广目标', dataIndex: 'promotedObjectType', label: '设置信息', default: 9 },
|
|
|
// { title: '深度优化目标', dataIndex: 'depthOptimizeTarget', label: '设置信息' },
|
|
|
- { title: '操作', dataIndex: 'event', label: '设置信息', default: 13, width: 60 },
|
|
|
+ { title: '操作', dataIndex: 'event', label: '设置信息', default: 13, width: 45 },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -222,7 +222,7 @@ const guanggao = [
|
|
|
{ title: '出价方式', dataIndex: 'bidMode', label: '费用' },
|
|
|
{ title: '当前出价', dataIndex: 'bidAmount', label: '费用' },
|
|
|
// { title: '计划预算', dataIndex: 'planBudget', label: '费用', default: 19 },
|
|
|
- { title: '广告总消耗', dataIndex: 'costTotal', label: '费用' },
|
|
|
+ { title: '广告总消耗', dataIndex: 'cost', label: '费用' },
|
|
|
// { title: '今日消耗', dataIndex: 'todayCostTotal', label: '费用' },
|
|
|
{ title: '单位时间消耗速度(元/小时)', dataIndex: 'costSpeed', label: '费用', default: 11, width: 80 },
|
|
|
]
|
|
@@ -240,6 +240,7 @@ const guanggao = [
|
|
|
{ title: '点击量(点击次数)', dataIndex: 'clickCount', label: '点击', width: 75 },
|
|
|
{ title: '点击均价', dataIndex: 'avgClickAmount', label: '点击', width: 75 },
|
|
|
{ title: '点击率', dataIndex: 'clickRate', label: '点击', default: 12, width: 70 },
|
|
|
+ { title: '不感兴趣点击次数', dataIndex: 'noInterestCount', label: '点击', width: 85 },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -249,6 +250,7 @@ const guanggao = [
|
|
|
{ title: '转化目标量', dataIndex: 'conversionsCount', label: '转化指标组', width: 75 },
|
|
|
{ title: '转化目标成本', dataIndex: 'conversionsCost', label: '转化指标组', width: 75 },
|
|
|
{ title: '目标转化率', dataIndex: 'conversionsRate', label: '转化指标组', width: 75 },
|
|
|
+ { title: '深度转化量', dataIndex: 'deepConversionsCount', label: '转化指标组', width: 75 },
|
|
|
]
|
|
|
},
|
|
|
{
|