> For the complete documentation index, see [llms.txt](https://aatkit.gitbook.io/aatkit-unity-integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aatkit.gitbook.io/aatkit-unity-integration/start/google-mobile-ads-sdk.md).

# Google Mobile Ads SDK

### Android

Google requires their app-ID to be declared in the manifest. Please follow [these instructions](https://developers.google.com/admob/android/quick-start#import_the_mobile_ads_sdk). In order to get the Google app-ID for you app, either find it within your own AdMob or AdManager account or contact our [support](mailto:support@gravite.net). Follow [Google documentation](https://developers.google.com/admob/android/quick-start#import_the_mobile_ads_sdk) to add your Google app-ID key to the Manifest file.

To add `AndroidManifest` file enable `Custom Gradle Properties Template` in Player Settings -> Settings for Android -> Publishing Settings.

### iOS

Google Mobile Ads SDK requires publishers to add their Google app ID to the Info.plist file of their Xcode projects. Please find your Google app ID within your Google account or contact our [support](mailto:support@addapptr.com). Follow [Google documentation](https://developers.google.com/admob/ios/quick-start#update_your_infoplist) to add your Google App ID to the Info.plist file.

You can define `GADApplicationIdentifier` using [AATKitSettings](/aatkit-unity-integration/other/aatkitsettings-asset.md#markdown-header-gadapplicationidentifier-for-cmp-google-ios).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aatkit.gitbook.io/aatkit-unity-integration/start/google-mobile-ads-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
