Skip to content

Commit

Permalink
Merge branch 'release/v1.30.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Dec 25, 2024
2 parents dbbc8dc + 2bea026 commit 2ca3364
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions marketing-api/enum/landing_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ package enum
type LandingType string

const (
// EXTERNAL 落地页
EXTENAL LandingType = "EXTERNAL"
// LINK 销售线索收集
LINK LandingType = "LINK"
// APP 应用推广
Expand All @@ -26,4 +28,10 @@ const (
QUICK_APP LandingType = "QUICK_APP"
// NATIVE_ACTION 原生互动
NATIVE_ACTION LandingType = "NATIVE_ACTION"
// APP_ANDROID 应用下载-安卓
APP_ANDROID LandingType = "APP_ANDROID"
// APP_IOS 应用下载-IOS
APP_IOS LandingType = "APP_IOS"
// LIVE 直播间推广
LIVE LandingType = "LIVE"
)
1 change: 1 addition & 0 deletions marketing-api/model/audiencepackage/v3/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type GetRequest struct {
// GetFiltering 过滤字段
type GetFiltering struct {
// Name 定向包名称(支持模糊查询)
Name string `json:"name,omitempty"`
// LandingType 定向包类型
LandingType enum.LandingType `json:"landing_type,omitempty"`
// DeliveryRange 广告投放范围
Expand Down

0 comments on commit 2ca3364

Please sign in to comment.