|
@@ -302,7 +302,7 @@ const dynamicConfig = [
|
|
|
{ title: '公众号关注率(平台上报)', dataIndex: 'biz_follow_rate', serverIndex: 'calculate_creative_data.biz_follow_rate', label: '广告转化信息', width: 85 },
|
|
|
{ title: '目标转化量', dataIndex: 'conversions_count_day', serverIndex: 'creative_data.conversions_count_day', label: '广告转化信息', width: 70 },
|
|
|
{ title: '目标转化率', dataIndex: 'conversions_rate', serverIndex: 'calculate_creative_data.conversions_rate', label: '广告转化信息', width: 70 },
|
|
|
- { title: '目标转化成本', dataIndex: 'conversions_cost_day', serverIndex: 'creative_data.conversions_cost_day', label: '广告转化信息', width: 70 },
|
|
|
+ { title: '目标转化成本', dataIndex: 'conversions_cost', serverIndex: 'calculate_creative_data.conversions_cost', label: '广告转化信息', width: 70 },
|
|
|
{ title: '深度目标转化量', dataIndex: 'deep_conversions_count_day', serverIndex: 'creative_data.deep_conversions_count_day', label: '广告转化信息', width: 70 },
|
|
|
{ title: '深度目标转化率', dataIndex: 'deep_conversions_rate', serverIndex: 'calculate_creative_data.deep_conversions_rate', label: '广告转化信息', width: 70 },
|
|
|
{ title: '加企业微信客服次数', dataIndex: 'scan_follow_count_day', serverIndex: 'creative_data.scan_follow_count_day', label: '广告转化信息', width: 70 },
|