Leadbolt android SDK v6.00

Discussion in 'Advertising Discussion' started by fatos, Sep 16, 2013.

  1. fatos LWC Major

    Member Since:
    Apr 2, 2013
    Message Count:
    268
    Likes Received:
    73
    Trophy Points:
    200
    Guys finally it is out. Floating ads are the new ad format. New tool is Re-engagement (re-engagement messages allows you to encourage your users to re-open your live wallpaper by sending a local notification whith your live wallpaper branding)
  2. sebastian Seasoned Vet

    Member Since:
    Feb 16, 2013
    Message Count:
    135
    Likes Received:
    36
    Trophy Points:
    100
    FATOS, IF i TRY TO ADD NEW ADS ON MY APP i SEE JUST App Ad (SDK),App Audio, (SDK)App Banner (HTML),App Wall / Alert (HTML), AND Re-Engagement (Tools).

    WHERE IS FLOATING ADS??
  3. fatos LWC Major

    Member Since:
    Apr 2, 2013
    Message Count:
    268
    Likes Received:
    73
    Trophy Points:
    200
    whatch carefully it is the first one,App ad (SDK) and then choose floating ads
  4. sebastian Seasoned Vet

    Member Since:
    Feb 16, 2013
    Message Count:
    135
    Likes Received:
    36
    Trophy Points:
    100
    I FIND THE VERY USEFUL TOOLS Re-Engagement, WE SHOULD DO SO THAT WHEN YOU CLICK ON IT MUST OPEN THE splashscreen
  5. fatos LWC Major

    Member Since:
    Apr 2, 2013
    Message Count:
    268
    Likes Received:
    73
    Trophy Points:
    200
    yes re-engagement look very good but hopefully it will be not anoying for the users
  6. sebastian Seasoned Vet

    Member Since:
    Feb 16, 2013
    Message Count:
    135
    Likes Received:
    36
    Trophy Points:
    100
    ACCORDING TO ME THE BEST SOLUTION IS FLOATING ADS, IN THE HOME SCREEN, INTERSTIZIAL ADS IN SLASHSCREEN, Re-Engagement (Tools) THAT OPEN THE SPLASH SSCREEN
  7. fatos LWC Major

    Member Since:
    Apr 2, 2013
    Message Count:
    268
    Likes Received:
    73
    Trophy Points:
    200
    I implemented floating ads and they look very cool for my opinion, they dont work in the home screen just in the menu settings or splash screen if you want.
    You can choose different floating ads like bubbles,clouds,ballons,hot air ballons,UFOs.
    Here is a picture

    floating.png
  8. wladca Active Member

    Member Since:
    Mar 20, 2013
    Message Count:
    50
    Likes Received:
    4
    Trophy Points:
    50
    I just saying BB to leadbolt and startapp companies , I have much better companies atm for us :-( I hope leadbolt make something new in near future.
  9. sebastian Seasoned Vet

    Member Since:
    Feb 16, 2013
    Message Count:
    135
    Likes Received:
    36
    Trophy Points:
    100
    Name of company??
    Joshua and fatos like this.
  10. fatos LWC Major

    Member Since:
    Apr 2, 2013
    Message Count:
    268
    Likes Received:
    73
    Trophy Points:
    200
    Agree whith you Sebastian. Guys what do you think about it
  11. sebastian Seasoned Vet

    Member Since:
    Feb 16, 2013
    Message Count:
    135
    Likes Received:
    36
    Trophy Points:
    100
    guys I'm implementing sial Leadbolt appbuck that, but I have a problem:

    both use the BootReciver, the problem is that I do not know how to insert the same bootreciver both codes without an error.
    I tried to create 2 BootReciver:
    BootReciver and BootReciver1.
    In this way I have no error but the code inserted in the BootReciver1 (ie to Leadbolt, the Re-Engagement (Tools)) does not work or at least I can not see the notification that allows me to re-open the splash screen .. .. how can I do? The following code will place two of the boot reciver:
    this is to appbuck:


    sebatech.waterhdlwp package;

    import com.appbucks.sdk.AppBucksAPI;
    import com.gdfvccxskxiacups.AdController;

    import android.app.Activity;
    import android.content.Context;
    import android.content.Intent;

    public class BootReceiver {
    public void OnReceive (Context context, Intent intent) {
    AppBucksAPI.initialize (context, "Water HD LWP" R.drawable.ic_launcher,
    xxxxxxx, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", false, null, null);

    }
    }

    this is to Leadbolt

    sebatech.waterhdlwp package;

    import com.gdfvccxskxiacups.AdController;

    import android.content.BroadcastReceiver;
    import android.content.Context;
    import android.content.Intent;

    public class extends BroadcastReceiver BootReceiver1
    {
    public void OnReceive (Context ctx, Intent intent)
    {
    / / register the app reengagement on reboot
    AdController re = new AdController (ctx, "xxxxxxx");
    re.loadReEngagement ();
    }
    }

    I tried to put them in the same bootreciver in this way:

    [IMG]

    what can I do?? please help me...XD
  12. sebastian Seasoned Vet

    Member Since:
    Feb 16, 2013
    Message Count:
    135
    Likes Received:
    36
    Trophy Points:
    100
    gays how can I put floting ads on setting and splash splash screen?
  13. sebastian Seasoned Vet

    Member Since:
    Feb 16, 2013
    Message Count:
    135
    Likes Received:
    36
    Trophy Points:
    100
    ok I found the solution, but for the boot reciver, have any solution??
  14. fatos LWC Major

    Member Since:
    Apr 2, 2013
    Message Count:
    268
    Likes Received:
    73
    Trophy Points:
    200
    Did anyone implemented re-engagement,the procedure is like adding ad notifications. I have implemented it but live wallpaper is not sending me any notification.

    UPDATE: I found the solution
  15. Eraste Seasoned Vet

    Member Since:
    Jan 26, 2013
    Message Count:
    159
    Likes Received:
    76
    Trophy Points:
    100
    Audio ads are awesome!

    Place this code line in your SBLiveWallpaper java file under the super.onCreate(); line just as you do in all the others and just sit back and listen to your phone talk to you.

    Code (text):
    AdController audioad = new AdController(this, "your audio ad code");
            audioad.loadAudioTrack(1);
    Replace the (1) with whatever number you want ( this is how many minutes after setting your wallpaper it takes before user hears the ad. )

    This is a one time deal. What I mean is when the user sets the live wallpaper whatever time you chose the audio add will be sent, then it will never be sent to the user again unless: They re-set the live wallpaper or reboot the phone. This is totally compliant with Google play policies because a live wallpaper is an "always" open app.
  16. fatos LWC Major

    Member Since:
    Apr 2, 2013
    Message Count:
    268
    Likes Received:
    73
    Trophy Points:
    200
    Audio ads looks amazing I should try it...Guys Im confused what kind of ad units should I use in my live wallpapers,any ideas
  17. Snow Fall Keeps coming back

    Member Since:
    Jun 23, 2013
    Message Count:
    16
    Likes Received:
    0
    Trophy Points:
    10
    You, who have already implemented the new SDK V-6 of leadbolt, have you get any result???
  18. sebastian Seasoned Vet

    Member Since:
    Feb 16, 2013
    Message Count:
    135
    Likes Received:
    36
    Trophy Points:
    100
    guys i have a problem with most of live wallpaper build with lwp 2.1:
    if I click on icon on the menu the live wallpaper close with error.
    if I go to display live wallpaper there is live wallpaper, so I thing that I have a splash screen problem, but I have no errors in eclipse.
    this is the splash screen of logcat:

    [IMG]


    what is the problem??
    can some one sent me the splash.java and .xml for live wallpaper 2.1, thx
  19. fatos LWC Major

    Member Since:
    Apr 2, 2013
    Message Count:
    268
    Likes Received:
    73
    Trophy Points:
    200
    Sebastian delete the previous one and use this code in manifest,it is for 2.1

    <!-- Register the activity in the manifest -->
    <activity
    android:name=".Splash"
    android:theme="@android:style/Theme.Black.NoTitleBar"
    android:screenOrientation="portrait"
    android:icon="@drawable/icon">
    <intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="android.intent.category.LAUNCHER" />
    </intent-filter>
    </activity>
    sebastian likes this.
  20. sebastian Seasoned Vet

    Member Since:
    Feb 16, 2013
    Message Count:
    135
    Likes Received:
    36
    Trophy Points:
    100
    thxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


    work!!! yeeeeeeeee ahah

Share This Page