Skip to content

Commit

Permalink
Add category field to bid object
Browse files Browse the repository at this point in the history
  • Loading branch information
pirsquare committed May 25, 2015
1 parent 8f1db10 commit 13c3d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bid.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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.
Expand Down

0 comments on commit 13c3d4f

Please sign in to comment.