Hello, follows all the steps and put this code on the button var successCreateBannerView = function() { alert("addBanner Success"); window.admob.requestAd({'isTesting': true},success,error); }; var success = function() { alert("requestAd Success"); }; var error = function(message...