Skip to content

Commit 2e029f1

Browse files
author
Nikolai Berkoff
committed
Revert BuyerUID rename
buyerid was a typo on the OpenRTB v2.3 spec https://groups.google.com/forum/#!topic/openrtb-user/VrS4aY9wYD4 it should always be buyeruid
1 parent a6e78d4 commit 2e029f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openrtb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ type Geo struct {
210210
// frequency capping and retargeting.
211211
type User struct {
212212
ID string `json:"id,omitempty"` // Unique consumer ID of this user on the exchange
213-
BuyerID string `json:"buyerid,omitempty"` // Buyer-specific ID for the user as mapped by the exchange for the buyer. At least one of buyerid or id is recommended.
213+
BuyerUID string `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.
214214
YOB int `json:"yob,omitempty"` // Year of birth as a 4-digit integer.
215215
Gender string `json:"gender,omitempty"` // Gender ("M": male, "F" female, "O" Other)
216216
Keywords string `json:"keywords,omitempty"` // Comma separated list of keywords, interests, or intent

0 commit comments

Comments
 (0)