blameitontheboogie
blameitontheboogie

Reputation: 49

Firebase ads, only test ad

I published an culture news app on Google Play Store, developed in Android Studio about a year ago. Few days ago I integrated firebase ads in this app the way this guy done it in this video https://www.youtube.com/watch?v=eRT1Ho39MLU&t=5s

I published this update with ads included, but when I downloaded it from play store and start it, ad banner is there but all that shows is "nice job! you're displaying a 320x50 test ad from AdMob.

When I'll actually get real ads? Should I do something more?

Upvotes: 1

Views: 275

Answers (3)

Harshit Trivedi
Harshit Trivedi

Reputation: 782

  1. Sign into your AdMob account.
  2. Click on Monetize tab.
  3. Select or Create the app and choose the platform.
  4. Select the ad format either Banner or Interstitial and give the ad unit a name.And Creating more Banner ad unit id

Upvotes: 0

Mapsy
Mapsy

Reputation: 4272

You aren't using your actual google-services.json; you're using a test file provided by Firebase!

Download your project's real configuration here.

Upvotes: 2

Oussema Aroua
Oussema Aroua

Reputation: 5339

if you are using ca-app-pub-3940256099942544/6300978111 as id it will shows like that change it with your unit id from admob, also

Upvotes: 1

Related Questions