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: openrtb.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -210,8 +210,8 @@ type Geo struct {
210
210
// frequency capping and retargeting.
211
211
typeUserstruct {
212
212
IDstring`json:"id,omitempty"`// Unique consumer ID of this user on the exchange
213
-
BuyerUIDstring`json:"buyeruid,omitempty"`// Buyer-specific ID for the user as mapped by the exchange for the buyer. At least one of buyeruid or id is recommended.
214
-
BuyerIDstring`json:"buyerid,omitempty"`// Buyer-specific ID for the user as mapped by the exchange for the buyer. At least one of buyeruid or id is recommended.
213
+
BuyerIDstring`json:"buyerid,omitempty"`// Buyer-specific ID for the user as mapped by the exchange for the buyer. At least one of buyeruid/buyerid or id is recommended. Valid for OpenRTB 2.3.
214
+
BuyerUIDstring`json:"buyeruid,omitempty"`// Buyer-specific ID for the user as mapped by the exchange for the buyer. Same as BuyerID but valid for OpenRTB 2.2.
215
215
YOBint`json:"yob,omitempty"`// Year of birth as a 4-digit integer.
0 commit comments