# SDK Implementation Guide

## SDK Implementation Guide

- [SDK Implementation Guide](https://docs.adster.tech/sdk-implementation-guide.md): This guide provides a comprehensive step-by-step process for integrating the AdSter SDK into your Android application. Ensure you follow each section carefully for successful implementation
- [Initializing the SDK](https://docs.adster.tech/how-to-configure/initializing-the-sdk.md): To Initialize the SDK call the intitializeSDK() function in the application class of the app. It is recommended to call the function as soon as possible.
- [App Open](https://docs.adster.tech/how-to-render-an-ad/app-open.md)
- [Banner Ad](https://docs.adster.tech/how-to-render-an-ad/banner-ad.md): Below are the steps to load and render a banner Ad on your app
- [Interstitial Ad](https://docs.adster.tech/how-to-render-an-ad/interstitial-ad.md): Below are the steps to load and show an Interstitial ad on your app
- [Rewarded Ad](https://docs.adster.tech/how-to-render-an-ad/rewarded-ad.md): Below are the steps to load and show a rewarded ad on your app
- [Native Ad](https://docs.adster.tech/how-to-render-an-ad/native-ad.md): Below are the steps to load and show a native ad on your app
- [Native Reward Ad](https://docs.adster.tech/how-to-render-an-ad/native-ad-1.md): Below are the steps to load and show a native reward ad on your app
- [Custom Native Ad](https://docs.adster.tech/how-to-render-an-ad/native-ad-2.md): Below are the steps to load and show a custom native ad on your app
- [Carousel Banner Ad](https://docs.adster.tech/multiple-ads/carousel-banner-ad.md): Below are the steps to load and render multiple banner Ads on your app.
- [Carousel Native Ad](https://docs.adster.tech/multiple-ads/native-ad.md): Below are the steps to load and show multiple native ads on your app.
- [In-stream Video (Beta)](https://docs.adster.tech/beta-ad-formats/in-stream-video-beta.md)
- [Banner Video (Beta)](https://docs.adster.tech/beta-ad-formats/banner-video-beta.md)
- [Adaptive Banner Ad (Only for GAM)](https://docs.adster.tech/additional-features/adaptive-banner-ad-only-for-gam.md): Below are the steps to pass predefined custom targeting value in ad request for GAM (Supported by all ad formats)
- [Collapsible Anchored Adaptive Banner Ad (Only for GAM)](https://docs.adster.tech/additional-features/collapsible-anchored-adaptive-banner-ad-only-for-gam.md): Below are the steps to request a collapsible anchored adaptive banner ad.
- [Render Unified Ad (Only for GAM)](https://docs.adster.tech/additional-features/render-unified-ad-only-for-gam.md): Below are the steps to load and render a unified ad on your app
- [How to pass predefined custom targeting values in ad request](https://docs.adster.tech/additional-features/how-to-pass-predefined-custom-targeting-values-in-ad-request.md): Below are the steps to pass predefined custom targeting value in ad request (Supported by all ad formats)
- [How to pass publisher provided identifiers in ad request (PPID)](https://docs.adster.tech/additional-features/how-to-pass-publisher-provided-identifiers-in-ad-request-ppid.md): Below are the steps to pass PPID with ad request for GAM (Supported by all ad formats)
- [TEST AD UNITS](https://docs.adster.tech/additional-features/test-ad-units.md)
- [Integrate Ads & APP Ads For Easy Management](https://docs.adster.tech/integrate-ads-and-app-ads-for-easy-management.md)
