File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
versioned_docs/version-v3 Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ TapAdConfig config = new TapAdConfig.Builder()
254
254
.MediaName (your_media_name ) // 必选参数,为 TapADN 注册的媒体名称
255
255
.MediaKey (your_media_key ) // 必选参数,媒体密钥,可以在 TapADN 后台查看(用于传输数据的解密)
256
256
.MediaVersion ("1") // 必选参数,默认值 "1"
257
- .Channel (your__channel ) // 必选参数,渠道
257
+ .Channel (your__channel ) // 必选参数,渠道(如果在 TapTap 上架填写 "taptap", 其它渠道上架填写商店拼音小写字母,eg. 小米 -> "xiaomi")
258
258
.TapClientId (your_tap_client_id ) // 可选参数,TapTap 开发者中心的游戏 Client ID
259
259
.EnableDebugLog (false ) // 可选参数,是否打开原生 debug 调试信息输出:true 打开、false 关闭。默认 false 关闭
260
260
.ShakeEnabled (false ) // 可选参数,是否开启摇一摇: true 打开、false 关闭。
@@ -353,7 +353,7 @@ TapAdConfig config = new TapAdConfig.Builder()
353
353
.withMediaVersion(" 1" ) // 必选参数。默认值 "1"
354
354
.withTapClientId(your_tap_client_id) // 可选参数。TapTap 开发者中心的游戏 Client ID
355
355
.enableDebug(true ) // 可选参数,是否打开 debug 调试信息输出:true 打开、false 关闭。默认 false 关闭
356
- .withGameChannel(your_app_channel) // 必选参数,渠道
356
+ .withGameChannel(your_app_channel) // 必选参数,渠道(如果在 TapTap 上架填写 "taptap", 其它渠道上架填写商店拼音小写字母,eg. 小米 -> "xiaomi")
357
357
.shakeEnabled(false ) // 可选参数,是否开启摇一摇: true 打开、false 关闭。默认 true 开启。
358
358
.withCustomController(new TapAdCustomController () {
359
359
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ TapSDK 为我们提供的众多服务的总称,为了方便开发者按需接
55
55
TapADN SDK 是由「易玩(上海)网络科技有限公司」开发,向媒体提供丰富的广告资源,依托高效的算法引擎,帮助开发者实现流量变现。<br ></br >
56
56
57
57
[ 接入文档] ( /sdk/tap-adn/tds-tapad/ )   ;  ; [ 合规指南] ( /sdk/tap-adn/adn-compliance/ )
58
- 1 . [ TapADN Android SDK] ( https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34 .aar ) 版本: 3.16.3.34 更新日期: 2024-09-12
59
- 2 . [ TapADN Unity SDK] ( https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34 .unitypackage ) 版本: 3.16.3.34 更新日期: 2024-09-12
60
- 3 . [ TapADN Android Demo] ( https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.34 .zip ) 【[ Android 安装包下载] ( https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.34 -release.apk ) 】
58
+ 1 . [ TapADN Android SDK] ( https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34_h1 .aar ) 版本: 3.16.3.34_h1 更新日期: 2024-09-20
59
+ 2 . [ TapADN Unity SDK] ( https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34_h1 .unitypackage ) 版本: 3.16.3.34_h1 更新日期: 2024-09-20
60
+ 3 . [ TapADN Android Demo] ( https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.34_h1 .zip ) 【[ Android 安装包下载] ( https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.34_h1 -release.apk ) 】
61
61
62
62
:::tip
63
63
TapADN SDK 为 APP 提供广告投放及广告监测归因、反作弊和广告投放统计分析等服务,由易玩(上海)网络科技有限公司开发提供。[ SDK 隐私政策] ( https://developer.taptap.cn/docs/sdk/tap-adn/agreement/ ) 、[ SDK 合规使用说明] ( https://developer.taptap.cn/docs/sdk/tap-adn/adn-compliance/ ) ;
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ const v3SDKVersions = {
27
27
}
28
28
} ,
29
29
tapadn : {
30
- unity : "3.16.3.31 " ,
31
- android : "3.16.3.31 " ,
30
+ unity : "3.16.3.34_h1 " ,
31
+ android : "3.16.3.34_h1 " ,
32
32
} ,
33
33
tapGlobalPayments : {
34
34
unity : "4.0.14" ,
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ const v4SDKVersions = {
27
27
}
28
28
} ,
29
29
tapadn : {
30
- unity : "3.16.3.31 " ,
31
- android : "3.16.3.31 " ,
30
+ unity : "3.16.3.34_h1 " ,
31
+ android : "3.16.3.34_h1 " ,
32
32
} ,
33
33
tapGlobalPayments : {
34
34
unity : "4.0.14" ,
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ TapSDK 为我们提供的众多服务的总称,为了方便开发者按需接
52
52
TapADN SDK 是由「易玩(上海)网络科技有限公司」开发,向媒体提供丰富的广告资源,依托高效的算法引擎,帮助开发者实现流量变现。<br ></br >
53
53
54
54
[ 接入文档] ( /v3/sdk/tap-adn/tds-tapad/ )   ;  ; [ 合规指南] ( /v3/sdk/tap-adn/adn-compliance/ )
55
- 1 . [ TapADN Android SDK] ( https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.31 .aar ) 版本: 3.16.3.31 更新日期: 2024-07-03
56
- 2 . [ TapADN Unity SDK] ( https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.31 .unitypackage ) 版本: 3.16.3.31 更新日期: 2024-07-03
57
- 3 . [ TapADN Android Demo] ( https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.31 .zip ) 【[ Android 安装包下载] ( https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.31 -release.apk ) 】
55
+ 1 . [ TapADN Android SDK] ( https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34_h1 .aar ) 版本: 3.16.3.34_h1 更新日期: 2024-09-20
56
+ 2 . [ TapADN Unity SDK] ( https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34_h1 .unitypackage ) 版本: 3.16.3.34_h1 更新日期: 2024-09-20
57
+ 3 . [ TapADN Android Demo] ( https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.34_h1 .zip ) 【[ Android 安装包下载] ( https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.34_h1 -release.apk ) 】
58
58
59
59
:::tip
60
60
TapADN SDK 为 APP 提供广告投放及广告监测归因、反作弊和广告投放统计分析等服务,由易玩(上海)网络科技有限公司开发提供。[ SDK 隐私政策] ( /v3/sdk/tap-adn/agreement/ ) 、[ SDK 合规使用说明] ( /v3/sdk/tap-adn/adn-compliance/ ) ;
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ const v4SDKVersions = {
27
27
}
28
28
} ,
29
29
tapadn : {
30
- unity : "3.16.3.31 " ,
31
- android : "3.16.3.31 " ,
30
+ unity : "3.16.3.34_h1 " ,
31
+ android : "3.16.3.34_h1 " ,
32
32
} ,
33
33
tapGlobalPayments : {
34
34
unity : "4.0.14" ,
You can’t perform that action at this time.
0 commit comments