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 ?