Skip to content

Commit

Permalink
Merge branch 'release/v1.21.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Nov 2, 2023
2 parents d48bdde + 77e84ba commit 042a387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marketing-api/enum/conversion_event_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const (
Conversion_CONSULT_EFFECTIVE ConversionEventType = "consult_effective"
// Conversion_IN_APP_ORDER 用户进入电商平台APP,并完成提交订单行为
Conversion_IN_APP_ORDER ConversionEventType = "in_app_order"
// Conversion_IN_APP_ORDER_BALANCE 支付尾款
Conversion_IN_APP_ORDER_BALANCE ConversionEventType = "in_app_order_balance"
// Conversion_IN_APP_UV 用户成功打开访问应用打开并访问通常考核吊起打开,不考核活动/商品 uv/pv
Conversion_IN_APP_UV ConversionEventType = "in_app_uv"
// Conversion_IN_APP_CART 用户将商品加入购物车
Expand Down

0 comments on commit 042a387

Please sign in to comment.