Skip to content

Commit e2233f5

Browse files
committed
feat: add TRADPLUS ad revenue constant
1 parent 6b58557 commit e2233f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Adjust/sdk-core/src/main/java/com/adjust/sdk/AdjustConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public class AdjustConfig {
7070
public static final String AD_REVENUE_SOURCE_PUBLISHER = "publisher_sdk";
7171
public static final String AD_REVENUE_TOPON = "topon_sdk";
7272
public static final String AD_REVENUE_ADX = "adx_sdk";
73+
public static final String AD_REVENUE_TRADPLUS = "tradplus_sdk";
7374

7475
public AdjustConfig(Context context, String appToken, String environment) {
7576
init(context, appToken, environment, false);

0 commit comments

Comments
 (0)