Reputation: 65
I recently got the admob ads working correctly, I tested it through:
AdRequest adRequest = new AdRequest.Builder()
//.addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
//.addTestDevice("INSERT_YOUR_HASHED_DEVICE_ID_HERE")
.build();
The .addtestDevice worked for the Adrequest.DEVICE_ID_EMULATOR. I received a test ad when that was not in comments. I took it out because I just wanted to see what would happen. I am only seeing one ad being displayed and refreshed constantly. Is there a way to have different ads be shown?
Upvotes: 1
Views: 1231
Reputation: 144
If you mean you're only seeing one live add, that's up to google (or your other providers) as to which ad is being shown. See ADMOB application showing only one add always, how to change the advertisements?
Upvotes: 1