File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
BannerAdvancedExamples/app/src/main/java/jp/fluct/banneradvancedexamples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class MainActivity : AppCompatActivity() {
2828 // ターゲティング設定
2929 val targeting = FluctAdRequestTargeting ().apply {
3030 // ユーザIDを設定してください
31- this .publisherProvidedId = " ppid_1 "
31+ this .publisherProvidedId = " c6c506f327740abe750e05cd8d0dc22414d173c43814409c70e722ef2d124806360aaf3146c63226a4e2c862ebdd11b83d37b7b6e144ab4619bca8a0b22d054e "
3232 }
3333
3434 // 親ViewGroupサイズに従い比率計算を行う場合、ViewTreeObserverの使用を推奨します
@@ -49,8 +49,8 @@ class MainActivity : AppCompatActivity() {
4949
5050 val adView = FluctAdView (
5151 this ,
52- " 1000146486 " ,
53- " 1000242372 " ,
52+ " 1000149546 " ,
53+ " 1000245600 " ,
5454 (adWidth/ density).roundToInt(),
5555 (adHeight/ density).roundToInt(),
5656 targeting,
You can’t perform that action at this time.
0 commit comments