where can i find admob banner ad integration sample, i had updated to daily build release but there is no admob sample added in it

I went through corona docs but i didn’t understand 2 terms 

 

ads.init( "admob", "myAppId", adListener )

in the above snippet what is myAppId means does it mean some thing like this " ca-app-pub-3940256099942544" ??

In another snippet

ads.show( "banner", { x=0, y=0, appId="otherAppId" } )

what does “otherAppId” mean  ?? does it mean something like this " ca-app-pub-3940256099942544" or my publisher ID given by google after admob registration ?

We have a sample on github:   https://github.com/coronalabs/plugins-sample-ads-admob/blob/master/build.settings

It’s based around AdMob V1 which is no longer available, but the only difference is the code you put in your build.settings.

Rob

We have a sample on github:   https://github.com/coronalabs/plugins-sample-ads-admob/blob/master/build.settings

It’s based around AdMob V1 which is no longer available, but the only difference is the code you put in your build.settings.

Rob