This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
forked from prebid/prebid-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: no bids from bidder handling (prebid#1252)
Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
- Loading branch information
1 parent
2d1e5a7
commit 6c8816f
Showing
4 changed files
with
386 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
227 changes: 227 additions & 0 deletions
227
exchange/exchangetest/request-multi-bidders-debug-info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,227 @@ | ||
{ | ||
"incomingRequest": { | ||
"ortbRequest": { | ||
"test": 1, | ||
"id": "some-request-id", | ||
"site": { | ||
"page": "test.somepage.com" | ||
}, | ||
"imp": [ | ||
{ | ||
"id": "my-imp-id", | ||
"video": { | ||
"mimes": [ | ||
"video/mp4" | ||
] | ||
}, | ||
"ext": { | ||
"appnexus": { | ||
"placementId": 1 | ||
}, | ||
"audienceNetwork": { | ||
"placementId": "some-placement" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "imp-id-2", | ||
"video": { | ||
"mimes": [ | ||
"video/mp4" | ||
] | ||
}, | ||
"ext": { | ||
"appnexus": { | ||
"placementId": 2 | ||
}, | ||
"audienceNetwork": { | ||
"placementId": "some-other-placement" | ||
} | ||
} | ||
} | ||
], | ||
"ext": { | ||
"prebid": { | ||
"targeting": { | ||
"durationRangeSec": [ | ||
15, | ||
30 | ||
], | ||
"includebrandcategory": { | ||
"primaryadserver": 1, | ||
"publisher": "", | ||
"withCategory": true, | ||
"translateCategories": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"outgoingRequests": { | ||
"appnexus": { | ||
"mockResponse": { | ||
"httpCalls": [ | ||
{ | ||
"uri": "appnexusTest.com", | ||
"requestbody": "appnexusTestRequestBody", | ||
"responsebody": "appnexusTestResponseBody", | ||
"status": 200 | ||
} | ||
], | ||
"pbsSeatBid": { | ||
"pbsBids": [ | ||
{ | ||
"ortbBid": { | ||
"id": "winning-bid", | ||
"impid": "my-imp-id", | ||
"price": 12.00, | ||
"w": 200, | ||
"h": 250, | ||
"crid": "creative-1", | ||
"cat": [ | ||
"IAB1-1" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"audienceNetwork": { | ||
"mockResponse": { | ||
"httpCalls": [ | ||
{ | ||
"uri": "audienceNetworkTest.com", | ||
"requestbody": "audienceNetworkTestRequestBody", | ||
"responsebody": "audienceNetworkTestResponseBody", | ||
"status": 200 | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"response": { | ||
"bids": { | ||
"id": "some-request-id", | ||
"seatbid": [ | ||
{ | ||
"seat": "appnexus", | ||
"bid": [ | ||
{ | ||
"id": "winning-bid", | ||
"impid": "my-imp-id", | ||
"price": 12.00, | ||
"w": 200, | ||
"h": 250, | ||
"crid": "creative-1", | ||
"cat": [ | ||
"IAB1-1" | ||
], | ||
"ext": { | ||
"prebid": { | ||
"type": "", | ||
"targeting": { | ||
"hb_bidder": "appnexus", | ||
"hb_bidder_appnexus": "appnexus", | ||
"hb_cache_host": "www.pbcserver.com", | ||
"hb_cache_host_appnex": "www.pbcserver.com", | ||
"hb_cache_path": "/pbcache/endpoint", | ||
"hb_cache_path_appnex": "/pbcache/endpoint", | ||
"hb_size": "200x250", | ||
"hb_size_appnexus": "200x250", | ||
"hb_pb": "12.00", | ||
"hb_pb_appnexus": "12.00", | ||
"hb_pb_cat_dur": "12.00_VideoGames_15s", | ||
"hb_pb_cat_dur_appnex": "12.00_VideoGames_15s" | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"ext": { | ||
"debug": { | ||
"httpcalls": { | ||
"appnexus": [ | ||
{ | ||
"uri": "appnexusTest.com", | ||
"requestbody": "appnexusTestRequestBody", | ||
"responsebody": "appnexusTestResponseBody", | ||
"status": 200 | ||
} | ||
], | ||
"audienceNetwork": [ | ||
{ | ||
"uri": "audienceNetworkTest.com", | ||
"requestbody": "audienceNetworkTestRequestBody", | ||
"responsebody": "audienceNetworkTestResponseBody", | ||
"status": 200 | ||
} | ||
] | ||
}, | ||
"resolvedrequest": { | ||
"id": "some-request-id", | ||
"imp": [ | ||
{ | ||
"id": "my-imp-id", | ||
"video": { | ||
"mimes": [ | ||
"video/mp4" | ||
] | ||
}, | ||
"ext": { | ||
"appnexus": { | ||
"placementId": 1 | ||
}, | ||
"audienceNetwork": { | ||
"placementId": "some-placement" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "imp-id-2", | ||
"video": { | ||
"mimes": [ | ||
"video/mp4" | ||
] | ||
}, | ||
"ext": { | ||
"appnexus": { | ||
"placementId": 2 | ||
}, | ||
"audienceNetwork": { | ||
"placementId": "some-other-placement" | ||
} | ||
} | ||
} | ||
], | ||
"site": { | ||
"page": "test.somepage.com" | ||
}, | ||
"test": 1, | ||
"ext": { | ||
"prebid": { | ||
"targeting": { | ||
"durationRangeSec": [ | ||
15, | ||
30 | ||
], | ||
"includebrandcategory": { | ||
"primaryadserver": 1, | ||
"publisher": "", | ||
"withCategory": true, | ||
"translateCategories": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
|
Oops, something went wrong.