Google Ads Integration:
his section provides comprehensive instructions on integrating Google Ads or other third-party ads into your application. We cover the integration of four main types of ads within the app:
This section details how to request each type of ad, handle the responses, and render the ads in your app’s views. It also includes methods for requesting and loading ads, along with effectively handling ad events.
Before we begin the integration process, let’s discuss some key points:
benefits of managing GAM externally:
  1. Centralized Dependency Management: By handling GAM externally, a single dependency is used for both the parent app and the SDK, reducing complexity.
  2. Reduced Dependency Issues: This approach minimizes potential issues such as version conflicts or object conflicts, ensuring smoother integration.
  3. Simplified Memory Management: Managing the object memory cycle from a single location enhances stability and reduces the risk of memory leaks.
  4. Increased Flexibility for Users: End users gain more control over GAM, allowing them to modify parameters or request formats as needed.
  5. Enhanced Developer Flexibility: Developers are empowered to use other ad SDKs (besides Google) without being constrained by GAM, offering greater freedom in choosing ad solutions.
Ads Configuration on the GluedIn Console
Below are the step-by-step instructions for configuring Ads on the console:
Step 1: Go to the GluedIn Console and log in using your credentials. Console link: Gluedin | Console
Step 2: After logging in, navigate to the “Ads Monetization” section and select the type of Ads you want to register.
Step 3: Lets assume you select Google-Ad-Manager , Then it will ask you to create new Ads here.
Step 4: Choose what kind of ads you wanted to serve:
Step 5:Fill the form and register the Ads on console.
Ads Integration
Download and add necessary files:
Download the Zip file from the below given link and drag-drop then into your project.
Link: GluedinAds (Replace this link with sample app )
The downloaded folder will have below listed folder and type of ads to integrate with:
  • BannerAds
  • Interstitial Ads
  • Card based Native Ads
  • GAM Native As