|
@@ -382,14 +382,208 @@
|
|
)
|
|
)
|
|
</foreach>
|
|
</foreach>
|
|
</insert>
|
|
</insert>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ <insert id="replaceImageBatch">
|
|
|
|
+ REPLACE INTO ctop_bytedance_report_image_daily
|
|
|
|
+ (
|
|
|
|
+ account_id,
|
|
|
|
+ stat_datetime,
|
|
|
|
+ click,
|
|
|
|
+ cost,
|
|
|
|
+ active,
|
|
|
|
+ download_finish,
|
|
|
|
+ download_start,
|
|
|
|
+ install_finish,
|
|
|
|
+ register,
|
|
|
|
+ pay_count,
|
|
|
|
+ in_app_uv,
|
|
|
|
+ in_app_detail_uv,
|
|
|
|
+ in_app_cart,
|
|
|
|
+ in_app_order,
|
|
|
|
+ in_app_pay,
|
|
|
|
+ phone,
|
|
|
|
+ form,
|
|
|
|
+ map_search,
|
|
|
|
+ button,
|
|
|
|
+ view_material,
|
|
|
|
+ qq,
|
|
|
|
+ lottery,
|
|
|
|
+ vote,
|
|
|
|
+ redirect,
|
|
|
|
+ shopping,
|
|
|
|
+ consult,
|
|
|
|
+ wechat,
|
|
|
|
+ phone_confirm,
|
|
|
|
+ phone_connect,
|
|
|
|
+ consult_effective,
|
|
|
|
+ total_play,
|
|
|
|
+ valid_play,
|
|
|
|
+ wifi_play,
|
|
|
|
+ play_duration_sum,
|
|
|
|
+ play25_feed_break,
|
|
|
|
+ play50_feed_break,
|
|
|
|
+ play75_feed_break,
|
|
|
|
+ play100_feed_break,
|
|
|
|
+ advanced_creative_phone_click,
|
|
|
|
+ advanced_creative_counsel_click,
|
|
|
|
+ advanced_creative_form_click,
|
|
|
|
+ share_material,
|
|
|
|
+ comment_material,
|
|
|
|
+ follow,
|
|
|
|
+ home_visited,
|
|
|
|
+ ies_challenge_click,
|
|
|
|
+ ies_music_click,
|
|
|
|
+ next_day_open,
|
|
|
|
+ next_day_open_rate,
|
|
|
|
+ next_day_open_cost,
|
|
|
|
+ image_mode,
|
|
|
|
+ material_id,
|
|
|
|
+ inventory,
|
|
|
|
+ active_pay_amount,
|
|
|
|
+ valid_play_cost,
|
|
|
|
+ advanced_creative_coupon_addition,
|
|
|
|
+ convert_material,
|
|
|
|
+ active_pay_cost,
|
|
|
|
+ download,
|
|
|
|
+ cpa,
|
|
|
|
+ cpc,
|
|
|
|
+ location_click,
|
|
|
|
+ play_over_rate,
|
|
|
|
+ ctr,
|
|
|
|
+ cpm,
|
|
|
|
+ wifi_play_rate,
|
|
|
|
+ like_material,
|
|
|
|
+ active_pay_rate,
|
|
|
|
+ active_cost,
|
|
|
|
+ game_addiction_cost,
|
|
|
|
+ game_addiction,
|
|
|
|
+ active_rate,
|
|
|
|
+ play_duration_10s,
|
|
|
|
+ phone_effective,
|
|
|
|
+ game_addiction_rate,
|
|
|
|
+ active_register_rate,
|
|
|
|
+ average_video_play,
|
|
|
|
+ download_finish_cost,
|
|
|
|
+ play_duration_3s,
|
|
|
|
+ active_register_cost,
|
|
|
|
+ show_material,
|
|
|
|
+ convert_rate,
|
|
|
|
+ download_finish_rate,
|
|
|
|
+ install_finish_rate,
|
|
|
|
+ coupon,
|
|
|
|
+ coupon_single_page,
|
|
|
|
+ play_over,
|
|
|
|
+ download_start_cost,
|
|
|
|
+ message,
|
|
|
|
+ play_duration,
|
|
|
|
+ valid_play_rate,
|
|
|
|
+ average_play_time_per_play,
|
|
|
|
+ convert_cost,
|
|
|
|
+ convert_show_rate,
|
|
|
|
+ install_finish_cost,
|
|
|
|
+ download_start_rate
|
|
|
|
+ )
|
|
|
|
+ VALUES
|
|
|
|
+ <foreach collection="infos" item="info" separator=",">
|
|
|
|
+ (
|
|
|
|
+ #{info.accountId},
|
|
|
|
+ #{info.statDatetime},
|
|
|
|
+ #{info.click},
|
|
|
|
+ #{info.cost},
|
|
|
|
+ #{info.active},
|
|
|
|
+ #{info.downloadFinish},
|
|
|
|
+ #{info.downloadStart},
|
|
|
|
+ #{info.installFinish},
|
|
|
|
+ #{info.register},
|
|
|
|
+ #{info.payCount},
|
|
|
|
+ #{info.inAppUv},
|
|
|
|
+ #{info.inAppDetailUv},
|
|
|
|
+ #{info.inAppCart},
|
|
|
|
+ #{info.inAppOrder},
|
|
|
|
+ #{info.inAppPay},
|
|
|
|
+ #{info.phone},
|
|
|
|
+ #{info.form},
|
|
|
|
+ #{info.mapSearch},
|
|
|
|
+ #{info.button},
|
|
|
|
+ #{info.viewMaterial},
|
|
|
|
+ #{info.qq},
|
|
|
|
+ #{info.lottery},
|
|
|
|
+ #{info.vote},
|
|
|
|
+ #{info.redirect},
|
|
|
|
+ #{info.shopping},
|
|
|
|
+ #{info.consult},
|
|
|
|
+ #{info.wechat},
|
|
|
|
+ #{info.phoneConfirm},
|
|
|
|
+ #{info.phoneConnect},
|
|
|
|
+ #{info.consultEffective},
|
|
|
|
+ #{info.totalPlay},
|
|
|
|
+ #{info.validPlay},
|
|
|
|
+ #{info.wifiPlay},
|
|
|
|
+ #{info.playDurationSum},
|
|
|
|
+ #{info.play25FeedBreak},
|
|
|
|
+ #{info.play50FeedBreak},
|
|
|
|
+ #{info.play75FeedBreak},
|
|
|
|
+ #{info.play100FeedBreak},
|
|
|
|
+ #{info.advancedCreativePhoneClick},
|
|
|
|
+ #{info.advancedCreativeCounselClick},
|
|
|
|
+ #{info.advancedCreativeFormClick},
|
|
|
|
+ #{info.shareMaterial},
|
|
|
|
+ #{info.commentMaterial},
|
|
|
|
+ #{info.follow},
|
|
|
|
+ #{info.homeVisited},
|
|
|
|
+ #{info.iesChallengeClick},
|
|
|
|
+ #{info.iesMusicClick},
|
|
|
|
+ #{info.nextDayOpen},
|
|
|
|
+ #{info.nextDayOpenRate},
|
|
|
|
+ #{info.nextDayOpenCost},
|
|
|
|
+ #{info.imageMode},
|
|
|
|
+ #{info.materialId},
|
|
|
|
+ #{info.inventory},
|
|
|
|
+ #{info.activePayAmount},
|
|
|
|
+ #{info.validPlayCost},
|
|
|
|
+ #{info.advancedCreativeCouponAddition},
|
|
|
|
+ #{info.convertMaterial},
|
|
|
|
+ #{info.activePayCost},
|
|
|
|
+ #{info.download},
|
|
|
|
+ #{info.cpa},
|
|
|
|
+ #{info.cpc},
|
|
|
|
+ #{info.locationClick},
|
|
|
|
+ #{info.playOverRate},
|
|
|
|
+ #{info.ctr},
|
|
|
|
+ #{info.cpm},
|
|
|
|
+ #{info.wifiPlayRate},
|
|
|
|
+ #{info.likeMaterial},
|
|
|
|
+ #{info.activePayRate},
|
|
|
|
+ #{info.activeCost},
|
|
|
|
+ #{info.gameAddictionCost},
|
|
|
|
+ #{info.gameAddiction},
|
|
|
|
+ #{info.activeRate},
|
|
|
|
+ #{info.playDuration_10s},
|
|
|
|
+ #{info.phoneEffective},
|
|
|
|
+ #{info.gameAddictionRate},
|
|
|
|
+ #{info.activeRegisterRate},
|
|
|
|
+ #{info.averageVideoPlay},
|
|
|
|
+ #{info.downloadFinishCost},
|
|
|
|
+ #{info.playDuration_3s},
|
|
|
|
+ #{info.activeRegisterCost},
|
|
|
|
+ #{info.showMaterial},
|
|
|
|
+ #{info.convertRate},
|
|
|
|
+ #{info.downloadFinishRate},
|
|
|
|
+ #{info.installFinishRate},
|
|
|
|
+ #{info.coupon},
|
|
|
|
+ #{info.couponSinglePage},
|
|
|
|
+ #{info.playOver},
|
|
|
|
+ #{info.downloadStartCost},
|
|
|
|
+ #{info.message},
|
|
|
|
+ #{info.playDuration},
|
|
|
|
+ #{info.validPlayRate},
|
|
|
|
+ #{info.averagePlayTimePerPlay},
|
|
|
|
+ #{info.convertCost},
|
|
|
|
+ #{info.convertShowRate},
|
|
|
|
+ #{info.installFinishCost},
|
|
|
|
+ #{info.downloadStartRate}
|
|
|
|
+ )
|
|
|
|
+ </foreach>
|
|
|
|
+ </insert>
|
|
|
|
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|