Skip to content

Commit

Permalink
Merge branch 'release/v1.24.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Apr 18, 2024
2 parents 9381f9b + 0314d2d commit ff199c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marketing-api/model/report/v3/dimensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ type CustomDimensions struct {
AdPlatformBidword string `json:"ad_platform_bidword"`
// BidwordId 关键词ID。特殊说明:0表示未知关键词,-2表示智选流量。
BidwordId model.Uint64 `json:"bidword_id"`
// Bidword 关键词名称。如果分组条件中包括STAT_GROUP_BY_BIDWORD_ID
Bidword string `json:"bidword"`
// RealRecallMatchType 搜索触发方式
RealRecallMatchType string `json:"real_recall_match_type"`
//BidwordSource 关键词来源
Expand Down

0 comments on commit ff199c2

Please sign in to comment.