Skip to content

Commit c532735

Browse files
committed
Tappx Adapter: Add GPID support
1 parent 1dd6e6b commit c532735

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/main/java/org/prebid/server/bidder/tappx/TappxBidder.java

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

3737
public class TappxBidder implements Bidder<BidRequest> {
3838

39-
private static final String VERSION = "1.4";
39+
private static final String VERSION = "1.6";
4040
private static final String TYPE_CNN = "prebid";
4141

4242
private static final TypeReference<ExtPrebid<?, ExtImpTappx>> TAPX_EXT_TYPE_REFERENCE =

src/test/resources/org/prebid/server/it/openrtb2/tappx/test-auction-tappx-request.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"tappxkey": "pub-12345-android-9876",
1313
"endpoint": "test",
1414
"bidfloor": 1.5
15-
}
15+
},
16+
"gpid": "/19968336/header-bid-tag-0"
1617
}
1718
}
1819
],

src/test/resources/org/prebid/server/it/openrtb2/tappx/test-tappx-bid-request.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"tappxkey": "pub-12345-android-9876",
1616
"endpoint": "test",
1717
"bidfloor": 1.5
18-
}
18+
},
19+
"gpid": "/19968336/header-bid-tag-0"
1920
}
2021
}
2122
],

0 commit comments

Comments
 (0)