Skip to content

Commit

Permalink
Changes according to feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikael-lundin committed Sep 11, 2023
1 parent d0f130d commit 88ee484
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adapters/adnuntius/adnuntius.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 8 additions & 0 deletions static/bidder-params/adnuntius.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,21 @@
"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"
},
"noCookies": {
"type": "boolean",
"description": "Disable cookies being set by the ad server."
},
"priceType": {
"type": "string",
"description": "Allows you to specify Net or Gross bids."
}
},

Expand Down

0 comments on commit 88ee484

Please sign in to comment.