Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class GothamAdsBidder implements Bidder<BidRequest> {

private static final TypeReference<ExtPrebid<?, GothamAdsImpExt>> TYPE_REFERENCE = new TypeReference<>() {
};
private static final String ACCOUNT_ID_MACRO = "{{AccountId}}";
private static final String ACCOUNT_ID_MACRO = "{{AccountID}}";
private static final String X_OPENRTB_VERSION = "2.5";

private final String endpointUrl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

public class GothamAdsBidderTest extends VertxTest {

private static final String ENDPOINT_URL = "https://test-url.com/?pass={{AccountId}}";
private static final String ENDPOINT_URL = "https://test-url.com/?pass={{AccountID}}";

private final GothamAdsBidder target = new GothamAdsBidder(ENDPOINT_URL, jacksonMapper);

Expand Down