Skip to content

Apollo144/document

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document

This plugin help you easy integrates multiple ad networks(admob, unity(4.23 or newer), vungle(4.23 or newer), chartboost(4.23 or newer)) for your game both Android and IOS same code, All features are available in C++ and Blueprint. this plugin automatic process ads reload and other detail, so you can easy use just call when you need.

There's two version of this plugin in marketplace, the free version have 2% ads traffic share, the pro version have no any ads traffic share.

Contact:feixuwu@outlook.com

AdNetworks

Admob

Unity(4.23 or new version)

ChartBoost(4.23 or new version)

Vungle(4.23 or new version)

New Feature:Custom Load and Custom Show(Pro only)

the EasyAds Pro allow the users to load and show ads wtih custom ad unit in code. this means you can use as many ad unit as you can, you are not limited can only use a single interstitial and a single rewarded video. here is the tutorial video: tutotial video

Get Start(2 step)

Here is a tutorial video how to use this plugin

1. fill ad unit

open Editor->Project Setting, find EasyAds fill the ad unit:

ScreenShot

2. call function show ads

in blueprint editor, when you want show show the ads, just call function "ShowBanner", "ShowInterstitial", "PlayRewardedVideo" ShowBanner:

ScreenShot

ShowInterstitial:

ScreenShot

PlayRewardedVideo:

ScreenShot

Some times, you want to check if ads aviable, you can call "IsBannerReady", "IsInterstiralAdsReady", "IsRewardedVideoAdsReady"

IsBannerReady:

ScreenShot

IsInterstiralAdsReady:

ScreenShot

IsRewardedVideoAdsReady:

ScreenShot

Read debug message to learn why ads load fail:

in level blueprint, on event BeginPlay call this function:

ScreenShot

from the out debug message, you can find the error number, each number describle a reason:

0 ERROR_CODE_INTERNAL_ERROR

Something happened internally; for instance, an invalid response was received from the ad server.

1 ERROR_CODE_INVALID_REQUEST

The ad request was invalid; for instance, the ad unit ID was incorrect.

2 ERROR_CODE_NETWORK_ERROR

The ad request was unsuccessful due to network connectivity.

3 ERROR_CODE_NO_FILL

The ad request was successful, but no ad was returned due to lack of ad inventory.

License

free version share 2% ads traffic, pro version have no any ads traffic share.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published