Setting a test device for admob

I noticed in the official android SDK there is a way on build to set a test device up for admob - so if you do click on your own ads (to check it working) they won’t penalise you for it.

Is this possible in corona??

Thanks

I’d like to know the answer to this question as well…

Me too…

You can have test ads served if you ad the testMode=true to the options in ads.show. 

ads.show( adType, { x=adX, y=adY, testMode=true })  

I had setup a brand new ad unit in admob and tried deploying to my android device. I did notice that it took some time (couple hours) before test ads started showing. Possibly because it was a brand new ad unit.

Anyway, hope this helps!

Thanks @spacewolf

I’d like to know the answer to this question as well…

Me too…

You can have test ads served if you ad the testMode=true to the options in ads.show. 

ads.show( adType, { x=adX, y=adY, testMode=true })  

I had setup a brand new ad unit in admob and tried deploying to my android device. I did notice that it took some time (couple hours) before test ads started showing. Possibly because it was a brand new ad unit.

Anyway, hope this helps!

Thanks @spacewolf