I am reaching out to inquire about the "BidResponse proto could not be parsed" error. During AB testing, we have observed this error consistently for all responses. Upon reviewing the syntax, no apparent issues were found. However, the error persists in both JSON and Protobuf formats.
Below are the detailed BidResponse samples for your reference:
# Response JSon
{
"id": "_e92efedc-2e85-4083-8931-15d34694a91b",
"cur": "SGD",
"seatbid": [
{
"bid": [
{
"id": "vIflo0RGy3gI8J6Yj_4arA",
"impid": "1",
"price": 0.01035,
"nurl": " https://auc.test.com/v1/rtb.nurl?tag=7FSKQOXZPOUX&res_id=_e92efedc-2e85-4083-8931-15d34694a91b&auction_price=${AUCTION_PRICE}&min_win_auction_price=${AUCTION_MIN_TO_WIN}&is_cpvc=0&imp_id=1&imp_idx=0
",
"iurl": " https://creative.test.com/creatives/video/2024/12/03/17/20241203171328001.mp4
",
"lurl": " https://auc.test.com/v1/rtb.lurl?tag=7FSKQOXZPOUX&res_id=_e92efedc-2e85-4083-8931-15d34694a91b&lossreason=${AUCTION_LOSS}&min_win_auction_price=${AUCTION_MIN_TO_WIN}&is_cpvc=0&imp_id=1&imp_idx=0
",
"adm": " https://auc.test.com/v1/adm_vast?tid=_e92efedc-2e85-4083-8931-15d34694a91b&auction_price=${AUCTION_PRICE}
",
"adomain": [
" test.com
"
],
"bundle": "",
"cat": [],
"cid": "184_491",
"crid": "VIDEO_Creative_184_491_190",
"attr": [],
"adid": "VIDEO_Creative_184_491_190",
"w": 1920,
"h": 1080
}
],
"seat": "seat_id_0"
}
],
"bidid": "_e92efedc-2e85-4083-8931-15d34694a91b"
}
# Response ProtoBuf
id: "_673f52e6-dc01-4958-9408-2bf4dac16e17"
seatbid {
bid {
id: "Tj-5QRsKeRfgEHocPNHrUg"
impid: "1"
price: 0.010226
nurl: " https://auc.test.com/v1/rtb.nurl?tag=7FSKQOXZPOUX&res_id=_673f52e6-dc01-4958-9408-2bf4dac16e17&auction_price=${AUCTION_PRICE}&min_win_auction_price=${AUCTION_MIN_TO_WIN}&is_cpvc=0&imp_id=1&imp_idx=0
"
adm: " https://auc.test.com/v1/adm_vast?tid=_673f52e6-dc01-4958-9408-2bf4dac16e17&auction_price=${AUCTION_PRICE}
"
adomain: " test.com
"
iurl: " https://creative.test.com/creatives/video/2024/12/03/17/20241203171328001.mp4
"
cid: "184_491"
crid: "190"
bundle: ""
w: 1920
h: 1080
lurl: " https://auc.test.com/v1/rtb.lurl?tag=7FSKQOXZPOUX&res_id=_673f52e6-dc01-4958-9408-2bf4dac16e17&lossreason=${AUCTION_LOSS}&min_win_auction_price=${AUCTION_MIN_TO_WIN}&is_cpvc=0&imp_id=1&imp_idx=0
"
}
seat: "seat_id_0"
}
cur: "SGD"