Skip to content

Commit

Permalink
Merge pull request #22 from Getsidecar/update-AdGroupCriterionLabel-P…
Browse files Browse the repository at this point in the history
…SAT-790

update AdGroupCriterionLabel with new id fields
  • Loading branch information
jperelshteyn authored Mar 27, 2019
2 parents 3f6f264 + 909b2c0 commit 1c7dc1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions googleads/ad_group_criterion.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ type Cpc struct {
type AdGroupCriterions []interface{}

type AdGroupCriterionLabel struct {
AdGroupCriterionId int64 `xml:"adGroupCriterionId"`
LabelId int64 `xml:"labelId"`
AdGroupId int64 `xml:"adGroupId"`
CriterionId int64 `xml:"criterionId"`
LabelId int64 `xml:"labelId"`
}

type AdGroupCriterionLabelOperations map[string][]AdGroupCriterionLabel
Expand Down

0 comments on commit 1c7dc1b

Please sign in to comment.