Skip to content

Commit

Permalink
migrate viewdeos alias to use new pattern (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
gargcreation1992 authored Oct 18, 2023
1 parent 32ddaca commit 9bfe196
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 @@ -377,7 +377,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 @@ -202,7 +202,6 @@ var coreBidderNames []BidderName = []BidderName{
BidderVideoByte,
BidderVideoHeroes,
BidderVidoomy,
BidderViewdeos,
BidderVisibleMeasures,
BidderVisx,
BidderVox,
Expand Down Expand Up @@ -490,7 +489,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.

0 comments on commit 9bfe196

Please sign in to comment.