KWIZZAD for Publishers
KWIZZAD is a native advertising platform that can be easily integrated into any mobile or web application in order to guarantee maximum flexibility in the monetization of your product.
Thanks to our successfully-tested quiz-ad format, KWIZZAD offers you the best monetization options, which serves to turn offerwalls, the procurement of in-app currencies or the activation of digital content into a rewarding and entertaining process.
Thanks to our streamlined SDK and personal consultations, we allow for instant implementation, in order to allow you to concentrate on what’s most important: your product.
The
highest CPM's
Our entertaining advertising format increases user interaction and leads to higher conversions.
Therefore, we guarantee only very high CPM's!
No
more annoying ads
KWIZZAD increases users’ acceptance of advertising, due to the user interacting with the campaign in a playful way.
Simple
integration
Due to our streamlined SDK and personal coaching, we can offer fast and hassle-free implementation.
How it looks
Example integration of a KWIZZAD within an app or website
The button below is updated live from our demo ad database. It is a fully working KWIZZAD web integration. This example integration was done, from scratch, in under 30 minutes. This even includes the extra time spent on writing the CSS to customize the look&feel.
Yes, it is that simple!
To try it out, just click or tap the ad below.
How to integrate Kwizzad into your website or app
package com.mycompany.example;
import android.app.Application;
import com.kwizzad.Configuration;
import com.kwizzad.Kwizzad;
public class ExampleApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
Kwizzad.init(
new Configuration.Builder()
.applicationContext(this)
.apiKey("your api key as received from the KWIZZAD publisher integration team")
.build()
);
}
}