You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -69,4 +69,4 @@ To maintain consistency across adapters:
- Blocking code.
- Fully dynamic hostnames in URLs.
- Non-thread-safe code (bidder adapters should not store state internally).
6. If an adapter has no special logic, consider using an alias to `Generic` instead.
6. If an adapter has no special logic, consider using an alias to `Generic` instead. In this case, there will still need to be an integration test for this bidder. e.g. src/test/java/org/prebid/server/it/BidderNameTest.java