Skip to content

Commit

Permalink
Fix Deal DurFloors Description
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxNode committed Nov 22, 2023
1 parent bea3d61 commit fcaa4c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openrtb2/deal.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ type Deal struct {
// Type:
// object array
// Description:
// An array of DurFloors objects (Section 3.2.35) indicating the floor
// prices for video creatives of various durations that the buyer may bid with.
// Container for floor price by duration information, to be used if a
// given deal is eligible for video or audio demand. An array of DurFloors
// objects (see Section 3.2.35).
DurFloors []DurFloors `json:"durfloors,omitempty"`

// Attribute:
Expand Down

0 comments on commit fcaa4c6

Please sign in to comment.