GameMaker (2.3)
Icon

AdMob Ads Free

Sheep Studios

You must be logged in to obtain assets

Description

A free and open sourced AdMob Ads SDK for your game/app. Works right out of the box. This asset uses the latest official AdMob SDK, and we'll update this asset with every AdMob SDK update, so don't worry about having to update your SDK!

Supported platforms:

  • Apple iOS
  • Android
  • Amazon Tablets

Ad units:

  • Interstitial ads
  • Rewarded ads
  • Banners

Check out the official GitHub repo.

  1. Drag and drop cont_admob into your first room and make sure you mark it as persistant
  2. That's it! You can now start serving test ads. Simply replace the test ad units with your own ad units ID once you are ready to publish

Showing ads is super simple! Simply use the following functions:

// This shows an interstitial ad
show_interstitial();

// This shows a rewarded ad
show_rewarded();

// This creates a banner ad
add_banner();

// This hides a currently shown banner ad
hide_banner();

// This shows a currently hidden banner ad
show_banner();

// This destroys an existing banner ad
destroy_banner();

If you found this asset useful, please consider leaving a review!

(official documentation coming soon!)

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2.3 - Version 1.2.0. Published December 19, 2020

  • Added the destroy_banner(); function which destroys a currently existing banner
  • Set cont_admob to persistent as default
Privacy Policy
Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait