Android Question FirebaseAdMob Error

mrushdi

Member
Licensed User
Longtime User
i 'm currently getting error code 1 for Interstitial type also Banner not showing up without getting any error code taking in your consideration that i have implemented that library as described and my SDK currently with the latest updates, any advice?
 

mrushdi

Member
Licensed User
Longtime User
thank you @tufanv for reply me
i got my Unit Id from "Use AdRequest.Builder.addTestDevice("2A3XXXXXXXXXXXXXXXXXXXXX") to get test ads on this device." line in unfiltered logs, is it the correct one?
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
thank you @tufanv for reply me
i got my Unit Id from "Use AdRequest.Builder.addTestDevice("2A3XXXXXXXXXXXXXXXXXXXXX") to get test ads on this device." line in unfiltered logs, is it the correct one?
No it is not correct. Your unit id is written under your ad unit after you create with admob. The id you get from the log is your device id , you will use it optinally if you want to add your device as test device so that you receive test ads instead of normal ads.
 
Upvote 0
Top