You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bid.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ type Bid struct {
31
31
CreativeIDstring`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.
32
32
Cat []string`json:"cat,omitempty"`// IAB content categories of the creative. Refer to List 5.1
33
33
Attr []int`json:"attr,omitempty"`// Array of creative attributes.
34
-
DealIDstring`json:"deal_id,omitempty"`// DealID extension of private marketplace deals
34
+
DealIDstring`json:"dealid,omitempty"`// DealID extension of private marketplace deals
35
35
Hint`json:"h,omitempty"`// Height of the ad in pixels.
36
36
Wint`json:"w,omitempty"`// Width of the ad in pixels.
0 commit comments