
|
||||||
|
||||||
Heyy kind admin , i cant find my IOS app in admmob section thansk alot
|
||||||
|
||||||
Hello,
Thank you for reaching out to us and providing us your sample app on this.
Upon checking, I was able to get no fill on ad source your provided sample app. With that being said, I will raise this to the rest of the team for further investigation.
Regards,
|
||||||
Hi there,
It looks like you're setting npa=1 via extra params on your ad request. When setting npa=1, bid requests are not sent out to 3p partners, including the bidding integrations AppLovin/AdColony that you've configured.
FYI, it looks like you've done all of these steps correctly. If you turn off npa=1, the partners should be getting the bid requests, and hopefully they bid.
Thanks,
Eric, Mobile Ads SDK Team
RequestConfiguration requestConfig = new RequestConfiguration.Builder()
.setTestDeviceIds(Arrays.asList(TEST_DEVICE_ID))
.setTagForChildDirectedTreatment(RequestConfiguration.TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE)
.build();
Again, per https://support.google.com/admob/answer/9234488, this also stops bid requests from being sent to 3rd party bidding partners.
Upon removing that param, I see bid requests being sent. AdColony is bidding for me, but AppLovin decided not to bid.
Thanks,
Eric, Mobile Ads SDK Team