File tree 1 file changed +2
-4
lines changed
Source/GDApi/gdapi/src/main/java/com/gd/analytics
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
class GDstatic {
4
4
5
- protected static final String TEST_GAME_API_URL = "http://test. game.api.gamedistribution.com/game/get" ;
6
- protected static final String GAME_API_URL = "https://game.api.gamedistribution.com/game/get" ;
5
+ protected static final String TEST_GAME_API_URL = "http://game-dev .api.gamedistribution.com/game/get" ;
6
+ protected static final String GAME_API_URL = "https://game-prod .api.gamedistribution.com/game/get" ;
7
7
protected static final String TUNNL_TAG_URL = "https://ana.tunnl.com" ; // /at?id={{game-id}}&pageurl={{bundle-name}}
8
8
protected static final String version = "v1.0" ;
9
9
protected static Boolean enable = false ;
@@ -16,7 +16,5 @@ class GDstatic {
16
16
protected static String adUnit = "ca-app-pub-3940256099942544/4411468910" ; // currently it is test.
17
17
protected static String testInterUnitId = "ca-app-pub-3940256099942544/4411468910" ;
18
18
protected static String testBannerUnitId = "ca-app-pub-3940256099942544/6300978111" ;
19
- protected static String cordovaAdxUnitId = "ca-mb-app-pub-5192618204358860/8119020012" ;
20
19
protected static boolean testAds = false ;
21
- protected static String affiliateId ;
22
20
}
You can’t perform that action at this time.
0 commit comments