Skip to content

Commit

Permalink
adding geoscope entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg committed Jan 9, 2024
1 parent 8095eda commit 6496825
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/resources/bidder-config/imds.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
adapters:
imds:
# This bidder does not operate globally. Please consider setting "disabled: true" outside of the following regions:
geoscope:
- USA
- CAN
deprecated-names: synacormedia
aliases:
synacormedia:
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/bidder-config/lockerdome.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
adapters:
lockerdome:
endpoint: https://lockerdome.com/ladbid/prebidserver/openrtb2
# This bidder does not operate globally. Please consider setting "disabled: true" outside of the following regions:
geoscope:
- USA
meta-info:
maintainer-email: bidding@lockerdome.com
app-media-types:
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/bidder-config/lunamedia.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
adapters:
lunamedia:
endpoint: http://rtb.lunamedia.live/?pid=
# This bidder does not operate globally. Please consider setting "disabled: true" outside of the following regions:
geoscope:
- USA
meta-info:
maintainer-email: cs@lunamedia.io
app-media-types:
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/bidder-config/mobilefuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ adapters:
mobilefuse:
endpoint: http://mfx.mobilefuse.com/openrtb?pub_id=
endpoint-compression: gzip
# This bidder does not operate globally. Please consider setting "disabled: true" outside of the following regions:
geoscope:
- USA
- CAN
meta-info:
maintainer-email: prebid@mobilefuse.com
app-media-types:
Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/bidder-config/rubicon.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
adapters:
rubicon:
ortb-version: "2.6"
endpoint: http://exapi-us-east.rubiconproject.com/a/api/exchange.json
# Contact global-support@magnite.com to ask about enabling a connection to the Magnite (formerly Rubicon) exchange.
# We have the following regional endpoint domains: exapi-us-east, exapi-us-west, exapi-apac, exapi-eu
# Please deploy this config in each of your datacenters with the appropriate regional subdomain
endpoint: "https://REGION.rubiconproject.com/a/api/exchange"
endpoint-compression: gzip
geoscope:
- global
aliases:
magnite:
enabled: false
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/bidder-config/smaato.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ adapters:
- video
supported-vendors:
vendor-id: 82
# This bidder does not sync when GDPR is in-scope. Please consider removing the usersync
# block when deploying to European datacenters
usersync:
cookie-family-name: smaato
redirect:
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/bidder-config/thirtythreeacross.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
adapters:
thirtythreeacross:
endpoint: https://ssc.33across.com/api/v1/s2s
# This bidder does not operate globally. Please consider setting "disabled: true" in European datacenters.
geoscope:
- "!EEA"
aliases:
33across:
enabled: false
Expand Down

0 comments on commit 6496825

Please sign in to comment.