Skip to content

Commit

Permalink
Core: Bidders Ortb Version Update (#3406)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic authored Aug 26, 2024
1 parent 3e13b00 commit 56c9a4f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 20 deletions.
1 change: 1 addition & 0 deletions src/main/resources/bidder-config/freewheelssp.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapters:
freewheelssp:
endpoint: https://ads.stickyadstv.com/openrtb/dsp
ortb-version: "2.6"
modifyingVastXmlAllowed: true
meta-info:
maintainer-email: prebid-maintainer@freewheel.com
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/bidder-config/kargo.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapters:
kargo:
endpoint: https://krk.kargo.com/api/v1/openrtb
ortb-version: "2.6"
endpoint-compression: gzip
modifyingVastXmlAllowed: true
meta-info:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/bidder-config/mobilefuse.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapters:
mobilefuse:
endpoint: http://mfx.mobilefuse.com/openrtb?pub_id=
ortb-version: "2.6"
endpoint-compression: gzip
# This bidder does not operate globally. Please consider setting "disabled: true" outside of the following regions:
geoscope:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/bidder-config/pulsepoint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapters:
pulsepoint:
endpoint: http://bid.contextweb.com/header/s/ortb/prebid-s2s
ortb-version: "2.6"
meta-info:
maintainer-email: ExchangeTeam@pulsepoint.com
app-media-types:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bidder-config/vidazoo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ adapters:
usersync:
cookie-family-name: vidazoo
iframe:
url: https://sync.cootlogix.com/api/user/html/pbs_sync?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redirect={{redirect_url}}
url: https://sync.cootlogix.com/api/user/html/pbs_sync?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redirect={{redirect_url}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}
support-cors: false
uid-macro: '${userId}'
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@
"cur": [
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"regs" : {
"gdpr" : 0
},
"ext": {
"prebid": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@
"cur": [
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"regs" : {
"gdpr" : 0
},
"ext": {
"prebid": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@
"cur": [
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"regs" : {
"gdpr" : 0
},
"ext": {
"prebid": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
},
"ext": {
"prebid": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@
"cur": [
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"regs" : {
"gdpr" : 0
},
"ext": {
"prebid": {
Expand Down

0 comments on commit 56c9a4f

Please sign in to comment.