PUBLISHERS

Please read our docs and contact us for any inquiry.

OfferDaddy Android SDK OfferWall

Let's suppose you have an activity named DemoActivity

Create 3 variables holding your APP_KEY, APP_TOKEN and USER_ID, like this:

public static final String DADDY_APP_KEY = "Your App Key Goes Here";
public static final String DADDY_USER_ID = "Your UNIQUE user id Goes Here";
public static final String DADDY_APP_TOKEN = "Your APP Token Goes Here";

You can find the values for your APP KEY and APP TOKEN in your OfferDaddy's Publisher control panel: Go to Apps(Offerwall), select your App and (in the far right), click the "Integrate" orange button.

For your unique USER_ID you can use whatever you want, as long as a unique string for every user (always the same for the same user). Usually, you will use Google Advertising ID (GAID).

 

Then, usually in the onCreate method of your DemoActivity, Initialize the SDK:

Offers_offerdaddy.initialize(DemoActivity.this,DADDY_APP_KEY,DADDY_USER_ID,DADDY_APP_TOKEN);

 

Then whenever you want to call the Offer Wall just call:

Offers_offerdaddy.ShowWall(DemoActivity.this);

 

As a way to monetize your users at maximum levels, if a user lands in the offer wall from a country for which we don't have offers for, the sdk will automatically present the Surveys wall.