Skip to content

Commit

Permalink
[sc-15142] Rubicon InApp: Add Blocklists attribute for App
Browse files Browse the repository at this point in the history
  • Loading branch information
Godefroi Roussel committed Jan 10, 2025
1 parent 0a965b5 commit ac21036
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openrtb2/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package openrtb2

import (
"encoding/json"

"github.com/prebid/openrtb/v20/adcom1"
)

Expand Down Expand Up @@ -145,6 +146,14 @@ type App struct {
// ‘keywords’ or ‘kwarray’ may be present.
Keywords string `json:"keywords,omitempty"`

// Attribute:
// blocklists
// Type:
// string array
// Description:
// Array of blocklist use for Rubicon
Blocklists []string `json:"blocklists,omitempty"`

// Attribute:
// kwarray
// Type:
Expand Down

0 comments on commit ac21036

Please sign in to comment.