Skip to content

Commit

Permalink
Bidder geo scope in-line documentation (#3311)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Jan 8, 2024
1 parent 0f89ed6 commit c49e8ea
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 5 deletions.
5 changes: 4 additions & 1 deletion static/bidder-info/33across.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
endpoint: "https://ssc.33across.com/api/v1/s2s"
# This bidder does not operate globally. Please consider setting "disabled: true" in European datacenters.
geoscope:
- "!EEA"
maintainer:
email: "[email protected]"
gvlVendorID: 58
Expand All @@ -10,4 +13,4 @@ capabilities:
userSync:
iframe:
url: "https://ssc-cms.33across.com/ps/?m=xch&rt=html&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&ru={{.RedirectURL}}&id=zzz000000000002zzz"
userMacro: "33XUSERID33X"
userMacro: "33XUSERID33X"
4 changes: 4 additions & 0 deletions static/bidder-info/imds.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
endpoint: "https://pbs.technoratimedia.com/openrtb/bids/{{.AccountID}}?src={{.SourceId}}&adapter=imds"
# This bidder does not operate globally. Please consider setting "disabled: true" outside of the following regions:
geoscope:
- USA
- CAN
maintainer:
email: "[email protected]"
capabilities:
Expand Down
3 changes: 3 additions & 0 deletions static/bidder-info/lockerdome.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
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
maintainer:
email: "[email protected]"
capabilities:
Expand Down
2 changes: 2 additions & 0 deletions static/bidder-info/lunamedia.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
endpoint: "http://rtb.lunamedia.live/?pid={{.PublisherID}}"
geoscope:
- USA
maintainer:
email: "[email protected]"
capabilities:
Expand Down
6 changes: 5 additions & 1 deletion static/bidder-info/mobilefuse.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
endpoint: "http://mfx.mobilefuse.com/openrtb?pub_id={{.PublisherID}}"
# This bidder does not operate globally. Please consider setting "disabled: true" outside of the following regions:
geoscope:
- USA
- CAN
maintainer:
email: [email protected]
gvlVendorID: 909
Expand All @@ -8,4 +12,4 @@ capabilities:
- banner
- video
- native
endpointCompression: "GZIP"
endpointCompression: "GZIP"
14 changes: 11 additions & 3 deletions static/bidder-info/rubicon.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
endpoint: "http://exapi-us-east.rubiconproject.com/a/api/exchange.json"
# Contact [email protected] 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"
endpointCompression: GZIP
geoscope:
- global
disabled: true
xapi:
username: GET_FROM_MAGNITE
password: GET_FROM_MAGNITE
tracker: SAME_AS_USERNAME
maintainer:
email: "[email protected]"
gvlVendorID: 52
Expand All @@ -16,7 +25,6 @@ capabilities:
- video
- native
userSync:
# rubicon 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.
# rubicon supports user syncing, but requires configuration. Please contact [email protected].
supports:
- redirect
2 changes: 2 additions & 0 deletions static/bidder-info/smaato.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ capabilities:
- video
- native
userSync:
# This bidder does not sync when GDPR is in-scope. Please consider removing the usersync
# block when deploying to European datacenters
redirect:
url: "https://s.ad.smaato.net/c/?adExInit=p&redir={{.RedirectURL}}&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}"
userMacro: "$UID"
Expand Down

0 comments on commit c49e8ea

Please sign in to comment.