Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate streamkey alias to use new pattern #3191

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion exchange/adapter_builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ func newAdapterBuilders() map[openrtb_ext.BidderName]adapters.Builder {
openrtb_ext.BidderSonobi: sonobi.Builder,
openrtb_ext.BidderSovrn: sovrn.Builder,
openrtb_ext.BidderSspBC: sspBC.Builder,
openrtb_ext.BidderStreamkey: adtelligent.Builder,
openrtb_ext.BidderSuntContent: suntContent.Builder,
openrtb_ext.BidderStroeerCore: stroeerCore.Builder,
openrtb_ext.BidderSynacormedia: imds.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 @@ -184,7 +184,6 @@ var coreBidderNames []BidderName = []BidderName{
BidderSonobi,
BidderSovrn,
BidderSspBC,
BidderStreamkey,
BidderStroeerCore,
BidderSuntContent,
BidderSynacormedia,
Expand Down Expand Up @@ -473,7 +472,6 @@ const (
BidderSonobi BidderName = "sonobi"
BidderSovrn BidderName = "sovrn"
BidderSspBC BidderName = "sspBC"
BidderStreamkey BidderName = "streamkey"
BidderStroeerCore BidderName = "stroeerCore"
BidderSuntContent BidderName = "suntContent"
BidderSynacormedia BidderName = "synacormedia"
Expand Down
1 change: 1 addition & 0 deletions static/bidder-info/streamkey.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
aliasOf: adtelligent
endpoint: "http://ghb.hb.streamkey.net/pbs/ortb"
maintainer:
email: "[email protected]"
Expand Down
26 changes: 0 additions & 26 deletions static/bidder-params/streamkey.json

This file was deleted.

Loading