Skip to content
Open
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
17 changes: 17 additions & 0 deletions src/main/resources/bidder-config/teqblaze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,23 @@ adapters:
mata-info:
maintainer-email: support@gravite.net
vendor-id: 377
progx:
enabled: false
endpoint: https://us-east.progrtb.com/pserver
meta-info:
maintainer-email: pxteam@programmaticx.ai
vendor-id: 1344
usersync:
enabled: true
cookie-family-name: progx
iframe:
url: https://sync.progrtb.com/pbserverIframe?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&pbserverUrl={{.RedirectURL}}
support-cors: false
uid-macro: '[UID]'
redirect:
url: https://sync.progrtb.com/pbserver?gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&redir={{redirect_url}}
support-cors: false
uid-macro: '[UID]'
meta-info:
maintainer-email: github@teqblaze.com
app-media-types:
Expand Down
13 changes: 0 additions & 13 deletions src/main/resources/bidder-config/vidazoo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ adapters:
vidazoo:
endpoint: https://prebidsrvr.cootlogix.com/openrtb/
aliases:
progx:
enabled: false
endpoint: https://exchange.programmaticx.ai/openrtb/
meta-info:
maintainer-email: pxteam@programmaticx.ai
vendor-id: 1344
usersync:
enabled: true
cookie-family-name: progx
iframe:
url: https://sync.programmaticx.ai/api/user/html/685297194d85991a5e6e36dd?pbs=true&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}'
omnidex:
endpoint: https://exchange.omni-dex.io/openrtb/
usersync:
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/prebid/server/it/ProgxTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ProgxTest extends IntegrationTest {
@Test
public void openrtb2AuctionShouldRespondWithBidsFromProgx() throws IOException, JSONException {
// given
WIRE_MOCK_RULE.stubFor(post(urlPathEqualTo("/progx-exchange/connectionId"))
WIRE_MOCK_RULE.stubFor(post(urlPathEqualTo("/progx-exchange/"))
.withRequestBody(equalToJson(jsonFrom("openrtb2/progx/test-progx-bid-request.json")))
.willReturn(aResponse().withBody(jsonFrom("openrtb2/progx/test-progx-bid-response.json"))));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
"imp": [
{
"id": "imp_id",
"secure": 1,
"banner": {
"w": 320,
"w": 300,
"h": 250
},
"ext": {
"progx": {
"cId": "connectionId"
"placementId": "testPlacementId"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@
"id": "bid_id",
"impid": "imp_id",
"exp": 300,
"price": 0.01,
"adid": "2068416",
"cid": "8048",
"crid": "24080",
"price": 3.33,
"crid": "creativeId",
"mtype": 1,
"ext": {
"origbidcpm": 3.33,
"prebid": {
"type": "banner",
"meta": {
"adaptercode": "progx"
}
},
"origbidcpm": 0.01
}
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@
"imp": [
{
"id": "imp_id",
"secure": 1,
"banner": {
"w": 320,
"w": 300,
"h": 250
},
"secure": 1,
"ext": {
"tid": "${json-unit.any-string}",
"bidder": {
"cId": "connectionId"
"type": "publisher",
"placementId": "testPlacementId"
}
}
}
],
"source": {
"tid": "${json-unit.any-string}"
},
"site": {
"domain": "www.example.com",
"page": "http://www.example.com",
Expand All @@ -38,8 +35,13 @@
"cur": [
"USD"
],
"source": {
"tid": "${json-unit.any-string}"
},
"regs": {
"ext": {
"gdpr": 0
}
},
"ext": {
"prebid": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"id": "tid",
"id": "request_id",
"seatbid": [
{
"bid": [
{
"crid": "24080",
"adid": "2068416",
"price": 0.01,
"id": "bid_id",
"impid": "imp_id",
"cid": "8048",
"mtype": 1
"price": 3.33,
"crid": "creativeId",
"mtype": 1,
"ext": {
"prebid": {
"type": "banner"
}
}
}
],
"type": "banner"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,8 @@ adapters.teqblaze.aliases.appStockSSP.enabled=true
adapters.teqblaze.aliases.appStockSSP.endpoint=http://localhost:8090/appstockssp-exchange
adapters.teqblaze.aliases.gravite.enabled=true
adapters.teqblaze.aliases.gravite.endpoint=http://localhost:8090/gravite-exchange
adapters.teqblaze.aliases.progx.enabled=true
adapters.teqblaze.aliases.progx.endpoint=http://localhost:8090/progx-exchange/
adapters.theadx.enabled=true
adapters.theadx.endpoint=http://localhost:8090/theadx-exchange
adapters.tradplus.enabled=true
Expand Down Expand Up @@ -637,8 +639,6 @@ adapters.xeworks.aliases.adipolo.enabled=true
adapters.xeworks.aliases.adipolo.endpoint=http://localhost:8090/adipolo-exchange
adapters.vidazoo.enabled=true
adapters.vidazoo.endpoint=http://localhost:8090/vidazoo-exchange/
adapters.vidazoo.aliases.progx.enabled=true
adapters.vidazoo.aliases.progx.endpoint=http://localhost:8090/progx-exchange/
adapters.vidazoo.aliases.omnidex.enabled=true
adapters.vidazoo.aliases.omnidex.endpoint=http://localhost:8090/omnidex-exchange/
adapters.vidazoo.aliases.tagoras.enabled=true
Expand Down
Loading