Installation and configuration the plugin
Integration Guide.
Last updated
Integration Guide.
Last updated
Release version 1.5.1 | Release date 03/20/2025
Use our demo application as an example.
To install the Cordova Plugin, you will need:
Check out the demo application
Install the plugin using npm
Declare a variable for using the plugin.
Check the installation correctness by initializing the plugin with debug mode enabled. Install the Plugin
Open the terminal in the project folder and enter the command to install the dependency
Declare a variable for using the plugin after the deviceready
event is triggered.
To make sure that the plugin is installed correctly, you will need to enable debug mode and initialize the SDK.
In debug mode the SDK logs errors and events. It is disabled by default.
Use the EnableDebug
method to enable debug mode.
Use the code below to initialize the plugin in your project.
You can copy your publisher_id
in the "Settings" section of your Madex personal account.
If the plugin is installed correctly, you will see the following message in the console.
This message indicates that the plugin is installed correctly, but ad display is only possible after building the application for Android/iOS.
Done! The plugin is installed, you can proceed to setting up ads.
We recommend that you don't disable debug mode until you finish working with ads.
In case of errors, it is recommended to clear the npm
cache.
If this doesn't help, try installing the plugin in a clean project. If the plugin is installed correctly, try to debug errors in your project.
We also recommend to take a look at the installation and initialization in the demo application.
If you are unable to install the plugin correctly and the above steps didn't lead to successful initialization, please contact support.
For more effective targeted advertising and increased revenue, Madex SDK collects and transmits user App ID data - a unique numerical application identifier from the Apple AppStore.
It is determined automatically, but in some cases, Madex SDK may not be able to determine it.
If Madex SDK did not determine your App ID, you will see the following message in the console.
In this case, you need to set the ID manually.
To set up Apple ID, use the setCustomParams
method.
Set Key
to appStoreAppID
.
Replace apple_id
with your App ID from the AppStore Developer Console. You can find it on the app page in the developer cabinet.
For more effective targeted advertising and increased revenue, you can gather the Apple device's advertising identifier and transmit it to the Madex SDK.
To enable the collection of IDFA, insert the following code into your application's config.xml
file:
To make targeted ads work more effectively and increase revenue, you can collect in app data about a user's exact and/or approximate geolocation, and feed it into the Madex SDK.
By default, geolocation permissions are enabled in the Android SDK.
If you prefer not to provide geolocation data, insert the following code into your application's config.xml
file: