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 viewdeos alias to use new pattern #3192

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 @@ -375,7 +375,6 @@ func newAdapterBuilders() map[openrtb_ext.BidderName]adapters.Builder {
openrtb_ext.BidderVideoByte: videobyte.Builder,
openrtb_ext.BidderVideoHeroes: videoheroes.Builder,
openrtb_ext.BidderVidoomy: vidoomy.Builder,
openrtb_ext.BidderViewdeos: adtelligent.Builder,
openrtb_ext.BidderVisibleMeasures: visiblemeasures.Builder,
openrtb_ext.BidderVisx: visx.Builder,
openrtb_ext.BidderVox: vox.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{
BidderVideoByte,
BidderVideoHeroes,
BidderVidoomy,
BidderViewdeos,
BidderVisibleMeasures,
BidderVisx,
BidderVox,
Expand Down Expand Up @@ -493,7 +492,6 @@ const (
BidderVideoByte BidderName = "videobyte"
BidderVideoHeroes BidderName = "videoheroes"
BidderVidoomy BidderName = "vidoomy"
BidderViewdeos BidderName = "viewdeos"
BidderVisibleMeasures BidderName = "visiblemeasures"
BidderVisx BidderName = "visx"
BidderVox BidderName = "vox"
Expand Down
10 changes: 1 addition & 9 deletions static/bidder-info/viewdeos.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
aliasOf: adtelligent
endpoint: "http://ghb.sync.viewdeos.com/pbs/ortb"
maintainer:
email: "[email protected]"
gvlVendorID: 924
capabilities:
app:
mediaTypes:
- banner
- video
site:
mediaTypes:
- banner
- video
userSync:
# viewdeos 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/viewdeos.json

This file was deleted.

Loading