Skip to content

Commit

Permalink
migrate apacdex aliases to use new pattern (prebid#3184)
Browse files Browse the repository at this point in the history
co-authored: @onkarvhanumante
  • Loading branch information
onkarvhanumante authored Oct 18, 2023
1 parent 91881fe commit ac7a0d4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 110 deletions.
2 changes: 0 additions & 2 deletions exchange/adapter_builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ func newAdapterBuilders() map[openrtb_ext.BidderName]adapters.Builder {
openrtb_ext.BidderPubnative: pubnative.Builder,
openrtb_ext.BidderPulsepoint: pulsepoint.Builder,
openrtb_ext.BidderPWBid: pwbid.Builder,
openrtb_ext.BidderQuantumdex: apacdex.Builder,
openrtb_ext.BidderRevcontent: revcontent.Builder,
openrtb_ext.BidderRichaudience: richaudience.Builder,
openrtb_ext.BidderRise: rise.Builder,
Expand Down Expand Up @@ -368,7 +367,6 @@ func newAdapterBuilders() map[openrtb_ext.BidderName]adapters.Builder {
openrtb_ext.BidderUndertone: undertone.Builder,
openrtb_ext.BidderUnicorn: unicorn.Builder,
openrtb_ext.BidderUnruly: unruly.Builder,
openrtb_ext.BidderValueImpression: apacdex.Builder,
openrtb_ext.BidderVideoByte: videobyte.Builder,
openrtb_ext.BidderVideoHeroes: videoheroes.Builder,
openrtb_ext.BidderVidoomy: vidoomy.Builder,
Expand Down
4 changes: 0 additions & 4 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{
BidderPubnative,
BidderPulsepoint,
BidderPWBid,
BidderQuantumdex,
BidderRevcontent,
BidderRichaudience,
BidderRise,
Expand Down Expand Up @@ -193,7 +192,6 @@ var coreBidderNames []BidderName = []BidderName{
BidderUndertone,
BidderUnicorn,
BidderUnruly,
BidderValueImpression,
BidderVideoByte,
BidderVideoHeroes,
BidderVidoomy,
Expand Down Expand Up @@ -436,7 +434,6 @@ const (
BidderPubnative BidderName = "pubnative"
BidderPulsepoint BidderName = "pulsepoint"
BidderPWBid BidderName = "pwbid"
BidderQuantumdex BidderName = "quantumdex"
BidderRevcontent BidderName = "revcontent"
BidderRichaudience BidderName = "richaudience"
BidderRise BidderName = "rise"
Expand Down Expand Up @@ -474,7 +471,6 @@ const (
BidderUndertone BidderName = "undertone"
BidderUnicorn BidderName = "unicorn"
BidderUnruly BidderName = "unruly"
BidderValueImpression BidderName = "valueimpression"
BidderVideoByte BidderName = "videobyte"
BidderVideoHeroes BidderName = "videoheroes"
BidderVidoomy BidderName = "vidoomy"
Expand Down
21 changes: 1 addition & 20 deletions static/bidder-info/quantumdex.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
endpoint: "http://useast.quantumdex.io/auction/pbs"
maintainer:
email: "[email protected]"
modifyingVastXmlAllowed: false
capabilities:
app:
mediaTypes:
- banner
- video
site:
mediaTypes:
- banner
- video
userSync:
iframe:
url: https://sync.quantumdex.io/usersync/pbs?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&r={{.RedirectURL}}
userMacro: "[UID]"
redirect:
url: "https://sync.quantumdex.io/getuid?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&r={{.RedirectURL}}"
userMacro: "[UID]"
aliasOf: "apacdex"
21 changes: 1 addition & 20 deletions static/bidder-info/valueimpression.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
endpoint: "http://useast.quantumdex.io/auction/pbs"
maintainer:
email: "[email protected]"
modifyingVastXmlAllowed: false
capabilities:
app:
mediaTypes:
- banner
- video
site:
mediaTypes:
- banner
- video
userSync:
iframe:
url: https://sync.quantumdex.io/usersync/pbs?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&r={{.RedirectURL}}
userMacro: "[UID]"
redirect:
url: "https://sync.quantumdex.io/getuid?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&r={{.RedirectURL}}"
userMacro: "[UID]"
aliasOf: "apacdex"
32 changes: 0 additions & 32 deletions static/bidder-params/quantumdex.json

This file was deleted.

32 changes: 0 additions & 32 deletions static/bidder-params/valueimpression.json

This file was deleted.

0 comments on commit ac7a0d4

Please sign in to comment.