Skip to content

Commit 8f1db10

Browse files
committed
Add missing height & width field for bid
1 parent d93c9fc commit 8f1db10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bid.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ type Bid struct {
2424
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.
2525
Attr []int `json:"attr,omitempty"` // Array of creative attributes.
2626
DealId *string `json:"deal_id,omitempty"` // DealID extension of private marketplace deals
27+
H *int `json:"h,omitempty"` // Height of the ad in pixels.
28+
W *int `json:"w,omitempty"` // Width of the ad in pixels.
2729
Ext Extensions `json:"ext,omitempty"`
2830
}
2931

0 commit comments

Comments
 (0)