-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for 2.6-202405 #65
base: master
Are you sure you want to change the base?
Conversation
// taxonomy to be used is defined by the cattax field. If no cattax field is | ||
// supplied IAB Content Taxonomy 1.0 is assumed. Only one of acat or bcat | ||
// should be present. | ||
repeated string acat = 23; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New.
// Indicates pod deduplication settings that will be applied to bid | ||
// responses. | ||
// PROVISIONAL in the OpenRTB specification. | ||
repeated int32 poddedupe = 36 [packed = true]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New.
// An array of `DurFloors` objects (Section 3.2.35) indicating the floor | ||
// prices for audio creatives of various durations that the buyer may bid | ||
// with. | ||
repeated DurFloors durfloors = 31; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New.
// Indicates that the deal is of type `guaranteed` and the bidder must | ||
// bid on the deal, where 0 = not a guaranteed deal, 1 = guaranteed | ||
// deal. | ||
optional int32 guar = 7 [default = 0]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This and mincpmpersec
and durfloors
are new in this object.
// when viewed on mobile devices, where 0 = no, 1 = yes. | ||
optional bool mobile = 15; | ||
// Array of keywords about the site. | ||
repeated string kwarray = 17; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New.
// App store URL for an installed app; for QAG 1.5 compliance. | ||
optional string storeurl = 16; | ||
// Array of keywords about the app. | ||
repeated string kwarray = 18; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New.
// Authorization for supply from the inventorypartnerdomain will be | ||
// published in the ads.txt file on the root of that domain. Refer to the | ||
// ads.txt 1.1 spec for more details. | ||
optional string inventorypartnerdomain = 19; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New.
optional string keywords = 9; | ||
|
||
// Array of keywords about the content. | ||
repeated string kwarray = 32; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New.
@@ -1674,6 +1743,9 @@ message BidRequest { | |||
// the alternate representation may require custom handling of the JSON. | |||
optional string keywords = 5; | |||
|
|||
// Array of keywords about the content. | |||
repeated string kwarray = 9; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New.
// For ad tech intermediaries, this would be the domain as used in | ||
// ads.txt. For publishers, this would match the domain in the site or | ||
// app object. | ||
optional string inserter = 3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes to this object are all for new fields.
// guarantees that they don't overlap. In cases where multiple ranges may | ||
// apply, it is up to the buyer and seller to coordinate on which floor is | ||
// applicable. | ||
message DurFloors { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New object.
// Referrer URL that caused navigation to the current page. | ||
optional string ref = 9; | ||
|
||
// Search string that caused navigation to the current page. | ||
optional string search = 10; | ||
|
||
// Indicates if the site has been programmed to optimize layout | ||
// when viewed on mobile devices, where 0 = no, 1 = yes. | ||
optional bool mobile = 15; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know why 14 is not present, was it used for something since deleted? (If yes, I want to reserve
it.)
Summary: