Skip to content

Commit 10ecbef

Browse files
committed
Update
1 parent 53653d8 commit 10ecbef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BannerAdvancedExamples/BannerAdvancedExamples/ViewController.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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()を実行してください

0 commit comments

Comments
 (0)