0

I have an Android app, with around 25 activities.

According to AdMob Guidelines, we should only have one AdUnit for one activity, right?

So, how many AdUnits, we can add in an Android app for Banner and Interstitial Ads?

Is their any limit for number of AdUnits in an Android app?

Aman Chawla
  • 304
  • 3
  • 8
  • 23

1 Answers1

0

According to Google AdMob Guidelines,

An ad unit ID is a unique identifier given to the places in your app where ads are displayed. Create an ad unit for each activity your app will perform. If you have an app with two activities, for example, each displaying a banner, you need two ad units, each with its own ID. AdMob ad unit IDs have the form ca-app-pub-XXXXXXXXXXXXXXXX/NNNNNNNNNN.

I guess this answers the question.

Community
  • 1
  • 1
Aman Chawla
  • 304
  • 3
  • 8
  • 23