Skip to content

Commit 13c3d4f

Browse files
committed
Add category field to bid object
1 parent 8f1db10 commit 13c3d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bid.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type Bid struct {
2222
Iurl *string `json:"iurl,omitempty"` // Sample image URL.
2323
Cid *string `json:"cid,omitempty"` // Campaign ID that appears with the Ad markup.
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.
25+
Cat []string `json:"cat,omitempty"` // IAB content categories of the creative. Refer to List 5.1
2526
Attr []int `json:"attr,omitempty"` // Array of creative attributes.
2627
DealId *string `json:"deal_id,omitempty"` // DealID extension of private marketplace deals
2728
H *int `json:"h,omitempty"` // Height of the ad in pixels.

0 commit comments

Comments
 (0)