use the Appodeal mediator

Asked

Viewed 790 times

1

How do I use the Appodeal mediator? I’m new at this, trying to monetize an app.

Can someone describe my steps?

How much do they pay for each video that is shown? (A media at least)

  • You need the extension, I do not know if you have it in firefox in google Crhome and Uc Browser I know you have

1 answer

1

Let’s Get Started , with the admob account and appodeal created go to this link https://www.appodeal.com/apps/new?apps_filter=0 fill as your app,make sure to put the android option and remembering that Bundle ID is the package name of your app. creat app-> choose your platform -> the types of advertisements -> if you chose banner on the next page choose whether it will be at the top or bottom. next page will appear the Networks if you want to disable any just click on it, the process will be slower if all have selected anything else out of the normal, dpois you choose if you want to show advertisements that generate more profit($$$) or that have better reviews,
na next page if you have activated the interstical will have two options choose the one that suits you best, select whether you are using proguard or not, Mfim the document.

At this point you will need google Chrome uc browser to install the extension, I do not know if it has extension to Firefox more without the extension on have. When the extension is installed click on it, it will have the steps, will click on the order to do what you need, in the option that has admob will set up alone do not do anything until finished, when finished click on the extension again and finish the missing process, a message will appear on the page of admob close it to continue the conficuração.

when this is done, this part is ready, in case it is not redone the extension part. in point 3 download sdk You can download Android SDK here..

Put this on your . Gradle compile project(':cheetah-mobile-3.4.7') compile 'com.google.android.gms:play-services-ads:8.4.0' compile 'com.google.android.gms:play-services-location:8.4.0'

put this in your manifesto, don’t forget the permissions! know how the manifesto works right? https://www.appodeal.com/sdk/documentation?framework=1&full=1&platform=1#p_4

here a video of 2015 comparative that shows the difference in the gains generated between the two. https://www.youtube.com/watch?v=gUQrCM_ClVQ.

here a video in English unattended of everything I said. https://www.youtube.com/watch?v=FB0T-Dsmo6c

here a video in Portuguese unattached from everything I said. https://www.youtube.com/watch?v=uLReoaG30AI

Here’s a code for you to test the ad with a banner below. just stick to the activity you want.

    String appKey = "Coloque aqui a chave appodeal do seu app";
    Appodeal.initialize(this, appKey, Appodeal.BANNER);
    Appodeal.show(this, Appodeal.BANNER_BOTTOM);
  • valeus @Wallace Roberto, I searched and no extension for firefox was found, but from what I talked in appodeal chat they only use the extension to make the modifications in admob and only one time, then I’ll install Chrome here just for this and then I’ll come back to the subject with you, blz, I already have apps running with admob, but I need to leverage more of their earnings.

  • All right, I’m waiting.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.