Skip to content

Commit

Permalink
fix(report): AdGroupStatus in report Dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Apr 28, 2024
1 parent f969f1d commit 4914775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/report/dimension.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type Dimension struct {
// 枚举值:
// 0:0
// 1:1
AdgroupStatus model.Int `json:"adgroupStatus,omitempty"`
AdGroupStatus model.Int `json:"adGroupStatus,omitempty"`
// AdGroupName 推广单元
AdGroupName string `json:"adGroupName,omitempty"`
// CampaignId 推广计划ID
Expand Down

0 comments on commit 4914775

Please sign in to comment.