i'm using facebook audience network nativeadsmanager v4.1.0 load batch of ads. did work in 1 device, failed in another. when calling loadads(), yields aderror saying no fill. know means? i've searched documentations found nothing in particular matter.
below init code.
nativeadsmanager adsmanager = new nativeadsmanager(this, "placement_id", 10); adsmanager.setlistener(this); adsmanager.loadads();
audience network uses people-based targeting server ads. may not able fill requests devices. ensure ads on device, check logcat output line looks like:
adsettings.addtestdevice("hashed id"); follow instruction there , add device test device, ads requests device.
Comments
Post a Comment