Integrate with Enhance - Construct
Using older version? Download library for Construct 2
Banner Ads
Banner is a rectangle filled with an advertising content, displayed on the screen without interrupting the flow of your app.
Example Usage

ACEs
Show banner ad
Action Show banner ad(
position,
optional placement = "default"
)
Display an ad if any is currently available. The ad provider is selected based on your app's mediation settings.
Parameters:
position
- Specifies the position of this ad on the screen. A dropdown menu will present all available options.
optional placement
- Specifies the internal placement of the ad (from the Enhance mediation editor).
Hide banner ad
Action Hide banner ad()
Hide the banner ad which is currently visible, if any.
On banner ad failed
Condition On banner ad failed()
Called when Enhance failed to show an ad for any reason (e.g. received no fill error from the ad network).