Closed zckrs closed 9 years ago
Multiple native ad support has been adde, just pass ad Id in format of "apikey/index", for example:
var apikey = "G56KN4J49YT66CFRD5K6";
var adid = apikey + "/0";
var adid2 = apikey + "/1";
FlurryAds.createNativeAd(adid);
FlurryAds.createNativeAd(adid2);
How can we use multiple NativeAd in the same page ?