Skip to content

Commit

Permalink
Validate bid.ext containing adaptercode in simple banner E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
bsardo committed May 8, 2024
1 parent 8d9e88e commit 9d7f815
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,17 @@
{
"id": "appnexus-bid",
"impid": "some-impression-id",
"price": 0
"price": 0,
"ext": {
"origbidcpm": 0,
"origbidcur": "USD",
"prebid": {
"meta": {
"adaptercode": "appnexus"
},
"type": "banner"
}
}
}
],
"seat": "appnexus"
Expand Down

0 comments on commit 9d7f815

Please sign in to comment.