Skip to content

Commit

Permalink
Merge pull request bsm#7 from audiencepi/update-bid-field
Browse files Browse the repository at this point in the history
Add missing height & width field for bid
  • Loading branch information
dim committed May 26, 2015
2 parents d93c9fc + 13c3d4f commit ff28769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bid.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ type Bid struct {
Iurl *string `json:"iurl,omitempty"` // Sample image URL.
Cid *string `json:"cid,omitempty"` // Campaign ID that appears with the Ad markup.
Crid *string `json:"crid,omitempty"` // Creative ID for reporting content issues or defects. This could also be used as a reference to a creative ID that is posted with an exchange.
Cat []string `json:"cat,omitempty"` // IAB content categories of the creative. Refer to List 5.1
Attr []int `json:"attr,omitempty"` // Array of creative attributes.
DealId *string `json:"deal_id,omitempty"` // DealID extension of private marketplace deals
H *int `json:"h,omitempty"` // Height of the ad in pixels.
W *int `json:"w,omitempty"` // Width of the ad in pixels.
Ext Extensions `json:"ext,omitempty"`
}

Expand Down

0 comments on commit ff28769

Please sign in to comment.