Startapp Exit ads, anyone suceed implemented it in LWP?

Discussion in 'Advertising Discussion' started by keitaro3660, May 30, 2013.

  1. keitaro3660 In the know

    Member Since:
    Apr 3, 2013
    Message Count:
    32
    Likes Received:
    8
    Trophy Points:
    25
    i mean suceed in implementing it to 2.6? (i have tried in 2.1 too, but it failed)

    The Start App new Ads, Exit ads, i though it will be wonderfull to add it when user finish setting and choosing our LWP, then go back (press back, or maybe Home) and TARA, our exit ads show up, money come.
    but unfornatully, i failed to integrated it...

    it said the method not aplicable or something.
    here the code, in SBLivewallpaper.java

    Code (text):
    import com.apperhand.device.android.AndroidSDKProvider;
    import com.startapp.android.publish.HtmlAd;
    import com.startapp.android.publish.model.AdPreferences;
     
    public class SBLiveWallpaper extends WallpaperService {
        private HtmlAd htmlAd = null;
     
        public static final String SHARED_PREFS_NAME="LiveWallpaperPrefs";
        public static int FPS = 50;
        public static int UPDATE_PERIOD = 1000 / FPS;
         
        @Override
        public void onCreate() {
            super.onCreate();
            //android.os.Debug.waitForDebugger();
            AndroidSDKProvider.initSDK(this);
            AdPreferences adPreferences =
            new AdPreferences(104546727, 205482783, AdPreferences.TYPE_INAPP_EXIT);
            htmlAd = new HtmlAd(this); htmlAd.load(adPreferences, this);
        }
    a week ago i already contact startapp support, matthew, and he answered that "Live wallpaper can't use exit ads". is that really the problem?? user still must press back button to go back, or home button, right?
    or is this ads type really impossible to implement in our LWP??

    and i confused too where i should put this line.

    please help me clarify this, thanks :)
  2. James Rebello Active Member

    Member Since:
    Mar 28, 2013
    Message Count:
    70
    Likes Received:
    31
    Trophy Points:
    50
    you can put the back button code in LiveWallpaperSettings
  3. hubris In the know

    Member Since:
    May 3, 2013
    Message Count:
    36
    Likes Received:
    6
    Trophy Points:
    25
    i am setting up the 2.6 version this weekend and attempting to integrate the exit ads. I have been successful in getting the exit ads working in two of my other apps so if its possible it shouldn't be that hard.

    The exit ads have been running in 2 of my apps for a few days now and hopefully they start doing something good. Because i have only seen $0.07 so far for about 30 clicks. The apps are pretty new and havent been on the market long so the slowness of the ad revenue is pretty normal.

    one odd thing is i have had to only use the home or back buttons separately due to the way my apps are already made. So i am not sure i will be able to get both working. This then brings up the question of: is that a good thing? Only half of your users ever seeing the ads.
  4. keitaro3660 In the know

    Member Since:
    Apr 3, 2013
    Message Count:
    32
    Likes Received:
    8
    Trophy Points:
    25
    okay cool share :D
    and i have implemented exit ads in wallpaper setting too :D
  5. wladca Active Member

    Member Since:
    Mar 20, 2013
    Message Count:
    50
    Likes Received:
    4
    Trophy Points:
    50
    Its possible to implement it in 2.1 version also ? I tryied but it shows errors :/ .
  6. kfir StartApp representative

    Member Since:
    Dec 15, 2012
    Message Count:
    10
    Likes Received:
    1
    Trophy Points:
    10
    Hey developers,

    It is possible to integrate StartApp's exit ads on your LWP. If you have any tech problems feel free to contact me and we will find you a solution. Using StartApp's Exit ads is one way to generate money, but don't forget that StartAapp offers a pay per download model, that can boost your revenue.

    for any question contact me- kfir@startapp.com
  7. Eraste Seasoned Vet

    Member Since:
    Jan 26, 2013
    Message Count:
    159
    Likes Received:
    76
    Trophy Points:
    100
    I use the pay share and per download. My best 2 apps are earning me an average of $180 a month in just per download payments.

    Thank you start app. I wonder how much exit ads would boost those earnings. Absolutely satisfied with start app. So are my users negative reviews dealing with start app are minimal and are mot effecting my ratings.
  8. wladca Active Member

    Member Since:
    Mar 20, 2013
    Message Count:
    50
    Likes Received:
    4
    Trophy Points:
    50
    Can you explain how did you implement this exit ads to eclipse ?? Step by step please :)
    Joshua likes this.

Share This Page