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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ type Bid struct {
23
23
Cid*string`json:"cid,omitempty"`// Campaign ID that appears with the Ad markup.
24
24
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
25
Attr []int`json:"attr,omitempty"`// Array of creative attributes.
26
+
DealId*string`json:"deal_id,omitempty"`// DealID extension of private marketplace deals
0 commit comments