Skip to content

Commit

Permalink
migrate janet alias to use new pattern (prebid#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
gargcreation1992 authored and svamiftah committed Nov 21, 2023
1 parent a17e6a2 commit fa8b1d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 38 deletions.
1 change: 0 additions & 1 deletion exchange/adapter_builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ func newAdapterBuilders() map[openrtb_ext.BidderName]adapters.Builder {
openrtb_ext.BidderOutbrain: outbrain.Builder,
openrtb_ext.BidderOwnAdx: ownadx.Builder,
openrtb_ext.BidderPangle: pangle.Builder,
openrtb_ext.BidderPGAM: adtelligent.Builder,
openrtb_ext.BidderPGAMSsp: pgamssp.Builder,
openrtb_ext.BidderPubmatic: pubmatic.Builder,
openrtb_ext.BidderPubnative: pubnative.Builder,
Expand Down
2 changes: 0 additions & 2 deletions openrtb_ext/bidders.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ var coreBidderNames []BidderName = []BidderName{
BidderOutbrain,
BidderOwnAdx,
BidderPangle,
BidderPGAM,
BidderPGAMSsp,
BidderPubmatic,
BidderPubnative,
Expand Down Expand Up @@ -446,7 +445,6 @@ const (
BidderOutbrain BidderName = "outbrain"
BidderOwnAdx BidderName = "ownadx"
BidderPangle BidderName = "pangle"
BidderPGAM BidderName = "pgam"
BidderPGAMSsp BidderName = "pgamssp"
BidderPubmatic BidderName = "pubmatic"
BidderPubnative BidderName = "pubnative"
Expand Down
10 changes: 1 addition & 9 deletions static/bidder-info/pgam.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
aliasOf: adtelligent
endpoint: "http://ghb.pgamssp.com/pbs/ortb"
maintainer:
email: "[email protected]"
capabilities:
app:
mediaTypes:
- banner
- video
site:
mediaTypes:
- banner
- video
userSync:
# PGAM ssp supports user syncing, but requires configuration by the host. contact this
# bidder directly at the email address in this file to ask about enabling user sync.
Expand Down
26 changes: 0 additions & 26 deletions static/bidder-params/pgam.json

This file was deleted.

0 comments on commit fa8b1d1

Please sign in to comment.