fix: GAM 지연 로드 슬롯 광고 미노출 수정#374
Merged
Merged
Conversation
SRA 모드에서 서비스 활성화 후 추가되는 슬롯(DamoangBanner fallback 등)에 광고 요청이 안 가는 문제 수정
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
enableSingleRequest()제거: SRA 모드에서 서비스 활성화 후 추가되는 슬롯(DamoangBanner GAM fallback)에 광고 요청이 안 가는 문제 수정원인
PR #370에서 추가된
enableSingleRequest()가 SRA 모드를 활성화하면서,DamoangBanner처럼 자체 배너 확인 후 fallback으로 GAM 슬롯을 생성하는 경우 이미 서비스가 활성화된 후라 광고 요청이 누락됨