> For the complete documentation index, see [llms.txt](https://quotes.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quotes.gitbook.io/docs/ads.md).

# Ads

Google Admob - Banner & Interstitial

**Banner Ads**

for banner is appear in bottom of gallery activity. please change  the ID in res/value/string.xml

admob banner

```markup
  <string name="banner_ad_unit_id">ca-app-pub-46199952.......</string>
```

I**nterstitial ADS**

this ads is appear in MainActivity  after back from other activity or by press any button, change the ID in res/value/string.xml

```markup
  <string name="interstitial_ad_unit_id">ca-app-pub-4619995241......</string>
```

**Admob App ID**

Based on this article <https://developers.google.com/admob/android/quick-start> new admob required admob app id

```markup
  <string name="admob_app_id">ca-app-pub-323967........</string>
```
