Android Question FirebaseAdMob projects

buras3

Active Member
Licensed User
Longtime User
hello

i have a few questions about as banner

1
do i need to make a project for each app in firebase ?

2
one of my app the ad is working ad but the same ad for weeks

3
the other app not showing ad - error code 3 - ERROR_CODE_NO_FILL
i have created new ad and new project and still the same error - it did show once in a 1 week

4
is the consent form is a must?
what if i dont have paid version ?

thank you
Michael
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

asales

Expert
Licensed User
Longtime User
3
the other app not showing ad - error code 3 - ERROR_CODE_NO_FILL
i have created new ad and new project and still the same error - it did show once in a 1 week
The error code 3 is:
The ad request was successful, but no ad was returned due to lack of ad inventory.
https://developers.google.com/andro.../ads/AdRequest.html#ERROR_CODE_INTERNAL_ERROR
a) check if the unit ad number is correct
b) test with the sample ad units:
https://developers.google.com/admob/android/test-ads
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
thank you

i tried with test ad and its showing
unit id is correct for sure but still the same error
 
Upvote 0

asales

Expert
Licensed User
Longtime User
The native ads is showing to you create it?
Did you has interstitial ads or only banners in your app?
There is any block from Google in your country?
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
i didnt understand - The native ads is showing to you create it?

this banner as like all my apps that working . i did every thing the same

where can i find country block ?
There is any block from Google in your country?


 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
there is a different between the ads this one has not supplicate . the rest of my apps/ads has no cap


upload_2018-10-8_21-45-51.png
upload_2018-10-8_21-44-38.png
 
Upvote 0

asales

Expert
Licensed User
Longtime User
this banner as like all my apps that working.
Now I dont' understand.
- Did you have others apps with different banners?
- Did you get revenue from this others banners?
- Did you create different ads units and tested with the app?
- The problem is only with the especific ad unit and not the app (others ads works)?
- If you have banners working (and getting revenue) in other apps, test the ad unit thats works in this app.
 
Last edited:
Upvote 0

buras3

Active Member
Licensed User
Longtime User
- Did you have others apps with different banners?
yes
- Did you get revenue from this others banners?
yes
- Did you create different ads units and tested with the app?
yes , i tried test- showing. new ad unit - not showing .
- The problem is only with the especific ad unit and not the app (others ads works)?
The problem more likely with the app itself
- If you have banners working (and getting revenue) in other apps, test the ad unit thats works in this app.
i tried that ,in the log : received first time but no show . and then failed all the time

i am trying to upgrade from old Admob to AdmobFirebase in this app
i did the same with 3 other apps and it's working but as i said in the first post :with the same ad most of the time
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
i think the problem is that all my ads unit that working are
upload_2018-10-9_2-0-57.png

and i can make only banner or interstitial . the banner don't work!
upload_2018-10-9_2-3-8.png
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
No need to "shout" on us.
no "shout" , just an exclamation point on Google

my ads that works has ad format (banner,interstitial)
the ad that don't work has format (banner) , (banner,interstitial) is not available any more

don't work - the ad shows sometimes for the first time after compile and the log show received

and then in the log shows error ERROR_CODE_NO_FILL all the time

Thank you for helping
 
Upvote 0
Top