manually remove, hide or disable banners

662 views
Skip to first unread message

Roi Mulia

unread,
Dec 25, 2014, 1:31:20 PM12/25/14
to google-adm...@googlegroups.com
Hey guys, something i thought about .
If i want to remove, hide Admob banner , i can use simply the hidden attribute, but it still uses the requests even if the users can see , it show it like an impression. 
something that i dont want . it is possible to remove the banner, and add it again not using it?
i mean when i remove/hide it i dont want that request will sent . i just want it to be removed , and when i show it again i want it function normal. is it possible?

Albert Gazetdinov

unread,
Dec 26, 2014, 1:52:06 AM12/26/14
to google-adm...@googlegroups.com
you need to use a software downloading a banner, that is, during hide the banner not to send request

четверг, 25 декабря 2014 г., 21:31:20 UTC+3 пользователь Roi Mulia написал:

Roi Mulia

unread,
Dec 26, 2014, 6:15:57 AM12/26/14
to google-adm...@googlegroups.com
Can you explain more please? How can i do that?

William Ferguson

unread,
Dec 26, 2014, 6:31:31 PM12/26/14
to google-adm...@googlegroups.com
If I understand you correctly, you want to not show the banner during some periods at which point you don't want it making ad requests.

To do this you need to call:
  • AdView.setVisible(View.GONE) (or View.Hidden)
  •  AdView.pause();
When you want to show the AdView again call:
  • AdView.setVisible(View.VISIBLE);
  • AdView.resume();


William

Roi Mulia

unread,
Dec 26, 2014, 7:23:23 PM12/26/14
to google-adm...@googlegroups.com
Is it Ios command? 
--

---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/-TF1LFy_zqI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

William Ferguson

unread,
Dec 26, 2014, 7:41:01 PM12/26/14
to google-adm...@googlegroups.com
Sorry, those are how to do it using Android.
IOS - no idea. Presume it is something similar.


photo
William Ferguson
Founder and CEO, XandarMob

Amy Quispe (AdMob SDK Team)

unread,
Dec 26, 2014, 8:59:17 PM12/26/14
to google-adm...@googlegroups.com
Hi Roi -

For iOS you can check out this guide.

Amy Quispe
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--

---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/-TF1LFy_zqI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages