From 13c3d4ff97b331f8cc26468682e9371946f53f5b Mon Sep 17 00:00:00 2001 From: Ryan Liao Date: Mon, 25 May 2015 19:36:03 +0800 Subject: [PATCH] Add category field to bid object --- bid.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bid.go b/bid.go index 145ca5c..c9a2134 100644 --- a/bid.go +++ b/bid.go @@ -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.