Skip to content

Commit

Permalink
Made changes regarding GitHub reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
pixfuture-media committed Jan 31, 2025
1 parent 3f13c25 commit a407b22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 49 deletions.
44 changes: 0 additions & 44 deletions docs/pixfuture.md

This file was deleted.

2 changes: 1 addition & 1 deletion exchange/adapter_builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ func newAdapterBuilders() map[openrtb_ext.BidderName]adapters.Builder {
openrtb_ext.BidderOwnAdx: ownadx.Builder,
openrtb_ext.BidderPangle: pangle.Builder,
openrtb_ext.BidderPGAMSsp: pgamssp.Builder,
openrtb_ext.BidderPixfuture: pixfuture.Builder,
openrtb_ext.BidderPlaydigo: playdigo.Builder,
openrtb_ext.BidderPubmatic: pubmatic.Builder,
openrtb_ext.BidderPubnative: pubnative.Builder,
Expand Down Expand Up @@ -467,6 +468,5 @@ func newAdapterBuilders() map[openrtb_ext.BidderName]adapters.Builder {
openrtb_ext.BidderZeroClickFraud: zeroclickfraud.Builder,
openrtb_ext.BidderZetaGlobalSsp: zeta_global_ssp.Builder,
openrtb_ext.BidderZmaticoo: zmaticoo.Builder,
openrtb_ext.BidderPixfuture: pixfuture.Builder,
}
}
2 changes: 1 addition & 1 deletion openrtb_ext/bidders.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ const (
BidderOwnAdx BidderName = "ownadx"
BidderPangle BidderName = "pangle"
BidderPGAMSsp BidderName = "pgamssp"
BidderPixfuture BidderName = "pixfuture"
BidderPlaydigo BidderName = "playdigo"
BidderPubmatic BidderName = "pubmatic"
BidderPubrise BidderName = "pubrise"
Expand Down Expand Up @@ -590,7 +591,6 @@ const (
BidderZeroClickFraud BidderName = "zeroclickfraud"
BidderZetaGlobalSsp BidderName = "zeta_global_ssp"
BidderZmaticoo BidderName = "zmaticoo"
BidderPixfuture BidderName = "pixfuture"
)

// CoreBidderNames returns a slice of all core bidders.
Expand Down
6 changes: 3 additions & 3 deletions static/bidder-params/pixfuture.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"title": "PixFuture Adapter Params",
"description": "A schema which validates params accepted by the PixFuture adapter",
"type": "object",

"properties": {
"properties": {
"pix_id": {
"type": "string",
"description": "PixFuture placement ID"
"description": "PixFuture placement ID",
"minLength": 3
}
},

Expand Down

0 comments on commit a407b22

Please sign in to comment.