Ads for Unreal Engine

Hi guys, i want to use Charboost or Heyzap or anything else advertisement company for my game but there is no SDK for UE nowhere. Can i use this ads companies or others on my game?

I would also appreciate that Epic developed some SDK for major ads servers as Unity did.

I found this thread which started one year ago, but no news since then…

No ads on mobile makes it quite difficult for indie developers to make money on mobile with Unreal Engine.

By the way, it would be great to have this implemented with blueprints.

Hi,

I think we can create our own plugins for other ad companies. For example, have a look on a plugin for using admob for iOS device.

Using github login, search Epic Games repository. In that, we can find the C++ code of how iads and admob is deployed.

Admob-

Hope this helps you :slight_smile:

Tip: if you did not login in github and signed up Epic games (repo), you will see the error no page found.

You can use my plugin for Android & iOS ads: Universal Mobile Ads for iOS & Android - Marketplace - Unreal Engine Forums
Supported ad formats: Banners, Interstitials, Rewarded videos

you need to write custom plugin, most ad network did not write plugin for unreal engine 4,
but you can have a look at some ads plugin, to direct use it or write you own plugin:
https://github.com/feixuwu/UnrealEngine4-EZ-Mobile-Ads