Skip to content

Commit 0aed4ee

Browse files
osulzhenkosergseven
authored andcommitted
Update Gothamads account passing (prebid#3555)
1 parent e9a462e commit 0aed4ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/prebid/server/bidder/gotthamads/GothamAdsBidder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class GothamAdsBidder implements Bidder<BidRequest> {
3434

3535
private static final TypeReference<ExtPrebid<?, GothamAdsImpExt>> TYPE_REFERENCE = new TypeReference<>() {
3636
};
37-
private static final String ACCOUNT_ID_MACRO = "{{AccountId}}";
37+
private static final String ACCOUNT_ID_MACRO = "{{AccountID}}";
3838
private static final String X_OPENRTB_VERSION = "2.5";
3939

4040
private final String endpointUrl;

src/test/java/org/prebid/server/bidder/gothamads/GothamAdsBidderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
public class GothamAdsBidderTest extends VertxTest {
4848

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

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

0 commit comments

Comments
 (0)