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: bidrequest.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ type BidRequest struct {
27
27
TimeMaxint`json:"tmax,omitempty"`// Maximum amount of time in milliseconds to submit a bid
28
28
Seats []string`json:"wseat,omitempty"`// Array of buyer seats allowed to bid on this auction
29
29
BlockedSeats []string`json:"bseat,omitempty"`// Array of buyer seats blocked to bid on this auction
30
-
Languages []string`json:"wlang,omitempty"`// Array of languages for creatives using ISO-639-1-alpha-2
30
+
Languages []string`json:"wlang,omitempty"`// Allowed list of languages for creatives using ISO-639-1-alpha-2. Omission implies no specific restrictions, but buyers would be advised to consider language attribute in the Device and/or Content objects if available. Only one of wlang or wlangb should be present.
31
+
LanguagesB []string`json:"wlangb,omitempty"`// Allowed list of languages for creatives using IETF BCP 47I. Omission implies no specific restrictions, but buyers would be advised to consider language attribute in the Device and/or Content objects if available. Only one of wlang or wlangb should be present.
31
32
AllImpressionsint`json:"allimps,omitempty"`// Flag to indicate whether exchange can verify that all impressions offered represent all of the impressions available in context, Default: 0
32
33
Currencies []string`json:"cur,omitempty"`// Array of allowed currencies
Lengthint`json:"len,omitempty"`// Length of content in seconds; appropriate for video or audio.
33
34
Languagestring`json:"language,omitempty"`// Content language using ISO-639-1-alpha-2.
35
+
LanguageBstring`json:"langb,omitempty"`// Content language using IETF BCP 47. Only one of language or langb should be present.
34
36
Embeddableint`json:"embeddable,omitempty"`// Indicator of whether or not the content is embeddable (e.g., an embeddable video player), where 0 = no, 1 = yes.
35
37
Data []Data`json:"data,omitempty"`// Additional content data.
36
38
Network*ChannelEntity`json:"network,omitempty"`// Details about the network the content is on.
37
39
Channel*ChannelEntity`json:"channel,omitempty"`// Details about the channel the content is on.
38
40
KwArray []string`json:"kwarray,omitempty"`// Array of keywords about the site. Only one of ‘keywords’ or‘kwarray’ may be present.
39
-
CategoryTaxonomyCategoryTaxonomy`json:"cattax,omitempty"`// Defines the taxonomy in use.
40
-
LangBstring`json:"langb,omitempty"`// Language of the creative using IETF BCP 47. Only one of language or langb should be present.
0 commit comments