android - Do mobile games have only one ad that they toggle on off throughout the entirety of the game? -



android - Do mobile games have only one ad that they toggle on off throughout the entirety of the game? -

i adding ads game making , wondering how works? have multiple ads each set specific part of game i.e menu, pause, store , whatnot? or have 1 advertisement toggle on if user in menu , off when player playing game?

i don't think matters , more depends on app.

for me , libgdx game, have single style of advertisement across whole app. basic banner used on , on , on 1 time again in same style whenever need it. easier games whole game (main screen, game screen, pause etc) rendered on 1 canvas need 1 android layout entire game.

however, might have different formats/sizes of advertisement in different places - e.g. 320x50 on main game screen interstitial on menu page. if case i'd go separate advertisement units each style of ad.

android libgdx admob

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

model view controller - MVC Rails Planning -