Skip to content

Commit

Permalink
OpenRTB v2.6-202402 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxNode authored Apr 17, 2024
1 parent 3dee7e9 commit 1845ce2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions adcom1/pod_dedupe.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package adcom1

// PodDedupe
//
// Types of pod deduplication settings.
type PodDedupe int8

const (
PodDedupeADomain PodDedupe = 1
PodDedupeIABCategory PodDedupe = 2
PodDedupeCreativeID PodDedupe = 3
PodDedupeMediafileURL PodDedupe = 4
)
9 changes: 9 additions & 0 deletions openrtb2/video.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,15 @@ type Video struct {
// attribute with the particular banner (Section 3.2.6).
CompanionType []adcom1.CompanionType `json:"companiontype,omitempty"`

// Attribute:
// poddedupe
// Type:
// enum array; provisional
// Description:
// Indicates pod deduplication settings that will be applied to bid
// responses. Refer to List: Pod Deduplication in AdCOM 1.0.
PodDedupe []adcom1.PodDedupe `json:"poddedupe,omitempty"`

// Attribute:
// durfloors
// Type:
Expand Down

0 comments on commit 1845ce2

Please sign in to comment.