|
@@ -21,7 +21,7 @@ const planAdConfig = [
|
|
|
{ title: '定向条件描述', dataIndex: 'targeting_translation', serverIndex: 'adgroup.targeting_translation', label: '广告详情', default: 17, width: 120 },
|
|
|
{ title: '创建时间', dataIndex: 'created_time', serverIndex: 'adgroup.created_time', label: '广告详情', default: 18, width: 140 },
|
|
|
{ title: '是否已删除', dataIndex: 'is_deleted', serverIndex: 'adgroup.is_deleted', label: '广告详情', default: 19, width: 60 },
|
|
|
- { title: '广告状态', dataIndex: 'system_status', serverIndex: 'adgroup.system_status', label: '广告详情', default: 20, width: 70 },
|
|
|
+ { title: '广告状态', dataIndex: 'system_status', serverIndex: 'adgroup.system_status', label: '广告详情', default: 20, width: 100 },
|
|
|
{ title: '广告详情', dataIndex: 'cost_speed', label: '广告详情', default: 21, width: 80 },
|
|
|
{ title: '标记备注', dataIndex: 'tag_remark', label: '广告详情', width: 80, serverIndex: 'adgroup_user_tag.tag_remark' },
|
|
|
{ title: '创意预览', dataIndex: 'creative_ids', serverIndex: 'adgroup_data.creative_ids', label: '广告详情', width: 130 },
|
|
@@ -38,7 +38,7 @@ const planAdConfig = [
|
|
|
{ title: '点击率', dataIndex: 'ctr_total', label: '广告消耗信息', width: 100 },
|
|
|
{ title: '点击均价', dataIndex: 'cpc_total', label: '广告消耗信息', width: 100 },
|
|
|
{ title: '不感兴趣点击次数', dataIndex: 'no_interest_count_total', label: '广告消耗信息', width: 100 },
|
|
|
- { title: '朋友圈视频播放次数', dataIndex: 'video_play_count_total', label: '广告消耗信息', width: 100 },
|
|
|
+ // { title: '朋友圈视频播放次数', dataIndex: 'video_play_count_total', label: '广告消耗信息', width: 100 },
|
|
|
]
|
|
|
},
|
|
|
{
|