3-3. Banner ADs for Unity
배너 광고는 화면의 한 부분을 차지하는 직사각형 이미지 또는 텍스트 광고입니다. 사용자가 앱과 상호작용하는 동안 화면에 지속적으로 노출 되며, 자동으로 새로고침 됩니다.
전제 조건(Prerequisites)
03. Unity-Plugin GuideONEAdMax SDK 초기화(ONE AdMax SDK Initialize)
광고를 로드하기 전에 앱이 ONEAdMax를 초기화 해야합니다.
ONEAdMaxClient.Initialize()
초기화는 최초 한 번만 수행해야 합니다.
(Before loading ads, the app needs to reset ONE AdMax. The reset with ONEAdMaxClient.Initialize() is required only once.)
다음은 ONEAdMaxClient 를 초기화 하는 방법입니다. (The following is how to reset ONE AdMax Client.)
배너 광고 예제(Banner Ad Example)
아래 샘플 코드는 배너 뷰 사용 방법에 대해 자세히 설명합니다.
OAMBannerView
인스턴스를 생성하고, 라이프사이클 이벤트를 처리하여 기능을 확장할 수 있습니다.
(The following sample code explains in detail how to use banner views: You can create an OAMBannerView instance and extend its functionality by handling lifecycle events.)
배너 뷰 인스턴스 생성하기(Creating a Banner View Instance)
아래는 배너 뷰의 인스턴스를 생성하기 위한 예제입니다. (Here's an example to create a banner view instance.)
배너 뷰 생성자의 매개변수: (Parameters for the banner view constructor:)
AdSize
: 사용하고자 하는 광고의 크기. (AdSize: The size of the advertisement you want to use.)AdPosition
: 배너 뷰를 배치해야 하는 위치. (AdPosition: The position where the banner view should be placed.)
배너 크기(Banner Sizes)
아래 표에는 표준 배너 크기가 나와 있습니다. (Below is a table of standard banner sizes:)
320x50
AdSize.BANNER_320x50
300x250
AdSize.BANNER_300x250
320x100
AdSize.BANNER_320x100
배너가 노출될 때의 애니메이션을 설정합니다. (기본값: AnimType.NONE
)
총 7가지의 애니메이션을 설정할 수 있습니다.
(Set the animation when the banner is displayed (Default: AnimType.NONE). A total of seven types of animations can be set.)
아래 표는 애니메이션 타입의 종류가 나와 있습니다. (Below is a table showing the types of animation:)
AnimType.NONE
애니메이션 없음 (기본값) (No animation (default))
AnimType.FADE_IN
페이드 인 애니메이션(Fade-in animation)
AnimType.SLIDE_LEFT
왼쪽으로 슬라이드 애니메이션(Slide animation to the left)
AnimType.SLIDE_RIGHT
오른쪽으로 슬라이드 애니메이션(Slide animation to the right)
AnimType.TOP_SLIDE
위쪽으로 슬라이드 애니메이션(Slide animation from the top)
AnimType.BOTTOM_SLIDE
아래쪽으로 슬라이드 애니메이션(Slide animation from the bottom)
AnimType.CIRCLE
배너 회전 애니메이션(Banner rotation animation)
네트워크 스케쥴 타임아웃 설정 (선택사항) (Setting Network Schedule Timeout (Optional))
광고에 대한 네트워크 스케쥴 타임아웃을 설정합니다. (기본값: 5초) 광고 로딩 시 각 네트워크 별로 타임아웃 시간을 주어 해당 시간 안에 광고를 받지 못할 경우, 다음 네트워크로 넘어가게 됩니다. (Set the network schedule timeout for ads (Default: 5 seconds). If an ad is not received within the timeout for each network, it moves to the next network during ad loading.)
배너 광고 요청 갱신주기 설정 (선택사항) (Setting Banner Ad Request Refresh Cycle (Optional))
배너 광고에 대한 갱신주기를 설정합니다. (기본값: 60초) 설정 가능 범위는 15 ~ 300초 사이이며 -1로 설정 시 자동으로 갱신되지 않습니다. (Set the refresh cycle for banner ads (Default: 60 seconds). The possible range is between 15 and 300 seconds and setting it to -1 will disable automatic refresh.)
배너 배경색 채우기 (선택사항) (Filling Banner Background Color (Optional))
배너 뷰의 빈 공간에 배경색을 채울 수 있습니다. (기본값: true) (You can fill the empty space of the banner view with a background color (Default: true).)
배너 미디에이션 옵션 설정 (선택사항) (Setting Banner Mediation Options (Optional))
배너 광고의 일부 미디에이션에 대한 설정 값을 지원합니다. (Support setting values for some banner ad mediations.)
배너 뷰의 이벤트 청취하기 (선택사항) (Listening to Banner View Events (Optional))
배너 광고를 불러올 때 발생하는 이벤트에 대한 리스너를 설정합니다. (Set a listener for events that occur when loading banner ads.)
배너 뷰를 화면에 올리기(Displaying the Banner View)
모든 설정을 완료하고 OAMBannerView
를 실질적으로 화면에 올립니다.
(Complete all settings and actually place the OAMBannerView on the screen.)
배너 로드 하기(Loading the Banner)
배너 광고 노출을 원하는 시점에 Load()
API를 호출하여 서버에 광고를 요청합니다.
(Call the Load() API at the desired time to request ads from the server.)
광고 호출에 대한 결과로 광고 수신에 실패한 경우 Load()를 재호출 하면 안됩니다. 과도한 광고 요청은 차단 사유가 됩니다. (If you fail to receive ad as a result of the call, do not recall Load() as excessive ad requests may lead to blocks.)
배너 광고 중단하기(Suspending Banner Ads)
배너 광고 노출을 더 이상 원하지 않는 시점에 호출합니다. (Call this function when you no longer wish to expose banner ads.)
단, 어플리케이션이 Pause 상태일 경우 Destroy()를 호출할 경우 클릭 리포트가 누락되는 경우가 발생함으로 배너 뷰가 포함된 Activity 또는 Fragment가 destroy 될 때 호출해야 합니다. (However, calling Destroy() when the application is in Pause state may result in missing click reports, so it should be called when the Activity or Fragment containing the banner view is destroyed.)
배너 광고 로드 여부 체크하기(Checking if Banner Ads are Loaded)
배너 광고의 로드 여부를 체크합니다. (return ture | false) (Check the loading status of banner ads (return true | false).)
어플리케이션의 라이프사이클 확장하기(Extending the Application's Lifecycle)
배너 광고가 노출되고 있는 어플리케이션의 onPause
/ onResume
여부를 체크하기 위해 구현해야 합니다.
(Implement checks for the onPause / onResume status of applications exposing banner ads.)
Last updated