마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

구글 에드몹이 안나옵니다.

0 추천
6일전에 어플을 만들었고 어제 출시가 되었는데요. 아무도 광고를 볼 수 없다고 합니다..

테스트 배너로 시험했을 때는 테스트 배너가 보였고 출시되면 보이는 걸로 알고 있었는데

보이지 않습니다.

 

logcat첨부합니다. 도와주세요ㅠㅠ

Here is my logcat / I extract "ads"

2020-07-31 19:42:50.853 2416-2416/org.techtown.wbexample I/Ads: Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("7F067908E417FF82E68B5F052CA74B6E") to get test ads on this device.

2020-07-31 19:42:51.098 13107-3055/? I/Ads: SDK version: afma-sdk-a-v202006999.201604000.1

2020-07-31 19:42:51.117 13107-3055/? W/Ads: Error while connecting to ad server: Unable to resolve host "googleads.g.doubleclick.net": No address associated with hostname

2020-07-31 19:42:51.124 2416-2416/org.techtown.wbexample I/Ads: Ad failed to load : 0

2020-07-31 19:49:27.742 5939-5939/org.techtown.wbexample I/Ads: Updating ad debug logging enablement.

2020-07-31 19:49:27.830 5939-6046/org.techtown.wbexample I/FA-Ads: App measurement initialized, version: 29027

2020-07-31 19:49:27.830 5939-6046/org.techtown.wbexample I/FA-Ads: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE

2020-07-31 19:49:28.122 5939-5939/org.techtown.wbexample I/Ads: Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("7F067908E417FF82E68B5F052CA74B6E") to get test ads on this device.

2020-07-31 19:49:28.285 5939-6376/org.techtown.wbexample W/Ads: Not retrying to fetch app settings 2020-07-31 19:49:28.285 5939-6046/org.techtown.wbexample I/FA-Ads: Tag Manager is not found and thus will not be used

2020-07-31 19:49:28.353 5939-6053/org.techtown.wbexample W/Ads: Update ad debug logging enablement as false

2020-07-31 19:49:28.639 13107-6453/? I/Ads: SDK version: afma-sdk-a-v202006999.201604000.1

2020-07-31 19:49:29.371 5939-5939/org.techtown.wbexample I/Ads: Ad failed to load : 3
매력적인사과 (200 포인트) 님이 2020년 7월 31일 질문

1개의 답변

0 추천
에러코드 로그 찍어보시죠?

저도 출시전에는 에러코드3번으로 안나오다가 플레이스토어 심사 후 게시되니까 나오더라구용

출시를 했는데도 안나오는거면 광고ID 대신 다른 값을 넣은게 아닌지..
핸디 (1,840 포인트) 님이 2020년 8월 1일 답변
저는 에러코드 0이 보이네요.
인터넷연결 안되었을때 에러코드 0 반환하던데.. 검색해보니 그 외 다른 이슈들도 있네요
소스확인 다시 해보셔요
테스트광고에서 작동하는거 보고 아이디만 바꿨는데 어떤 코드를 확인해야될까요?
...