|  | @@ -0,0 +1,574 @@
 | 
	
		
			
				|  |  | +<?xml version="1.0" encoding="UTF-8"?>
 | 
	
		
			
				|  |  | +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 | 
	
		
			
				|  |  | +<mapper namespace="cn.com.ctop.job.kuaishou.data.mapper.CompassBindAdvertisersMapper">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    <insert id="replaceBatchAdvertisers">
 | 
	
		
			
				|  |  | +        replace into `media_api`.compass_bind_advertisers(
 | 
	
		
			
				|  |  | +        advertiser_id,
 | 
	
		
			
				|  |  | +        advertiser_name,
 | 
	
		
			
				|  |  | +        corporation_name
 | 
	
		
			
				|  |  | +        )
 | 
	
		
			
				|  |  | +        values
 | 
	
		
			
				|  |  | +        <foreach collection="details" item="data" separator=",">
 | 
	
		
			
				|  |  | +            (
 | 
	
		
			
				|  |  | +            #{data.advertiser_id},
 | 
	
		
			
				|  |  | +            #{data.advertiser_name},
 | 
	
		
			
				|  |  | +            #{data.corporation_name}
 | 
	
		
			
				|  |  | +            )
 | 
	
		
			
				|  |  | +        </foreach>
 | 
	
		
			
				|  |  | +    </insert>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    <insert id="replaceBatchCampaignReportDaily">
 | 
	
		
			
				|  |  | +        replace into `media_api`.compass_bind_kuaishou_campaign_report_daily(
 | 
	
		
			
				|  |  | +        `advertiser_id`,
 | 
	
		
			
				|  |  | +        `stat_date`,
 | 
	
		
			
				|  |  | +        `campaign_id`,
 | 
	
		
			
				|  |  | +        `campaign_name`,
 | 
	
		
			
				|  |  | +        `charge`,
 | 
	
		
			
				|  |  | +        `show`,
 | 
	
		
			
				|  |  | +        `photo_click`,
 | 
	
		
			
				|  |  | +        `aclick`,
 | 
	
		
			
				|  |  | +        `bclick`,
 | 
	
		
			
				|  |  | +        `photo_click_ratio`,
 | 
	
		
			
				|  |  | +        `play_3s_ratio`,
 | 
	
		
			
				|  |  | +        `action_ratio`,
 | 
	
		
			
				|  |  | +        `impression_1k_cost`,
 | 
	
		
			
				|  |  | +        `photo_click_cost`,
 | 
	
		
			
				|  |  | +        `action_cost`,
 | 
	
		
			
				|  |  | +        `share`,
 | 
	
		
			
				|  |  | +        `comment`,
 | 
	
		
			
				|  |  | +        `like`,
 | 
	
		
			
				|  |  | +        `follow`,
 | 
	
		
			
				|  |  | +        `cancel_follow`,
 | 
	
		
			
				|  |  | +        `report`,
 | 
	
		
			
				|  |  | +        `block`,
 | 
	
		
			
				|  |  | +        `negative`,
 | 
	
		
			
				|  |  | +        `submit`,
 | 
	
		
			
				|  |  | +        `download_started`,
 | 
	
		
			
				|  |  | +        `download_completed`,
 | 
	
		
			
				|  |  | +        `activation`,
 | 
	
		
			
				|  |  | +        `event_pay_first_day`,
 | 
	
		
			
				|  |  | +        `event_pay_purchase_amount_first_day`,
 | 
	
		
			
				|  |  | +        `event_pay_first_day_roi`,
 | 
	
		
			
				|  |  | +        `event_pay`,
 | 
	
		
			
				|  |  | +        `event_pay_purchase_amount`,
 | 
	
		
			
				|  |  | +        `event_pay_roi`,
 | 
	
		
			
				|  |  | +        `event_register`,
 | 
	
		
			
				|  |  | +        `event_register_cost`,
 | 
	
		
			
				|  |  | +        `event_register_ratio`,
 | 
	
		
			
				|  |  | +        `event_jin_jian_app`,
 | 
	
		
			
				|  |  | +        `event_jin_jian_app_cost`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_app`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_app_cost`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_app_ratio`,
 | 
	
		
			
				|  |  | +        `event_order_paid`,
 | 
	
		
			
				|  |  | +        `event_order_paid_purchase_amount`,
 | 
	
		
			
				|  |  | +        `event_order_paid_cost`,
 | 
	
		
			
				|  |  | +        `event_next_day_stay`,
 | 
	
		
			
				|  |  | +        `event_next_day_stay_cost`,
 | 
	
		
			
				|  |  | +        `event_next_day_stay_ratio`,
 | 
	
		
			
				|  |  | +        `form_count`,
 | 
	
		
			
				|  |  | +        `form_cost`,
 | 
	
		
			
				|  |  | +        `form_action_ratio`,
 | 
	
		
			
				|  |  | +        `event_jin_jian_landing_page`,
 | 
	
		
			
				|  |  | +        `event_jin_jian_landing_page_cost`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_landing_page`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_landing_page_cost`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_landing_page_ratio`,
 | 
	
		
			
				|  |  | +        `event_valid_clues`,
 | 
	
		
			
				|  |  | +        `event_valid_clues_cost`,
 | 
	
		
			
				|  |  | +        `event_add_wechat`,
 | 
	
		
			
				|  |  | +        `event_add_wechat_cost`,
 | 
	
		
			
				|  |  | +        `event_add_wechat_ratio`,
 | 
	
		
			
				|  |  | +        `event_get_through`,
 | 
	
		
			
				|  |  | +        `event_get_through_cost`,
 | 
	
		
			
				|  |  | +        `event_get_through_ratio`,
 | 
	
		
			
				|  |  | +        `event_app_invoked`,
 | 
	
		
			
				|  |  | +        `event_app_invoked_cost`,
 | 
	
		
			
				|  |  | +        `event_app_invoked_ratio`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_landing_ratio`,
 | 
	
		
			
				|  |  | +        `play_5s_ratio`,
 | 
	
		
			
				|  |  | +        `play_end_ratio`,
 | 
	
		
			
				|  |  | +        `event_new_user_pay`,
 | 
	
		
			
				|  |  | +        `event_new_user_pay_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_pay_ratio`,
 | 
	
		
			
				|  |  | +        `click_1k_cost`,
 | 
	
		
			
				|  |  | +        `ad_product_cnt`,
 | 
	
		
			
				|  |  | +        `event_goods_view`,
 | 
	
		
			
				|  |  | +        `merchant_reco_fans`,
 | 
	
		
			
				|  |  | +        `event_order_amount_roi`,
 | 
	
		
			
				|  |  | +        `event_goods_view_cost`,
 | 
	
		
			
				|  |  | +        `merchant_reco_fans_cost`,
 | 
	
		
			
				|  |  | +        `event_button_click`,
 | 
	
		
			
				|  |  | +        `event_button_click_cost`,
 | 
	
		
			
				|  |  | +        `event_button_click_ratio`,
 | 
	
		
			
				|  |  | +        `event_order_paid_roi`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_app`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_app_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_app_roi`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_app`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_app_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_app_roi`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_page`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_page_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_page_roi`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_page`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_page_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_page_roi`,
 | 
	
		
			
				|  |  | +        `event_appoint_form`,
 | 
	
		
			
				|  |  | +        `event_appoint_form_cost`,
 | 
	
		
			
				|  |  | +        `event_appoint_form_ratio`,
 | 
	
		
			
				|  |  | +        `event_appoint_jump_click`,
 | 
	
		
			
				|  |  | +        `event_appoint_jump_click_cost`,
 | 
	
		
			
				|  |  | +        `event_appoint_jump_click_ratio`,
 | 
	
		
			
				|  |  | +        `union_event_pay_purchase_amount_7d`,
 | 
	
		
			
				|  |  | +        `union_event_pay_purchase_amount_7d_roi`,
 | 
	
		
			
				|  |  | +        `placement_type`,
 | 
	
		
			
				|  |  | +        `ad_scene`,
 | 
	
		
			
				|  |  | +        `event_order_successed`,
 | 
	
		
			
				|  |  | +        `ad_photo_played_10s_ratio`,
 | 
	
		
			
				|  |  | +        `key_action_cost`,
 | 
	
		
			
				|  |  | +        `event_add_shopping_cart_cost`,
 | 
	
		
			
				|  |  | +        `event_ad_watch_times_ratio`,
 | 
	
		
			
				|  |  | +        `event_outbound_call_cost`,
 | 
	
		
			
				|  |  | +        `event_outbound_call`,
 | 
	
		
			
				|  |  | +        `action_new_ratio`,
 | 
	
		
			
				|  |  | +        `event_watch_app_ad`,
 | 
	
		
			
				|  |  | +        `event_multi_conversion_cost`,
 | 
	
		
			
				|  |  | +        `event_phone_card_activate`,
 | 
	
		
			
				|  |  | +        `ad_photo_played_75percent_ratio`,
 | 
	
		
			
				|  |  | +        `key_action_ratio`,
 | 
	
		
			
				|  |  | +        `event_ad_watch_times_cost`,
 | 
	
		
			
				|  |  | +        `event_add_shopping_cart`,
 | 
	
		
			
				|  |  | +        `key_action`,
 | 
	
		
			
				|  |  | +        `event_multi_conversion`,
 | 
	
		
			
				|  |  | +        `event_wechat_connected`,
 | 
	
		
			
				|  |  | +        `event_dsp_gift_form`,
 | 
	
		
			
				|  |  | +        `event_intention_confirmed`,
 | 
	
		
			
				|  |  | +        `event_phone_get_through`,
 | 
	
		
			
				|  |  | +        `event_multi_conversion_ratio`,
 | 
	
		
			
				|  |  | +        `event_measurement_house`,
 | 
	
		
			
				|  |  | +        `ad_photo_played_2s_ratio`,
 | 
	
		
			
				|  |  | +        `event_outbound_call_ratio`,
 | 
	
		
			
				|  |  | +        `event_ad_watch_times`
 | 
	
		
			
				|  |  | +        )
 | 
	
		
			
				|  |  | +        values
 | 
	
		
			
				|  |  | +        <foreach collection="addList" item="add" separator=",">
 | 
	
		
			
				|  |  | +            (
 | 
	
		
			
				|  |  | +            #{add.advertiserId},
 | 
	
		
			
				|  |  | +            #{add.statDate},
 | 
	
		
			
				|  |  | +            #{add.campaignId},
 | 
	
		
			
				|  |  | +            #{add.campaignName},
 | 
	
		
			
				|  |  | +            #{add.charge},
 | 
	
		
			
				|  |  | +            #{add.show},
 | 
	
		
			
				|  |  | +            #{add.photoClick},
 | 
	
		
			
				|  |  | +            #{add.aclick},
 | 
	
		
			
				|  |  | +            #{add.bclick},
 | 
	
		
			
				|  |  | +            #{add.photoClickRatio},
 | 
	
		
			
				|  |  | +            #{add.play3sRatio},
 | 
	
		
			
				|  |  | +            #{add.actionRatio},
 | 
	
		
			
				|  |  | +            #{add.impression1kCost},
 | 
	
		
			
				|  |  | +            #{add.photoClickCost},
 | 
	
		
			
				|  |  | +            #{add.actionCost},
 | 
	
		
			
				|  |  | +            #{add.share},
 | 
	
		
			
				|  |  | +            #{add.comment},
 | 
	
		
			
				|  |  | +            #{add.like},
 | 
	
		
			
				|  |  | +            #{add.follow},
 | 
	
		
			
				|  |  | +            #{add.cancelFollow},
 | 
	
		
			
				|  |  | +            #{add.report},
 | 
	
		
			
				|  |  | +            #{add.block},
 | 
	
		
			
				|  |  | +            #{add.negative},
 | 
	
		
			
				|  |  | +            #{add.submit},
 | 
	
		
			
				|  |  | +            #{add.downloadStarted},
 | 
	
		
			
				|  |  | +            #{add.downloadCompleted},
 | 
	
		
			
				|  |  | +            #{add.activation},
 | 
	
		
			
				|  |  | +            #{add.eventPayFirstDay},
 | 
	
		
			
				|  |  | +            #{add.eventPayPurchaseAmountFirstDay},
 | 
	
		
			
				|  |  | +            #{add.eventPayFirstDayRoi},
 | 
	
		
			
				|  |  | +            #{add.eventPay},
 | 
	
		
			
				|  |  | +            #{add.eventPayPurchaseAmount},
 | 
	
		
			
				|  |  | +            #{add.eventPayRoi},
 | 
	
		
			
				|  |  | +            #{add.eventRegister},
 | 
	
		
			
				|  |  | +            #{add.eventRegisterCost},
 | 
	
		
			
				|  |  | +            #{add.eventRegisterRatio},
 | 
	
		
			
				|  |  | +            #{add.eventJinJianApp},
 | 
	
		
			
				|  |  | +            #{add.eventJinJianAppCost},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantApp},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantAppCost},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantAppRatio},
 | 
	
		
			
				|  |  | +            #{add.eventOrderPaid},
 | 
	
		
			
				|  |  | +            #{add.eventOrderPaidPurchaseAmount},
 | 
	
		
			
				|  |  | +            #{add.eventOrderPaidCost},
 | 
	
		
			
				|  |  | +            #{add.eventNextDayStay},
 | 
	
		
			
				|  |  | +            #{add.eventNextDayStayCost},
 | 
	
		
			
				|  |  | +            #{add.eventNextDayStayRatio},
 | 
	
		
			
				|  |  | +            #{add.formCount},
 | 
	
		
			
				|  |  | +            #{add.formCost},
 | 
	
		
			
				|  |  | +            #{add.formActionRatio},
 | 
	
		
			
				|  |  | +            #{add.eventJinJianLandingPage},
 | 
	
		
			
				|  |  | +            #{add.eventJinJianLandingPageCost},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantLandingPage},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantLandingPageCost},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantLandingPageRatio},
 | 
	
		
			
				|  |  | +            #{add.eventValidClues},
 | 
	
		
			
				|  |  | +            #{add.eventValidCluesCost},
 | 
	
		
			
				|  |  | +            #{add.eventAddWechat},
 | 
	
		
			
				|  |  | +            #{add.eventAddWechatCost},
 | 
	
		
			
				|  |  | +            #{add.eventAddWechatRatio},
 | 
	
		
			
				|  |  | +            #{add.eventGetThrough},
 | 
	
		
			
				|  |  | +            #{add.eventGetThroughCost},
 | 
	
		
			
				|  |  | +            #{add.eventGetThroughRatio},
 | 
	
		
			
				|  |  | +            #{add.eventAppInvoked},
 | 
	
		
			
				|  |  | +            #{add.eventAppInvokedCost},
 | 
	
		
			
				|  |  | +            #{add.eventAppInvokedRatio},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantLandingRatio},
 | 
	
		
			
				|  |  | +            #{add.play5sRatio},
 | 
	
		
			
				|  |  | +            #{add.playEndRatio},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserPay},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserPayCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserPayRatio},
 | 
	
		
			
				|  |  | +            #{add.click1kCost},
 | 
	
		
			
				|  |  | +            #{add.adProductCnt},
 | 
	
		
			
				|  |  | +            #{add.eventGoodsView},
 | 
	
		
			
				|  |  | +            #{add.merchantRecoFans},
 | 
	
		
			
				|  |  | +            #{add.eventOrderAmountRoi},
 | 
	
		
			
				|  |  | +            #{add.eventGoodsViewCost},
 | 
	
		
			
				|  |  | +            #{add.merchantRecoFansCost},
 | 
	
		
			
				|  |  | +            #{add.eventButtonClick},
 | 
	
		
			
				|  |  | +            #{add.eventButtonClickCost},
 | 
	
		
			
				|  |  | +            #{add.eventButtonClickRatio},
 | 
	
		
			
				|  |  | +            #{add.eventOrderPaidRoi},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianApp},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianAppCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianAppRoi},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantApp},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantAppCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantAppRoi},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianPage},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianPageCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianPageRoi},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantPage},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantPageCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantPageRoi},
 | 
	
		
			
				|  |  | +            #{add.eventAppointForm},
 | 
	
		
			
				|  |  | +            #{add.eventAppointFormCost},
 | 
	
		
			
				|  |  | +            #{add.eventAppointFormRatio},
 | 
	
		
			
				|  |  | +            #{add.eventAppointJumpClick},
 | 
	
		
			
				|  |  | +            #{add.eventAppointJumpClickCost},
 | 
	
		
			
				|  |  | +            #{add.eventAppointJumpClickRatio},
 | 
	
		
			
				|  |  | +            #{add.unionEventPayPurchaseAmount7d},
 | 
	
		
			
				|  |  | +            #{add.unionEventPayPurchaseAmount7dRoi},
 | 
	
		
			
				|  |  | +            #{add.placementType},
 | 
	
		
			
				|  |  | +            #{add.adScene},
 | 
	
		
			
				|  |  | +            #{add.eventOrderSuccessed},
 | 
	
		
			
				|  |  | +            #{add.adPhotoPlayed10sRatio},
 | 
	
		
			
				|  |  | +            #{add.keyActionCost},
 | 
	
		
			
				|  |  | +            #{add.eventAddShoppingCartCost},
 | 
	
		
			
				|  |  | +            #{add.eventAdWatchTimesRatio},
 | 
	
		
			
				|  |  | +            #{add.eventOutboundCallCost},
 | 
	
		
			
				|  |  | +            #{add.eventOutboundCall},
 | 
	
		
			
				|  |  | +            #{add.actionNewRatio},
 | 
	
		
			
				|  |  | +            #{add.eventWatchAppAd},
 | 
	
		
			
				|  |  | +            #{add.eventMultiConversionCost},
 | 
	
		
			
				|  |  | +            #{add.eventPhoneCardActivate},
 | 
	
		
			
				|  |  | +            #{add.adPhotoPlayed75percentRatio},
 | 
	
		
			
				|  |  | +            #{add.keyActionRatio},
 | 
	
		
			
				|  |  | +            #{add.eventAdWatchTimesCost},
 | 
	
		
			
				|  |  | +            #{add.eventAddShoppingCart},
 | 
	
		
			
				|  |  | +            #{add.keyAction},
 | 
	
		
			
				|  |  | +            #{add.eventMultiConversion},
 | 
	
		
			
				|  |  | +            #{add.eventWechatConnected},
 | 
	
		
			
				|  |  | +            #{add.eventDspGiftForm},
 | 
	
		
			
				|  |  | +            #{add.eventIntentionConfirmed},
 | 
	
		
			
				|  |  | +            #{add.eventPhoneGetThrough},
 | 
	
		
			
				|  |  | +            #{add.eventMultiConversionRatio},
 | 
	
		
			
				|  |  | +            #{add.eventMeasurementHouse},
 | 
	
		
			
				|  |  | +            #{add.adPhotoPlayed2sRatio},
 | 
	
		
			
				|  |  | +            #{add.eventOutboundCallRatio},
 | 
	
		
			
				|  |  | +            #{add.eventAdWatchTimes}
 | 
	
		
			
				|  |  | +            )
 | 
	
		
			
				|  |  | +        </foreach>
 | 
	
		
			
				|  |  | +    </insert>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    <insert id="replaceBatchUnitReportDaily">
 | 
	
		
			
				|  |  | +        replace into compass_bind_kuaishou_unit_report_daily(
 | 
	
		
			
				|  |  | +        `advertiser_id`,
 | 
	
		
			
				|  |  | +        `stat_date`,
 | 
	
		
			
				|  |  | +        `campaign_id`,
 | 
	
		
			
				|  |  | +        `campaign_name`,
 | 
	
		
			
				|  |  | +        `unit_id`,
 | 
	
		
			
				|  |  | +        `unit_name`,
 | 
	
		
			
				|  |  | +        `charge`,
 | 
	
		
			
				|  |  | +        `show`,
 | 
	
		
			
				|  |  | +        `photo_click`,
 | 
	
		
			
				|  |  | +        `aclick`,
 | 
	
		
			
				|  |  | +        `bclick`,
 | 
	
		
			
				|  |  | +        `photo_click_ratio`,
 | 
	
		
			
				|  |  | +        `play_3s_ratio`,
 | 
	
		
			
				|  |  | +        `action_ratio`,
 | 
	
		
			
				|  |  | +        `impression_1k_cost`,
 | 
	
		
			
				|  |  | +        `photo_click_cost`,
 | 
	
		
			
				|  |  | +        `action_cost`,
 | 
	
		
			
				|  |  | +        `share`,
 | 
	
		
			
				|  |  | +        `comment`,
 | 
	
		
			
				|  |  | +        `like`,
 | 
	
		
			
				|  |  | +        `follow`,
 | 
	
		
			
				|  |  | +        `cancel_follow`,
 | 
	
		
			
				|  |  | +        `report`,
 | 
	
		
			
				|  |  | +        `block`,
 | 
	
		
			
				|  |  | +        `negative`,
 | 
	
		
			
				|  |  | +        `submit`,
 | 
	
		
			
				|  |  | +        `download_started`,
 | 
	
		
			
				|  |  | +        `download_completed`,
 | 
	
		
			
				|  |  | +        `activation`,
 | 
	
		
			
				|  |  | +        `event_pay_first_day`,
 | 
	
		
			
				|  |  | +        `event_pay_purchase_amount_first_day`,
 | 
	
		
			
				|  |  | +        `event_pay_first_day_roi`,
 | 
	
		
			
				|  |  | +        `event_pay`,
 | 
	
		
			
				|  |  | +        `event_pay_purchase_amount`,
 | 
	
		
			
				|  |  | +        `event_pay_roi`,
 | 
	
		
			
				|  |  | +        `event_register`,
 | 
	
		
			
				|  |  | +        `event_register_cost`,
 | 
	
		
			
				|  |  | +        `event_register_ratio`,
 | 
	
		
			
				|  |  | +        `event_jin_jian_app`,
 | 
	
		
			
				|  |  | +        `event_jin_jian_app_cost`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_app`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_app_cost`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_app_ratio`,
 | 
	
		
			
				|  |  | +        `event_order_paid`,
 | 
	
		
			
				|  |  | +        `event_order_paid_purchase_amount`,
 | 
	
		
			
				|  |  | +        `event_order_paid_cost`,
 | 
	
		
			
				|  |  | +        `event_next_day_stay`,
 | 
	
		
			
				|  |  | +        `event_next_day_stay_cost`,
 | 
	
		
			
				|  |  | +        `event_next_day_stay_ratio`,
 | 
	
		
			
				|  |  | +        `form_count`,
 | 
	
		
			
				|  |  | +        `form_cost`,
 | 
	
		
			
				|  |  | +        `form_action_ratio`,
 | 
	
		
			
				|  |  | +        `event_jin_jian_landing_page`,
 | 
	
		
			
				|  |  | +        `event_jin_jian_landing_page_cost`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_landing_page`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_landing_page_cost`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_landing_page_ratio`,
 | 
	
		
			
				|  |  | +        `event_valid_clues`,
 | 
	
		
			
				|  |  | +        `event_valid_clues_cost`,
 | 
	
		
			
				|  |  | +        `event_add_wechat`,
 | 
	
		
			
				|  |  | +        `event_add_wechat_cost`,
 | 
	
		
			
				|  |  | +        `event_add_wechat_ratio`,
 | 
	
		
			
				|  |  | +        `event_get_through`,
 | 
	
		
			
				|  |  | +        `event_get_through_cost`,
 | 
	
		
			
				|  |  | +        `event_get_through_ratio`,
 | 
	
		
			
				|  |  | +        `event_app_invoked`,
 | 
	
		
			
				|  |  | +        `event_app_invoked_cost`,
 | 
	
		
			
				|  |  | +        `event_app_invoked_ratio`,
 | 
	
		
			
				|  |  | +        `event_credit_grant_landing_ratio`,
 | 
	
		
			
				|  |  | +        `play_5s_ratio`,
 | 
	
		
			
				|  |  | +        `play_end_ratio`,
 | 
	
		
			
				|  |  | +        `event_new_user_pay`,
 | 
	
		
			
				|  |  | +        `event_new_user_pay_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_pay_ratio`,
 | 
	
		
			
				|  |  | +        `click_1k_cost`,
 | 
	
		
			
				|  |  | +        `ad_product_cnt`,
 | 
	
		
			
				|  |  | +        `event_goods_view`,
 | 
	
		
			
				|  |  | +        `merchant_reco_fans`,
 | 
	
		
			
				|  |  | +        `event_order_amount_roi`,
 | 
	
		
			
				|  |  | +        `event_goods_view_cost`,
 | 
	
		
			
				|  |  | +        `merchant_reco_fans_cost`,
 | 
	
		
			
				|  |  | +        `event_button_click`,
 | 
	
		
			
				|  |  | +        `event_button_click_cost`,
 | 
	
		
			
				|  |  | +        `event_button_click_ratio`,
 | 
	
		
			
				|  |  | +        `event_order_paid_roi`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_app`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_app_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_app_roi`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_app`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_app_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_app_roi`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_page`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_page_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_jinjian_page_roi`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_page`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_page_cost`,
 | 
	
		
			
				|  |  | +        `event_new_user_credit_grant_page_roi`,
 | 
	
		
			
				|  |  | +        `event_appoint_form`,
 | 
	
		
			
				|  |  | +        `event_appoint_form_cost`,
 | 
	
		
			
				|  |  | +        `event_appoint_form_ratio`,
 | 
	
		
			
				|  |  | +        `event_appoint_jump_click`,
 | 
	
		
			
				|  |  | +        `event_appoint_jump_click_cost`,
 | 
	
		
			
				|  |  | +        `event_appoint_jump_click_ratio`,
 | 
	
		
			
				|  |  | +        `union_event_pay_purchase_amount_7d`,
 | 
	
		
			
				|  |  | +        `union_event_pay_purchase_amount_7d_roi`,
 | 
	
		
			
				|  |  | +        `placement_type`,
 | 
	
		
			
				|  |  | +        `ad_scene`,
 | 
	
		
			
				|  |  | +        `event_order_successed`,
 | 
	
		
			
				|  |  | +        `ad_photo_played_10s_ratio`,
 | 
	
		
			
				|  |  | +        `key_action_cost`,
 | 
	
		
			
				|  |  | +        `event_add_shopping_cart_cost`,
 | 
	
		
			
				|  |  | +        `event_ad_watch_times_ratio`,
 | 
	
		
			
				|  |  | +        `event_outbound_call_cost`,
 | 
	
		
			
				|  |  | +        `event_outbound_call`,
 | 
	
		
			
				|  |  | +        `action_new_ratio`,
 | 
	
		
			
				|  |  | +        `event_watch_app_ad`,
 | 
	
		
			
				|  |  | +        `event_multi_conversion_cost`,
 | 
	
		
			
				|  |  | +        `event_phone_card_activate`,
 | 
	
		
			
				|  |  | +        `ad_photo_played_75percent_ratio`,
 | 
	
		
			
				|  |  | +        `key_action_ratio`,
 | 
	
		
			
				|  |  | +        `event_ad_watch_times_cost`,
 | 
	
		
			
				|  |  | +        `event_add_shopping_cart`,
 | 
	
		
			
				|  |  | +        `key_action`,
 | 
	
		
			
				|  |  | +        `event_multi_conversion`,
 | 
	
		
			
				|  |  | +        `event_wechat_connected`,
 | 
	
		
			
				|  |  | +        `event_dsp_gift_form`,
 | 
	
		
			
				|  |  | +        `event_intention_confirmed`,
 | 
	
		
			
				|  |  | +        `event_phone_get_through`,
 | 
	
		
			
				|  |  | +        `event_multi_conversion_ratio`,
 | 
	
		
			
				|  |  | +        `event_measurement_house`,
 | 
	
		
			
				|  |  | +        `ad_photo_played_2s_ratio`,
 | 
	
		
			
				|  |  | +        `event_outbound_call_ratio`,
 | 
	
		
			
				|  |  | +        `event_ad_watch_times`,
 | 
	
		
			
				|  |  | +        `event_order_submit`,
 | 
	
		
			
				|  |  | +        `live_event_goods_view`
 | 
	
		
			
				|  |  | +        )
 | 
	
		
			
				|  |  | +        values
 | 
	
		
			
				|  |  | +        <foreach collection="addList" item="add" separator=",">
 | 
	
		
			
				|  |  | +            (
 | 
	
		
			
				|  |  | +            #{add.advertiserId},
 | 
	
		
			
				|  |  | +            #{add.statDate},
 | 
	
		
			
				|  |  | +            #{add.campaignId},
 | 
	
		
			
				|  |  | +            #{add.campaignName},
 | 
	
		
			
				|  |  | +            #{add.unitId},
 | 
	
		
			
				|  |  | +            #{add.unitName},
 | 
	
		
			
				|  |  | +            #{add.charge},
 | 
	
		
			
				|  |  | +            #{add.show},
 | 
	
		
			
				|  |  | +            #{add.photoClick},
 | 
	
		
			
				|  |  | +            #{add.aclick},
 | 
	
		
			
				|  |  | +            #{add.bclick},
 | 
	
		
			
				|  |  | +            #{add.photoClickRatio},
 | 
	
		
			
				|  |  | +            #{add.play3sRatio},
 | 
	
		
			
				|  |  | +            #{add.actionRatio},
 | 
	
		
			
				|  |  | +            #{add.impression1kCost},
 | 
	
		
			
				|  |  | +            #{add.photoClickCost},
 | 
	
		
			
				|  |  | +            #{add.actionCost},
 | 
	
		
			
				|  |  | +            #{add.share},
 | 
	
		
			
				|  |  | +            #{add.comment},
 | 
	
		
			
				|  |  | +            #{add.like},
 | 
	
		
			
				|  |  | +            #{add.follow},
 | 
	
		
			
				|  |  | +            #{add.cancelFollow},
 | 
	
		
			
				|  |  | +            #{add.report},
 | 
	
		
			
				|  |  | +            #{add.block},
 | 
	
		
			
				|  |  | +            #{add.negative},
 | 
	
		
			
				|  |  | +            #{add.submit},
 | 
	
		
			
				|  |  | +            #{add.downloadStarted},
 | 
	
		
			
				|  |  | +            #{add.downloadCompleted},
 | 
	
		
			
				|  |  | +            #{add.activation},
 | 
	
		
			
				|  |  | +            #{add.eventPayFirstDay},
 | 
	
		
			
				|  |  | +            #{add.eventPayPurchaseAmountFirstDay},
 | 
	
		
			
				|  |  | +            #{add.eventPayFirstDayRoi},
 | 
	
		
			
				|  |  | +            #{add.eventPay},
 | 
	
		
			
				|  |  | +            #{add.eventPayPurchaseAmount},
 | 
	
		
			
				|  |  | +            #{add.eventPayRoi},
 | 
	
		
			
				|  |  | +            #{add.eventRegister},
 | 
	
		
			
				|  |  | +            #{add.eventRegisterCost},
 | 
	
		
			
				|  |  | +            #{add.eventRegisterRatio},
 | 
	
		
			
				|  |  | +            #{add.eventJinJianApp},
 | 
	
		
			
				|  |  | +            #{add.eventJinJianAppCost},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantApp},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantAppCost},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantAppRatio},
 | 
	
		
			
				|  |  | +            #{add.eventOrderPaid},
 | 
	
		
			
				|  |  | +            #{add.eventOrderPaidPurchaseAmount},
 | 
	
		
			
				|  |  | +            #{add.eventOrderPaidCost},
 | 
	
		
			
				|  |  | +            #{add.eventNextDayStay},
 | 
	
		
			
				|  |  | +            #{add.eventNextDayStayCost},
 | 
	
		
			
				|  |  | +            #{add.eventNextDayStayRatio},
 | 
	
		
			
				|  |  | +            #{add.formCount},
 | 
	
		
			
				|  |  | +            #{add.formCost},
 | 
	
		
			
				|  |  | +            #{add.formActionRatio},
 | 
	
		
			
				|  |  | +            #{add.eventJinJianLandingPage},
 | 
	
		
			
				|  |  | +            #{add.eventJinJianLandingPageCost},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantLandingPage},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantLandingPageCost},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantLandingPageRatio},
 | 
	
		
			
				|  |  | +            #{add.eventValidClues},
 | 
	
		
			
				|  |  | +            #{add.eventValidCluesCost},
 | 
	
		
			
				|  |  | +            #{add.eventAddWechat},
 | 
	
		
			
				|  |  | +            #{add.eventAddWechatCost},
 | 
	
		
			
				|  |  | +            #{add.eventAddWechatRatio},
 | 
	
		
			
				|  |  | +            #{add.eventGetThrough},
 | 
	
		
			
				|  |  | +            #{add.eventGetThroughCost},
 | 
	
		
			
				|  |  | +            #{add.eventGetThroughRatio},
 | 
	
		
			
				|  |  | +            #{add.eventAppInvoked},
 | 
	
		
			
				|  |  | +            #{add.eventAppInvokedCost},
 | 
	
		
			
				|  |  | +            #{add.eventAppInvokedRatio},
 | 
	
		
			
				|  |  | +            #{add.eventCreditGrantLandingRatio},
 | 
	
		
			
				|  |  | +            #{add.play5sRatio},
 | 
	
		
			
				|  |  | +            #{add.playEndRatio},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserPay},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserPayCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserPayRatio},
 | 
	
		
			
				|  |  | +            #{add.click1kCost},
 | 
	
		
			
				|  |  | +            #{add.adProductCnt},
 | 
	
		
			
				|  |  | +            #{add.eventGoodsView},
 | 
	
		
			
				|  |  | +            #{add.merchantRecoFans},
 | 
	
		
			
				|  |  | +            #{add.eventOrderAmountRoi},
 | 
	
		
			
				|  |  | +            #{add.eventGoodsViewCost},
 | 
	
		
			
				|  |  | +            #{add.merchantRecoFansCost},
 | 
	
		
			
				|  |  | +            #{add.eventButtonClick},
 | 
	
		
			
				|  |  | +            #{add.eventButtonClickCost},
 | 
	
		
			
				|  |  | +            #{add.eventButtonClickRatio},
 | 
	
		
			
				|  |  | +            #{add.eventOrderPaidRoi},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianApp},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianAppCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianAppRoi},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantApp},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantAppCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantAppRoi},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianPage},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianPageCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserJinjianPageRoi},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantPage},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantPageCost},
 | 
	
		
			
				|  |  | +            #{add.eventNewUserCreditGrantPageRoi},
 | 
	
		
			
				|  |  | +            #{add.eventAppointForm},
 | 
	
		
			
				|  |  | +            #{add.eventAppointFormCost},
 | 
	
		
			
				|  |  | +            #{add.eventAppointFormRatio},
 | 
	
		
			
				|  |  | +            #{add.eventAppointJumpClick},
 | 
	
		
			
				|  |  | +            #{add.eventAppointJumpClickCost},
 | 
	
		
			
				|  |  | +            #{add.eventAppointJumpClickRatio},
 | 
	
		
			
				|  |  | +            #{add.unionEventPayPurchaseAmount7d},
 | 
	
		
			
				|  |  | +            #{add.unionEventPayPurchaseAmount7dRoi},
 | 
	
		
			
				|  |  | +            #{add.placementType},
 | 
	
		
			
				|  |  | +            #{add.adScene},
 | 
	
		
			
				|  |  | +            #{add.eventOrderSuccessed},
 | 
	
		
			
				|  |  | +            #{add.adPhotoPlayed10sRatio},
 | 
	
		
			
				|  |  | +            #{add.keyActionCost},
 | 
	
		
			
				|  |  | +            #{add.eventAddShoppingCartCost},
 | 
	
		
			
				|  |  | +            #{add.eventAdWatchTimesRatio},
 | 
	
		
			
				|  |  | +            #{add.eventOutboundCallCost},
 | 
	
		
			
				|  |  | +            #{add.eventOutboundCall},
 | 
	
		
			
				|  |  | +            #{add.actionNewRatio},
 | 
	
		
			
				|  |  | +            #{add.eventWatchAppAd},
 | 
	
		
			
				|  |  | +            #{add.eventMultiConversionCost},
 | 
	
		
			
				|  |  | +            #{add.eventPhoneCardActivate},
 | 
	
		
			
				|  |  | +            #{add.adPhotoPlayed75percentRatio},
 | 
	
		
			
				|  |  | +            #{add.keyActionRatio},
 | 
	
		
			
				|  |  | +            #{add.eventAdWatchTimesCost},
 | 
	
		
			
				|  |  | +            #{add.eventAddShoppingCart},
 | 
	
		
			
				|  |  | +            #{add.keyAction},
 | 
	
		
			
				|  |  | +            #{add.eventMultiConversion},
 | 
	
		
			
				|  |  | +            #{add.eventWechatConnected},
 | 
	
		
			
				|  |  | +            #{add.eventDspGiftForm},
 | 
	
		
			
				|  |  | +            #{add.eventIntentionConfirmed},
 | 
	
		
			
				|  |  | +            #{add.eventPhoneGetThrough},
 | 
	
		
			
				|  |  | +            #{add.eventMultiConversionRatio},
 | 
	
		
			
				|  |  | +            #{add.eventMeasurementHouse},
 | 
	
		
			
				|  |  | +            #{add.adPhotoPlayed2sRatio},
 | 
	
		
			
				|  |  | +            #{add.eventOutboundCallRatio},
 | 
	
		
			
				|  |  | +            #{add.eventAdWatchTimes},
 | 
	
		
			
				|  |  | +            #{add.eventOrderSubmit},
 | 
	
		
			
				|  |  | +            #{add.liveEventGoodsView}
 | 
	
		
			
				|  |  | +            )
 | 
	
		
			
				|  |  | +        </foreach>
 | 
	
		
			
				|  |  | +    </insert>
 | 
	
		
			
				|  |  | +</mapper>
 |