addNetworkExtras(extras) not working with interstitial ad

13 views
Skip to first unread message

Manojit Ghosh

unread,
Jan 17, 2014, 7:27:46 AM1/17/14
to google-adm...@googlegroups.com
Is that meant for banner ads only?
I tried to change the text color but I failed. It's still black.
Code:
            Bundle bundle = new Bundle();
   bundle.putString("color_text", "FF0000");
   AdMobExtras extras = new AdMobExtras(bundle);
   
   // Create ad request.
   AdRequest adRequest = new AdRequest.Builder().addNetworkExtras(extras).addTestDevice("DEVICE_ID").build();


William Ferguson

unread,
Jan 18, 2014, 7:32:13 AM1/18/14
to google-adm...@googlegroups.com
Yes, I'm pretty sure options to change text colour etc are only for banner ads.

William 
Reply all
Reply to author
Forward
0 new messages