Ads not showing in game

okyanusefer

  • Posts: 40
Hello, i enabled admob ads, and i put my unique identifier for the ad unit. I compiled but its not showing.

When Created
Show Admob Banner ad
Move banner to bottom


i searched in forum, but i didnt find my problem reason.

MattHutchings

  • Posts: 224
Hi there,
How long ago did you create the ads via admob as they take a little while to come through I believe.

Matt.

okyanusefer

  • Posts: 40
Its a old ads not new.


okyanusefer

  • Posts: 40
i was used when created scene, load ads and show. but built-in admob not support it. its showing late. i publish only android side, and i was used [iOS & Android] AdMob Extension [3.0] by Abliblablobla, have we fix for showing late problem? or any have idea about that :/ thanks for help, best regards. sorry my bad english.

robinschaafsma

  • *
  • Posts: 714
I need to see your code, can you share some screenshot of your blocks (all of the admob blocks) and tell if its an scene behavior of actor behavior.

okyanusefer

  • Posts: 40
This is my main scene, when i was using [iOS & Android] AdMob Extension [3.0] by Abliblablobla, i havent problem about that. sometimes showing , sometimes not showing. sometimes loading late. i dont understand  :'( thanks for help best regards.



robinschaafsma

  • *
  • Posts: 714
No you cannot do this like that, the ads has no time to load before it can be showed.

You can do 2 this: (there are more)

1: Put the "show fullscreen ad" block between an "do after XX seconds" block (normally it takes about between 1 a 2 seconds to load) but you can play with the seconds)

2: Put the "show fullscreen ad block" block in the ads Event "when fullscreen ad is loaded". If the ads are loaded it will show automatically

I am assume the initialize block is in an Load scene.

See also http://www.stencyl.com/help/view/android-ads/




okyanusefer

  • Posts: 40
my ads event like this. when fullscreen ad is loaded in which version? thank you soo much.

robinschaafsma

  • *
  • Posts: 714
Yeh sorry i mean when the full screen ad area loads

okyanusefer

  • Posts: 40
Thanks for helping!