Interstitial Ad

183 views
Skip to first unread message

Paweł Gruntowski

unread,
Dec 20, 2013, 6:25:25 AM12/20/13
to google-adm...@googlegroups.com
My interstitial ad are displayed in incorrect place and size. How can i fix it?
wp_ss_20131219_0001.jpg
wp_ss_20131220_0001.jpg
wp_ss_20131220_0002.jpg
wp_ss_20131220_0003.jpg

William Ferguson

unread,
Dec 22, 2013, 11:59:38 PM12/22/13
to google-adm...@googlegroups.com
Post some code.
Message has been deleted

Paweł Gruntowski

unread,
Dec 23, 2013, 3:34:48 AM12/23/13
to google-adm...@googlegroups.com
This is stampe sdk from google googlemobileadssdkwindowsphone8.zip

to Load Interstitial :

interstitialAd = new InterstitialAd("ca-app-pub-xxxxxxxxxx/xxxxxxxxxx");

            interstitialAd.ReceivedAd += OnAdReceived;
            interstitialAd.FailedToReceiveAd += OnFailedToReceiveAd;
            interstitialAd.DismissingOverlay += OnDismissingOverlay;
            AdRequest adRequest = new AdRequest();
            adRequest.ForceTesting = false;
           
            interstitialAd.LoadAd(adRequest);
            showInterstitial.IsEnabled = false;

and to Show :

interstitialAd.ShowAd();

Amy Quispe (AdMob SDK Team)

unread,
Dec 26, 2013, 3:47:13 PM12/26/13
to google-adm...@googlegroups.com
Hi Pawel,

Are you still facing problems?

Amy Quispe

Paweł Gruntowski

unread,
Dec 30, 2013, 2:59:34 AM12/30/13
to google-adm...@googlegroups.com
Yes. My Interstitial Ad still didn't display correct.
Reply all
Reply to author
Forward
0 new messages