What do you mean?May I ask what Ads hosting or provider are you using?
As I know Google ads are not allowed for desktop apps.
Are you running your own Ads hosting company?![]()
I see.What do you mean?
This is a WebApi where you run on your VPS and you can load your own created banners or fullscreen ads you created. you can sell ads, promote your apps across other platforms. this is very useful if you have low revenue banners and want to use it for your own ads. i am using admob to show ads but this is a separate tool you can add to your already existing apps. google cannot tell you what ad company to use. there are many ad companies not only admob and now you can become your own ad company!
Frim my experience admob gives best results. The tool i created will allow you to show your own ads inside your appsI see.
I really have little knowledge on ads.
I only know Adsense and Admob.
I will explore more when I have time.
Hope the community can enlighten me on more ads platform.
Do you mean something like showing a pop up/sliding image/video designed by myself in my apps?show your own ads inside your apps
Sorry i dont understand the question. You can load your own ads from the b4j server via get request. All classes and evrything you need is included. Right now you load banners or fullscreen ad but it is simple to implement video ads or other types. Everything in the backend + clients is coded in b4x so simple to update.Do you mean something like showing a pop up/sliding image/video designed by myself in my apps?
If I only have a website, my app only show that only one ads?
If I understand correctly, your AdFusion is a B4J server web app use for analyzing ads performance.Sorry i dont understand the question. You can load your own ads from the b4j server via get request. All classes and evrything you need is included. Right now you load banners or fullscreen ad but it is simple to implement video ads or other types. Everything in the backend + clients is coded in b4x so simple to update.
After reading again yes this is what adfusion is. You can always mix like show your own banner and mix with admob. So you dont really have to switch 100% between admob or adfusion. You can mix and win both side of the coin.If I understand correctly, your AdFusion is a B4J server web app use for analyzing ads performance.
It should be hosted 24/7 and provide APIs for any cross platforms client apps to display ads.
Let say I am running this server and have an Android app showing an Ads hosted on this server, when a user is opening the app (ads is loaded), it will make a http request (API call) to the server.
It will return the ads JSON including URL of the image.
The client app continue to download the image and the database impression count is updated.
If the user clicks on the ads, it will also make a click API request to the server and update the click counts.
So it seems to me that I am hosting my own ads on a server.
I need to design each of the ads I want to show on my client apps for promoting my own products.
If I have less products, let say only 3 products then my client apps will keep repeating those 3 products ads.
It is like when I open the unregistered WinRAR app, I will see the same ads on every load.
This has nothing to do with ads hosted by Google Adsense or Admob.
Another way is I can make money by selling ads.
I need to convince any merchant or brand to put their ads in my apps. I can charge them for certain fee.
Provided my apps are very popular or have at least 10,000 of users.
Or another app developer or website webmaster wants to put ads hosted by this server solution.
Am I correct?
Now this is confusing me.After reading again yes this is what adfusion is. You can always mix like show your own banner and mix with admob. So you dont really have to switch 100% between admob or adfusion. You can mix and win both side of the coin.
Showing the ad can be mixed like if you load banner via admob.Now this is confusing me.
How both self hosted and admob ads can be mixed?
Are you also integrating the server with B4A Admob library?
Oh, you mean in client apps. I thought on server.Showing the ad can be mixed like if you load banner via admob.
Adview.loadad
And via adfusion
Adfusion.loadad
You can mix and call 1 time admob and 1 time adfusion so you dont have to give up admob you can have both. But server manage only adfusion ads i only ment for the client to show ads.
Yes of course.Would it be possible to have targeted advertising within AdFusion? Or possibly choose between AdMob/AdFusion based on user criteria?