This repository contains the GameMonetize.com SDK for HTML5 Construct 3 games. This allows you to display advertisements in the games published within the GameMonetize.com network. https://GameMonetize.com
UPDATE V2: Downlaod update for Construct 3 (v2 support)
Download the plugin or visit Construct 3 Addons here
- In your Construct3 project, go to Menu > View > Addon manager
- Select and upload the .c3addon file you've just downloaded
- Restart the editor (refresh your browser if you are using the online version https://editor.construct.net)
- Double click your stage and select GameMonetize SDK
Select the new plugin within Construct 3 by right-clicking on Object Types and insert your Game ID in the properties tab. You can find these values within your GameMonetize control panel after creating a new game.
Right-click Object types in the 'Projects' tab, select Insert New Object and select 'GameMonetize SDK' in the 'Monetization' category and insert your Game ID in from your account on game
Add new action or event in your "Event sheet" - click to "Add action" or "Add event"
You can now call the 'Show an Advertisement' action - whenever and as often as you want. We will make sure to reject any premature calls.
Add events for pause and resume game. You have to stop your game and mute all sound & music when you see an advertisement.
Getting the error "ReferenceError: window is not defined" - since our JS file in SDK is hosted, please pay attention
Solution: Click to "Timeline Basics" - left menu "Properties" - section "Advanced" - User worker - select "No"
Answer: When your game is ready to upload, you need to compress all game files to .ZIP file - Root folder of .ZIP file must include index.html and game files
In the case where a developer wants to self-host their game, please contact us on at: info@gamemonetize.com
If you have any technical questions or comments, please email us at: info@gamemonetize.com
Or simply check documentation on: https://gamemonetize.com/sdk






