개요
Interstitial 광고 지면에 Feed로 이동할 수 있는 진입경로를 추가하여 더 많은 유저가 Feed로 진입할 수 있도록 합니다.
기본 요건
Interstitial 연동 완료
Feed 연동 완료
설정 방법
Interstitial Ad에서 Feed 로 진입할 수 있는 방법을 제공합니다. Interstitial Ad를 보여주기 위해 InterstitialAdConfig
클래스를 사용하는데 이때 navigateCommand
를 설정하면 Feed로 진입할 수 있는 레이아웃이 보여지게 됩니다. navigateCommand
객체를 생성할 때 SDK에 설정한 Feed의 Unit ID(YOUR_FEED_UNIT_ID
)를 넘겨줘야 합니다.
new InterstitialAdConfig.Builder() ... 생략 .navigateCommand(new NavigateToFeedCommand("YOUR_FEED_UNIT_ID")) .build()
Interstitial Ad에서는 Feed로 진입하는 레이아웃은 변경할 수 없습니다.