Control Ads From Server

spamco

Banned - selling outside of the marketplace.
Joined
May 30, 2020
Messages
267
Reaction score
96
He,
Any one have any idea how to control Ads admob from server
So you can change ads unit outside from server without changing in the code and updating it

Thanks,
 
He,
Any one have any idea how to control Ads admob from server
So you can change ads unit outside from server without changing in the code and updating it

Thanks,
yes ;)
but you need to use old SDK, 15.0
 
yes ;)
but you need to use old SDK, 15.0
What about server and details, so I can give them to a developer please
 
What about server and details, so I can give them to a developer please
some simple hosting, json with value, domain, read json with gson library and set up id in your app
 
some simple hosting, json with value, domain, read json with gson library and set up id in your app
thanks a lot :)
 
Does it mean the sdk which does not need manifest?

If yes, does the old sdk work well if my project uses AndroidX?

Thanks
I not tested this with Androidx, you need to import it and check ;)
no manifest ID
 
I don't know, not using this
Then what do you use? Are you saying "yes it is possible with old admob version, but I don't use old one, I use the latest admob version" ??
 
Then what do you use? Are you saying "yes it is possible with old admob version, but I don't use old one, I use the latest admob version" ??
BULLSHIT Xd

using other ad networks, from 16.0 admob requires ID in manifest, in 15.0 don't, so you can change
 
BULLSHIT Xd

using other ad networks, from 16.0 admob requires ID in manifest, in 15.0 don't, so you can change

im using latest admob sdk and using json admob server and it still working no need to save your app id on manifest
just use com.google.android.gms.ads.AD_MANAGER_APP on manifest

and you can set app id on json and then convert into java code parsing
here the tutorials : https://developers.google.com/ad-manager/mobile-ads-sdk/android/quick-start

using older sdk is not good idea since you will lose admob new features
 
Back
Top