Skip to content

Commit f0fde97

Browse files
committed
Added pmp deal ID
1 parent fc1e00e commit f0fde97

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
@@ -23,6 +23,7 @@ type Bid struct {
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.
2525
Attr []int `json:"attr,omitempty"` // Array of creative attributes.
26+
DealId *string `json:"deal_id,omitempty"` // DealID extension of private marketplace deals
2627
Ext Extensions `json:"ext,omitempty"`
2728
}
2829

0 commit comments

Comments
 (0)