Skip to content

Commit

Permalink
[sc-12991] Upgrade to openRTB 2.6: changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Araknyfe committed Mar 29, 2024
1 parent 49c46b4 commit 79f7311
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion native1/response/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Data struct {
// Description:
// The formatted string of data to be displayed.
// Can contain a formatted value such as "5 stars" or "$10" or "3.4 stars out of 5".
Value string `json:"value"`
Value interface{} `json:"value"`

// Field:
// ext
Expand Down
3 changes: 0 additions & 3 deletions openrtb2/audio.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ type Audio struct {
// OpenRTB <=2.5 defined only protocols 1..10.
Protocols []adcom1.MediaCreativeSubtype `json:"protocols,omitempty"`

//+ // Array of supported audio protocols. Refer to List 5.8.
//+ Protocols []Protocol `json:"protocols,omitempty"` @todo(athenais): check how to impl that

// Attribute:
// startdelay
// Type:
Expand Down
28 changes: 0 additions & 28 deletions openrtb2/creative_attribute.go

This file was deleted.

0 comments on commit 79f7311

Please sign in to comment.