|
@@ -260,7 +260,12 @@
|
|
|
message_action, click_landing_page, click_shopwindow,
|
|
|
click_website, click_download, click_call_dy,
|
|
|
submit_certification_count, approval_count,
|
|
|
- first_rental_order_count, first_order_count, commute_first_pay_count
|
|
|
+ first_rental_order_count, first_order_count, commute_first_pay_count,
|
|
|
+ attribution_active_pay_intra_one_day_count,
|
|
|
+ attribution_active_pay_intra_one_day_cost,
|
|
|
+ attribution_active_pay_intra_one_day_rate,
|
|
|
+ attribution_active_pay_intra_one_day_amount,
|
|
|
+ attribution_active_pay_intra_one_day_roi
|
|
|
)
|
|
|
values
|
|
|
<foreach collection="list" item="item" separator=",">
|
|
@@ -349,7 +354,12 @@
|
|
|
#{item.clickCallDy,jdbcType=BIGINT},
|
|
|
#{item.submitCertificationCount,jdbcType=BIGINT}, #{item.approvalCount,jdbcType=BIGINT},
|
|
|
#{item.firstRentalOrderCount,jdbcType=BIGINT}, #{item.firstOrderCount,jdbcType=BIGINT},
|
|
|
- #{item.commuteFirstPayCount,jdbcType=BIGINT}
|
|
|
+ #{item.commuteFirstPayCount,jdbcType=BIGINT},
|
|
|
+ #{item.attributionActivePayIntraOneDayCount},
|
|
|
+ #{item.attributionActivePayIntraOneDayCost},
|
|
|
+ #{item.attributionActivePayIntraOneDayRate},
|
|
|
+ #{item.attributionActivePayIntraOneDayAmount},
|
|
|
+ #{item.attributionActivePayIntraOneDayRoi}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|