|
@@ -151,7 +151,9 @@
|
|
|
`event_measurement_house`,
|
|
|
`ad_photo_played_2s_ratio`,
|
|
|
`event_outbound_call_ratio`,
|
|
|
- `event_ad_watch_times`
|
|
|
+ `event_ad_watch_times`,
|
|
|
+ `minigame_iaa_purchase_amount`,
|
|
|
+ `minigame_iaa_purchase_roi`
|
|
|
)
|
|
|
values
|
|
|
<foreach collection="addList" item="add" separator=",">
|
|
@@ -286,7 +288,9 @@
|
|
|
#{add.eventMeasurementHouse},
|
|
|
#{add.adPhotoPlayed2sRatio},
|
|
|
#{add.eventOutboundCallRatio},
|
|
|
- #{add.eventAdWatchTimes}
|
|
|
+ #{add.eventAdWatchTimes},
|
|
|
+ #{add.minigameIaaPurchaseAmount},
|
|
|
+ #{add.minigameIaaPurchaseRoi}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|
|
@@ -428,7 +432,9 @@
|
|
|
`event_outbound_call_ratio`,
|
|
|
`event_ad_watch_times`,
|
|
|
`event_order_submit`,
|
|
|
- `live_event_goods_view`
|
|
|
+ `live_event_goods_view`,
|
|
|
+ `minigame_iaa_purchase_amount`,
|
|
|
+ `minigame_iaa_purchase_roi`
|
|
|
)
|
|
|
values
|
|
|
<foreach collection="addList" item="add" separator=",">
|
|
@@ -567,7 +573,9 @@
|
|
|
#{add.eventOutboundCallRatio},
|
|
|
#{add.eventAdWatchTimes},
|
|
|
#{add.eventOrderSubmit},
|
|
|
- #{add.liveEventGoodsView}
|
|
|
+ #{add.liveEventGoodsView},
|
|
|
+ #{add.minigameIaaPurchaseAmount},
|
|
|
+ #{add.minigameIaaPurchaseRoi}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|
|
@@ -709,7 +717,9 @@
|
|
|
`event_measurement_house`,
|
|
|
`ad_photo_played_2s_ratio`,
|
|
|
`event_outbound_call_ratio`,
|
|
|
- `event_ad_watch_times`
|
|
|
+ `event_ad_watch_times`,
|
|
|
+ `minigame_iaa_purchase_amount`,
|
|
|
+ `minigame_iaa_purchase_roi`
|
|
|
)
|
|
|
values
|
|
|
<foreach collection="addList" item="add" separator=",">
|
|
@@ -847,7 +857,9 @@
|
|
|
#{add.eventMeasurementHouse},
|
|
|
#{add.adPhotoPlayed2sRatio},
|
|
|
#{add.eventOutboundCallRatio},
|
|
|
- #{add.eventAdWatchTimes}
|
|
|
+ #{add.eventAdWatchTimes},
|
|
|
+ #{add.minigameIaaPurchaseAmount},
|
|
|
+ #{add.minigameIaaPurchaseRoi}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|