Skip to content

Commit

Permalink
Merge branch 'release/v1.29.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Dec 2, 2024
2 parents 5d134aa + dc56551 commit 0620802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing-api/model/v3/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type Project struct {
// SearchBidRatio 出价系数
SearchBidRatio float64 `json:"search_bid_ratio,omitempty"`
// AudienceExtend 定向拓展
AudienceExtend string `json:"audience_extend,omitempty"`
AudienceExtend enum.OnOff `json:"audience_extend,omitempty"`
// Keywords 搜索关键词列表
Keywords []Keyword `json:"keywords,omitempty"`
// RelatedProduct 关联产品投放相关
Expand Down

0 comments on commit 0620802

Please sign in to comment.