File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
BannerAdvancedExamples/BannerAdvancedExamples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ class ViewController: UIViewController {
2929
3030 // Viewの生成
3131 let adView = FSSAdView (
32- groupId: " 1000146485 " ,
33- unitId: " 1000242371 " ,
32+ groupId: " 1000149547 " ,
33+ unitId: " 1000245601 " ,
3434 size: CGSize ( width: width, height: height)
3535 )
3636 adView. backgroundColor = UIColor . blue
@@ -42,7 +42,7 @@ class ViewController: UIViewController {
4242 let targeting = FSSAdRequestTargeting ( )
4343
4444 //ユーザーのIDを設定してください
45- targeting. publisherProvidedID = " ppid_1 "
45+ targeting. publisherProvidedID = " c6c506f327740abe750e05cd8d0dc22414d173c43814409c70e722ef2d124806360aaf3146c63226a4e2c862ebdd11b83d37b7b6e144ab4619bca8a0b22d054e "
4646
4747 // 広告の読み込み
4848 // addSubviewした後にloadAd()を実行してください
You can’t perform that action at this time.
0 commit comments