From 88ee484b39f58f8de675837e5a90820377704de0 Mon Sep 17 00:00:00 2001 From: Mikael Lundin Date: Mon, 11 Sep 2023 14:39:26 +0200 Subject: [PATCH] Changes according to feedback. --- adapters/adnuntius/adnuntius.go | 2 -- static/bidder-params/adnuntius.json | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/adapters/adnuntius/adnuntius.go b/adapters/adnuntius/adnuntius.go index 65389c06ba4..4480f8de229 100644 --- a/adapters/adnuntius/adnuntius.go +++ b/adapters/adnuntius/adnuntius.go @@ -371,8 +371,6 @@ func generateAdResponse(ad Ad, imp openrtb2.Imp, html string, request *openrtb2. adDomain = append(adDomain, domain) } - // strings.ToLower(str) - bid := openrtb2.Bid{ ID: ad.AdId, ImpID: imp.ID, diff --git a/static/bidder-params/adnuntius.json b/static/bidder-params/adnuntius.json index ff975501edb..f61fa68aaca 100644 --- a/static/bidder-params/adnuntius.json +++ b/static/bidder-params/adnuntius.json @@ -9,6 +9,10 @@ "type": "string", "description": "Placement ID" }, + "maxDeals": { + "type": "integer", + "description": "Specify how many deals that you want to return from the auction." + }, "network": { "type": "string", "description": "Network if required" @@ -16,6 +20,10 @@ "noCookies": { "type": "boolean", "description": "Disable cookies being set by the ad server." + }, + "priceType": { + "type": "string", + "description": "Allows you to specify Net or Gross bids." } },