native+ adaptive banner ads in content

101 views
Skip to first unread message

R

unread,
Sep 12, 2023, 9:33:12 PM9/12/23
to Google Mobile Ads SDK Developers
How can I make an ad request for Native and Adaptive as one to serve in between my user generated content feed using Google Ad Manager SDK for Flutter?

Mobile Ads SDK Forum Advisor

unread,
Sep 13, 2023, 6:37:58 AM9/13/23
to ritura...@gmail.com, google-adm...@googlegroups.com
Hello,

Could you confirm if you're trying to implement the Mobile Ads SDK and request an ad to the ad manager server using Flutter platform? If so, we do have a detailed developer guide for this which you can find here: https://developers.google.com/ad-manager/mobile-ads-sdk/flutter/quick-start.
 
This message is in relation to case "ref:_00D1U1174p._5004Q2oknk8:ref"

Thanks,
 
Google Logo Mobile Ads SDK Team


R

unread,
Sep 13, 2023, 7:00:26 AM9/13/23
to Google Mobile Ads SDK Developers
Yes the documentation is there but for both type of requests(native and inline adaptive banner) there is separate codes. I want to use a single code to call both type of ads- Adaptive as well as Native. Is it feasible to do? Any resources to help me do that.

Mobile Ads SDK Forum Advisor

unread,
Sep 13, 2023, 1:03:03 PM9/13/23
to ritura...@gmail.com, google-adm...@googlegroups.com

Hi,

Thank you for your response.

Can you confirm if you want to show native and adaptive banner in one page of your app? If yes, then you can use both process of the ad request for native and adaptive banner available in our documentation. For example, you can first request the native ads and different layout and request the adaptive banner in different layout also, these are more applicable in a scrollview layout. However, if this is not what you're referring, kindly provide us additional information or sample layout of your use case so we can provide proper guidance. 

R

unread,
Sep 13, 2023, 1:21:45 PM9/13/23
to Google Mobile Ads SDK Developers
We have a timeline like twitter which gets filled by short user generated content, We have ad slots after every 2 user generated post. We want to use both kind of ads Adaptive as well as native for these ad units. It would be great if we can call both types of ad requests at once and get a response for whichever is available to fill that ad slot as our ad request numbers are high which are getting unfilled.

Mobile Ads SDK Forum Advisor

unread,
Sep 13, 2023, 6:26:08 PM9/13/23
to ritura...@gmail.com, google-adm...@googlegroups.com
Hello,

Kindly note that the SDK just requests an ad to the ad server and I'm afraid that it doesn't have any control on fill rate / match rate of your app. It is possible to load both ads at the same time, but it is never guaranteed that either will be filled. You may check which one is filled based on the error code received and change your implementation from there.

Here is our guide on how to achieve this implementation:
Flutter Banner - https://developers.google.com/admob/flutter/banner
Native Ads (Android) - https://developers.google.com/admob/android/native/start
Native Ads (iOS) - https://developers.google.com/admob/ios/native/start
Reply all
Reply to author
Forward
0 new messages