|
@@ -8,7 +8,7 @@
|
|
|
adgroup_id, adcreative_id, account_id, campaign_id,
|
|
|
cost_total, cost_day, cost_hour, cost_diff,
|
|
|
cost_last_hour, cost_last_hour_diff, cost_last_two_hour, cost_last_two_hour_diff,
|
|
|
- cost_last_three_trend, cost_speed, view_count_total, view_count_day,
|
|
|
+ cost_last_three_hour,cost_last_three_trend, cost_speed, view_count_total, view_count_day,
|
|
|
view_count_hour, thousand_display_price_all, thousand_display_price_day, thousand_display_price_hour,
|
|
|
valid_click_count_total, valid_click_count_day, valid_click_count_hour, ctr_all,
|
|
|
ctr_day, ctr_hour, cpc_all, cpc_day,
|
|
@@ -35,7 +35,7 @@
|
|
|
#{item.adgroupId}, #{item.accountId}, #{item.adcreativeId}, #{item.campaignId},
|
|
|
#{item.costTotal}, #{item.costDay}, #{item.costHour}, #{item.costDiff},
|
|
|
#{item.costLastHour}, #{item.costLastHourDiff}, #{item.costLastTwoHour}, #{item.costLastTwoHourDiff},
|
|
|
- #{item.costLastThreeTrend}, #{item.costSpeed}, #{item.viewCountTotal}, #{item.viewCountDay},
|
|
|
+ #{item.costLastThreeHour},#{item.costLastThreeTrend}, #{item.costSpeed}, #{item.viewCountTotal}, #{item.viewCountDay},
|
|
|
#{item.viewCountHour}, #{item.thousandDisplayPriceAll}, #{item.thousandDisplayPriceDay}, #{item.thousandDisplayPriceHour},
|
|
|
#{item.validClickCountTotal}, #{item.validClickCountDay}, #{item.validClickCountHour}, #{item.ctrAll},
|
|
|
#{item.ctrDay}, #{item.ctrHour}, #{item.cpcAll}, #{item.cpcDay},
|
|
@@ -64,7 +64,7 @@
|
|
|
#{item.adgroupId}, #{item.accountId}, #{item.adcreativeId}, #{item.campaignId},
|
|
|
#{item.costTotal}, #{item.costDay}, #{item.costHour}, #{item.costDiff},
|
|
|
#{item.costLastHour}, #{item.costLastHourDiff}, #{item.costLastTwoHour}, #{item.costLastTwoHourDiff},
|
|
|
- #{item.costLastThreeTrend}, #{item.costSpeed}, #{item.viewCountTotal}, #{item.viewCountDay},
|
|
|
+ #{item.costLastThreeHour},#{item.costLastThreeTrend}, #{item.costSpeed}, #{item.viewCountTotal}, #{item.viewCountDay},
|
|
|
#{item.viewCountHour}, #{item.thousandDisplayPriceAll}, #{item.thousandDisplayPriceDay}, #{item.thousandDisplayPriceHour},
|
|
|
#{item.validClickCountTotal}, #{item.validClickCountDay}, #{item.validClickCountHour}, #{item.ctrAll},
|
|
|
#{item.ctrDay}, #{item.ctrHour}, #{item.cpcAll}, #{item.cpcDay},
|