Something huge is coming soon (few days)

aeric

Expert
Licensed User
Longtime User
Is it ready for prime time? :)
 

Magma

Expert
Licensed User
Longtime User
👏 waiting for.... I don't know exactly what I am waiting... but if ilan said... is big / I am sure for it....

🙏 An AI B4X Language Editor / that will compile fast and fix errors - compatible with every AI model!
🙏 A Game - Platform Creator - Designer - with generation of code-b4x (I am voting this - ilan proved that he is a great game developer)
🙏 something different...
 

ilan

Expert
Licensed User
Longtime User

 

aeric

Expert
Licensed User
Longtime User
May I ask what Ads hosting or provider are you using?
As I know Google Adsense are not allowed for desktop apps.
Are you running your own Ads hosting company? 🙂
 

ilan

Expert
Licensed User
Longtime User
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? 🙂
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!
 

aeric

Expert
Licensed User
Longtime User
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!
I 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.
 

ilan

Expert
Licensed User
Longtime User
I 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.
Frim my experience admob gives best results. The tool i created will allow you to show your own ads inside your apps
 

aeric

Expert
Licensed User
Longtime User
show your own ads inside your apps
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?
 

ilan

Expert
Licensed User
Longtime User
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?
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.
 

aeric

Expert
Licensed User
Longtime User
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.
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?
 

ilan

Expert
Licensed User
Longtime User
No b4j adfusion is not analyzing ad performance from other ad companies it is a self providing ad server. You can create your own ads and show them inside your apps. It is basically a similar tool as admob. Create ads -> load to your apps. 100% your tool and your ads that you can sell or use to promote other apps or website or whatever you want.
 

ilan

Expert
Licensed User
Longtime User
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?
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.
 

aeric

Expert
Licensed User
Longtime User
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.
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?
 

ilan

Expert
Licensed User
Longtime User
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?
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.
 

LucasHeer

Active Member
Licensed User
Longtime User
Wow!!!! This is brilliant!

I can see this being a gamechanger for localized/regional apps as well. So much more $$$ to be made for developers.

Would it be possible to have targeted advertising within AdFusion? Or possibly choose between AdMob/AdFusion based on user criteria?
 

aeric

Expert
Licensed User
Longtime User
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.
Oh, you mean in client apps. I thought on server.
 

ilan

Expert
Licensed User
Longtime User
Would it be possible to have targeted advertising within AdFusion? Or possibly choose between AdMob/AdFusion based on user criteria?
Yes of course.
You have 3 kind of filters to target specific ads to specific apps. You can ofcourse in the client apps decide also which ad to load admob or adfusion based on user criteria.

It is a smart server and you can customize it. Source is included in the project
 
Top