An open API service indexing awesome lists of open source software.

https://github.com/cleveradssolutions/cas-construct

CAS.AI Construct 3 plugin for monetizing mobile applications.
https://github.com/cleveradssolutions/cas-construct

ads cas construct construct3 construct3-addon construct3-free javascript mediation mobile-ads typescript

Last synced: 1 day ago
JSON representation

CAS.AI Construct 3 plugin for monetizing mobile applications.

Awesome Lists containing this project

README

          

# CAS.AI Mobile Ads for Construct
[![Addon Release](https://img.shields.io/github/v/release/cleveradssolutions/CAS-Construct?logo=construct3&label=Addon)
](https://www.construct.net/en/make-games/addons/1532/cas-ai-mobile-ads)
![Construct](https://img.shields.io/badge/Construct%203-r401-blue.svg)
![SDK](https://img.shields.io/badge/Addon%20SDK-v2-blue.svg)
![Platform](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg)
[![App-ads.txt](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/cleveradssolutions/App-ads.txt/master/Shield.json)](https://github.com/cleveradssolutions/App-ads.txt)

The CAS.AI Mobile Ads SDK (by CleverAdsSolutions) offers advanced mobile advertising capabilities with refined ad formats and streamlined APIs to access multiple ad networks and maximize monetization in mobile apps.

This repository contains the official Construct plugin for CAS.AI, allowing Construct 3 developers to easily integrate and monetize their apps using the CAS.AI SDK.

CAS.AI supports 25+ mediation adapters, giving you the flexibility to include only the networks you want in your application. All other tasks including registering your app with third-party services, configuring ad units, and preparing your mediation stack are handled automatically by our platform. You don’t need to manually create accounts or set up placements across multiple ad networks. We do it for every app individually, ensuring a smooth, optimized, and headache-free onboarding experience.

Start monetizing smarter with less setup and more results.
Simply [Get started with cas.ai](https://cas.ai) and get immediate access to our platform.

## Getting Started
For setup instructions, usage examples, and API details, refer to the [Developer Guide](https://docs.page/cleveradssolutions/docs/Construct).

## Downloads
Visit [Construct Addons](https://www.construct.net/en/make-games/addons/1532/cas-ai-mobile-ads) or [releases assets](https://github.com/cleveradssolutions/CAS-Construct/releases) to get the latest version of the `.c3addon`.

## Feedback & Contributions
Found a bug? Have a feature request or suggestion?
Please open an issue using [GitHub’s Issue Tracker](https://github.com/cleveradssolutions/CAS-Construct/issues).

## Addon Development Setup
After cloning the repository, install the dependencies:
```sh
npm install
```

For proper type checking, need to export Construct's type definitions to addon folder:
1. In Construct, [enable developer mode](https://www.construct.net/en/make-games/manuals/addon-sdk/guide/enabling-developer-mode) and then reload Construct.
2. In the main menu, a new Developer mode submenu should have appeared. In that submenu, select Set up TypeScript for addon.
> Note this requires a browser that supports the File System Access API - try using Chrome or Edge if the option does not appear.
3. A folder picker appears. Select the folder that contains `addon.json`.

## Dependency repositories
This Construct plugin is built on top of the CAS.AI Cordova plugin for building Android and iOS applications.
- [CAS.AI Cordova plugin (GitHub)](https://github.com/cleveradssolutions/CAS-Cordova)

Refer to these repositories for follow the latest releases, changelogs, or to report platform-specific issues.