Support for L-Band ads in google IMA

92 views
Skip to first unread message

krackjack234

unread,
Jan 2, 2024, 6:42:13 AM1/2/24
to Interactive Media Ads SDK
Hi,

We wanted to check if Google IMA SDK supports L-Band Ads.
if yes, is there any sample app & sample ad tag that we can check?

I appreciate any help you can provide.

Thanks.

IMA SDK

unread,
Jan 2, 2024, 2:23:32 PM1/2/24
to biswa...@gmail.com, ima...@googlegroups.com
​​Hi,

Thank you for contacting the IMA SDK support team.

By reviewing your concern, I understand that your inquiry regarding Google IMA SDK's support for L-Band Ads.

Kindly  note that IMA SDK does not support L-Band Ads.

Please reach out to us, if you need any further assistance related to IMA SDK.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02r4mXB:ref"

Thanks,
 
Google Logo IMA SDK Team


krackjack234

unread,
Jan 3, 2024, 3:56:18 AM1/3/24
to Interactive Media Ads SDK
Just a follow-up question. Are L-Band ads the same as leaderboard ads (728x90 px) which according to chatGPT are supported by Google IMA?


<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Google IMA Ad Tag Example</title>
  <script src="https://imasdk.googleapis.com/js/sdkloader/ima3.js"></script>
</head>
<body>
  <div id="ad-container"></div>

  <script>
    // Set up the ad display container
    var adContainer = document.getElementById('ad-container');
    var adDisplayContainer = new google.ima.AdDisplayContainer(adContainer);

    // Initialize the ad loader
    var adsLoader = new google.ima.AdsLoader(adDisplayContainer);

    // Define ad request settings
    var adRequest = new google.ima.AdsRequest();
    adRequest.adTagUrl = 'YOUR_AD_TAG_URL'; // Replace with your actual ad tag URL

    // Listen for ad events
    adsLoader.addEventListener(google.ima.AdsManagerLoadedEvent.Type.ADS_MANAGER_LOADED, onAdsManagerLoaded, false);
    adsLoader.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR, onAdError, false);

    // Request and display the ad
    adsLoader.requestAds(adRequest);

    // Ad manager loaded event handler
    function onAdsManagerLoaded(event) {
      var adsManager = event.getAdsManager();
      adsManager.init(adContainer.clientWidth, adContainer.clientHeight, google.ima.ViewMode.NORMAL);
      adsManager.start();
    }

    // Ad error event handler
    function onAdError(event) {
      console.error('Ad error: ', event.getError());
    }
  </script>
</body>
</html>

IMA SDK

unread,
Jan 3, 2024, 8:48:02 AM1/3/24
to biswa...@gmail.com, ima...@googlegroups.com
Hi,

Thank you for getting back to us.

I would like to inform you that the L-Band ads and leaderboard ads are not the same. I recommend you refer to the help center article Image assets format requirements to get more information.
Reply all
Reply to author
Forward
0 new messages