0

I want to use both fullscreen and banner ads in one of my games. Do I have to load the fullscreen ad everytime before showing it?

JHSnows
  • 431
  • 1
  • 6
  • 14

1 Answers1

1

No, if you don't call the SDK will call it for you.

But if you load some time earlier than you need to show, it will be much more faster to show it.

Diogo T
  • 2,591
  • 1
  • 29
  • 39
  • Ok, so, I'm pre-loading the full screen ad, then I show the pre-loaded ad. The next time that I show the ad do I have to get rid of my old pre-loaded full screen ad object and create a new object and load it again and then show? or can I just re-show the old-ad? – JHSnows May 07 '13 at 02:40
  • I just tested it here. I pre-loaded and fullscreen ad and then presented it over and over again, the same ad came up everytime. I guess I have to create and pre-load the fullscreen ad everytime I want to show one… – JHSnows May 07 '13 at 03:30
  • If the user didn't clicked on the ad there is no necessity to load another one, but you are correct it will show the same creative. – Diogo T May 07 '13 at 18:34
  • Ok. Thats what I needed to know. I want to load a new ad everytime I show it because I don't wanna show the same ad over and over again ;) Valeu diogot! – JHSnows May 07 '13 at 19:02