Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic committed Nov 14, 2023
1 parent 23fb596 commit d6658ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,45 +30,7 @@
"pubmatic": "{{ pubmatic.response_time_ms }}"
},
"prebid": {
"auctiontimestamp": 0,
"fledge": {
"auctionconfigs": [
{
"impid": "test-imp-id",
"bidder":"pubmatic",
"adapter":"pubmatic",
"config": {
"seller": "PUBMATIC_SELLER_CONSTANT_STRING",
"sellerTimeout": 123,
"decisionLogicUrl": "PUBMATIC_URL_CONSTANT_STRING",
"interestGroupBuyers": [
"somedomain1.com",
"somedomain2.com",
"somedomain3.com",
"somedomain4.com"
],
"perBuyerSignals": {
"somedomain1.com": {
"multiplier": 1,
"win_reporting_id": "1234"
},
"somedomain2.com": {
"multiplier": 2,
"win_reporting_id": "2345"
},
"somedomain3.com": {
"multiplier": 3,
"win_reporting_id": "3456"
},
"somedomain4.com": {
"multiplier": 4,
"win_reporting_id": "4567"
}
}
}
}
]
}
"auctiontimestamp": 0
},
"tmaxrequest": 5000
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,38 +19,5 @@
"seat": "seatId9",
"group": 0
}
],
"ext": {
"fledge_auction_configs": {
"test-imp-id": {
"seller": "PUBMATIC_SELLER_CONSTANT_STRING",
"sellerTimeout": 123,
"decisionLogicUrl": "PUBMATIC_URL_CONSTANT_STRING",
"interestGroupBuyers": [
"somedomain1.com",
"somedomain2.com",
"somedomain3.com",
"somedomain4.com"
],
"perBuyerSignals": {
"somedomain1.com": {
"multiplier": 1,
"win_reporting_id": "1234"
},
"somedomain2.com": {
"multiplier": 2,
"win_reporting_id": "2345"
},
"somedomain3.com": {
"multiplier": 3,
"win_reporting_id": "3456"
},
"somedomain4.com": {
"multiplier": 4,
"win_reporting_id": "4567"
}
}
}
}
}
]
}

0 comments on commit d6658ee

Please sign in to comment.