1,unitypackage download link is old,and not found UnifiedNativeAd class
2,https://developers.google.com/admob/unity/rewarded-video#load_an_ad
i has multiple reward video unit,and i want preload and catch multi reward video and show ad quickly,but the RewardedBasedVideoAd is a singleton,so has any method to solve my issue?pls help me ,tks!
1,unitypackage download link is old,and not found UnifiedNativeAd class
i has multiple reward video unit,and i want preload and catch multi reward video and show ad quickly,but the RewardedBasedVideoAd is a singleton,so has any method to solve my issue?pls help me ,tks!--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/c46c3609-dadd-488d-a79d-66f20ebe46b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Native Ads Advanced are loaded via the AdLoader class, which has its own AdLoader.Builder class to customize it during creation. The ForUnifiedNativeAd() method configures the AdLoader to handle unified native ads.
private void RequestNativeAd() {
AdLoader adLoader = new AdLoader.Builder(INSERT_AD_UNIT_HERE)
.ForUnifiedNativeAd()
.Build();
}
Hi there,
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/c46c3609-dadd-488d-a79d-66f20ebe46b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/5726beb5-f38d-4e3f-8a74-374941031b76%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/5726beb5-f38d-4e3f-8a74-374941031b76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/66d822a1-5e88-413c-a793-8bf5fbd028b5%40googlegroups.com.
i waste so much time to this,the normal version is build correct in ios,i need nativeads but follow your docment is error,so frustrated and want to give up,please help me ,if has no support,pls modify your docment,it will mislead us
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/66d822a1-5e88-413c-a793-8bf5fbd028b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/0a137aef-0d2f-4328-b9ef-24993335548e%40googlegroups.com.
Hi there,
Thank you for reaching out to us.
Could you kindly clarify if you are inquiring about an update on the Unified Native Ads unitypackage? If so, then we may continue discussion on this thread instead so that I can assist you better on this.
Regards,
Ziv Yves Sanchez
Mobile Ads SDK Team