Skip to content

Commit

Permalink
Migrate yahoossp alias of yahooAds to use new pattern (#3208)
Browse files Browse the repository at this point in the history
* Migrate yahoossp alias of yahooAds to use new pattern
Co-authored-by: Scott Kay <[email protected]>
  • Loading branch information
Sonali-More-Xandr authored Nov 27, 2023
1 parent 4cc2faa commit eb79f41
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 33 deletions.
1 change: 0 additions & 1 deletion exchange/adapter_builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ func newAdapterBuilders() map[openrtb_ext.BidderName]adapters.Builder {
openrtb_ext.BidderVrtcal: vrtcal.Builder,
openrtb_ext.BidderXeworks: xeworks.Builder,
openrtb_ext.BidderYahooAds: yahooAds.Builder,
openrtb_ext.BidderYahooSSP: yahooAds.Builder,
openrtb_ext.BidderYeahmobi: yeahmobi.Builder,
openrtb_ext.BidderYieldlab: yieldlab.Builder,
openrtb_ext.BidderYieldmo: yieldmo.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 @@ -204,7 +204,6 @@ var coreBidderNames []BidderName = []BidderName{
BidderVrtcal,
BidderXeworks,
BidderYahooAds,
BidderYahooSSP,
BidderYeahmobi,
BidderYieldlab,
BidderYieldmo,
Expand Down Expand Up @@ -485,7 +484,6 @@ const (
BidderVrtcal BidderName = "vrtcal"
BidderXeworks BidderName = "xeworks"
BidderYahooAds BidderName = "yahooAds"
BidderYahooSSP BidderName = "yahoossp"
BidderYeahmobi BidderName = "yeahmobi"
BidderYieldlab BidderName = "yieldlab"
BidderYieldmo BidderName = "yieldmo"
Expand Down
12 changes: 1 addition & 11 deletions static/bidder-info/yahoossp.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
endpoint: "https://s2shb.ssp.yahoo.com/admax/bid/partners/PBS"
aliasOf: yahooAds
maintainer:
email: "[email protected]"
gvlVendorID: 25
capabilities:
app:
mediaTypes:
- banner
- video
site:
mediaTypes:
- banner
- video
userSync:
# yahoossp 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
19 changes: 0 additions & 19 deletions static/bidder-params/yahoossp.json

This file was deleted.

0 comments on commit eb79f41

Please sign in to comment.