Hi Everyone, please help me ( it's a bit urgent )
In my game , each time a level completed i display an Admob interstitial
Than , the idea of using Appodeal mediation came to my mind ( for rewarded video inside the level )
Now i am afraid maybe Admob will suspend my admob account saying that i duplicate ads or something !! because i display both admob interstitial + appodeal ( who are linked to admob ) So is it really safe to do so ??
or i have to remove Admob, and use only appodeal ( interstitial + video ) ??
Hey, do you really want to do that?
Of course, monetization is all about testing, but for us Appodeal was a huge disappointment.
Did you try it eventually? What's your experience?
Related
Hi,
Is there anyway we can have the small today screen plug in which could display the Google Adsense earnings ?
I guess, many of us are having Adsense accounts and they would definitely be eager to know the real time earnings
Thanks in advance.
i think it will be hard as adsense use https:\\
Don't get me wrong, I'm part of this AdSense-Program for myself-but I don't get why u'r too lazy to fire up your mobile browser?
I'm too.
I think it would be possible if you had some kind of Gateway towards it.
As I'm a PHP programmer, I'd suggest you to let some Script fetch the values.
This could then be published via RSS f.e. ...
very nice idea !
i will find that tool very usefull !
Is it feasible to develop adsense application in J2ME ?
Well...nice to see that some of us are really interested in such adsense application.
Idea is its really unnecessary to launch the browser each and everytime we want to check the adsense earnings (and particularly for people like me who check earnings 30 times a day )
Rather, if we can come up with today screen plugin, it can display summary of current earnings all the time without much pain just like battery status application shows current remaining battery life.
Well..I am an experienced J2EE programmer and I can learn J2ME just to develop this application, if anyone who is expert in WM6 programming can confirm that this is the right way.
Looking forward for suggestions..
Question for you Android SDK wizzes out there.
I was wondering if anyone can explain from a high level how Android SDK or any SDK works. I know android runs off java, but was hoping how an SDK helps you design an app.
Also, is there an Android App editor out there? (Similar to an HTML editor to help you make websites). basically I am looking for a way to make a simple android app without needing to know too much java.
Thanks,
You could check out Google Inventor.
It's really easiest just to answer your questions with links:
SDK
http://en.wikipedia.org/wiki/Software_development_kit
App editor for non-coders:
http://appinventor.googlelabs.com/about/
Android SDK:
http://developer.android.com/sdk/index.html
What is in it:
http://developer.android.com/sdk/installing.html
Eclipse, the IDE most people use to develop Java Android apps:
http://www.eclipse.org/screenshots/
Thanks guys!
Does anyone know what good books on java you would recommend for someone just starting out to program android apps?
In addition, can someone point me in the direction of what specific skills i need (after learning java) I would need in order to program something similar to what I am about to describe:
Make a plugin for an android game (that a friend has developed, so I have the game source code) that can read in-game achievements and display a different advertisement depending on what in-game achievement is reached. So i'm not really programming an app, but a backend program...if that makes sense which would connect to a server to obtain the display advertising corresponding to the in-game acheivement.
Using angry birds as an example:
- if i hit level 5 - display an ad from Bestbuy
- if i hit level 10 - display an ad from futureshop
Thanks again!
Here are some basic Java tutorials;
http://download.oracle.com/javase/tutorial/
A lot of android information and examples here;
http://developer.android.com/guide/topics/ui/index.html
Check out Admob or doubleclick for serving ads;
http://developer.admob.com/wiki/Android
http://code.google.com/mobile/afma_ads/docs/android/doubleclick/
I don't think you can do what you're asking as a plug-in, (don't think there really is a plug-in equivalent in android, unless it's maybe a jar file or a service. Then you're getting way beyond what a novice programmer would be capable of). But I'm a rookie myself. So maybe someone else can tell you better.
________________________________
http://ron-droid.blogspot.com
misc86 said:
Thanks guys!
Does anyone know what good books on java you would recommend for someone just starting out to program android apps?
In addition, can someone point me in the direction of what specific skills i need (after learning java) I would need in order to program something similar to what I am about to describe:
Make a plugin for an android game (that a friend has developed, so I have the game source code) that can read in-game achievements and display a different advertisement depending on what in-game achievement is reached. So i'm not really programming an app, but a backend program...if that makes sense which would connect to a server to obtain the display advertising corresponding to the in-game acheivement.
Using angry birds as an example:
- if i hit level 5 - display an ad from Bestbuy
- if i hit level 10 - display an ad from futureshop
Thanks again!
Click to expand...
Click to collapse
You would have to get an ad partnership with Bestbuy and Futureshop to do that, ad "plug ins" are just random ads that pop up, so when you add Admob to an app Admob decides what ad will appear.
misc86 said:
Make a plugin for an android game (that a friend has developed, so I have the game source code) that can read in-game achievements and display a different advertisement depending on what in-game achievement is reached. So i'm not really programming an app, but a backend program...if that makes sense which would connect to a server to obtain the display advertising corresponding to the in-game acheivement.
Click to expand...
Click to collapse
it wouldn't be a plugin per se, but it would depend on how your friend calls the ad code. i'm not familiar with admob codes and so on, but you should be querying a php/asp file from a server and passing a level argument, which is then parsed, and relevant ad code returned in exchange. i'm not sure if android can accept 3rdparty js like this, but i'd assume it can.
call to ads: http://somedomain.com/friends-game/ads.php?level=12
ads.php
Code:
<?php
$adcodes = array();
$adcodes[] = "....."; // adcode for first levels, e.g. 1-4
$adcodes[] = "....."; // adcode for first levels, e.g. 5-9
//... etc
// check level is valid number, greater than 0, and less than max amount of levels
if (ctype_digit($_GET['level']) && $_GET['level'] > 0 && $_GET['level'] < 100){
// return the correct ad code -
print $adcodes[floor($_GET['level'] / 5)];
}
exit;
with my mid-morning pre-coffee head on, that'll probably accomplish what you want
you could add extra to it, by passing a "clientid" arg to the script call for your "purposes"
Hello Guys, I've have several mobile optimized websites and one app, so I was looking for Ad Networks to monetize it. I've found several interesting networks and would like to know if someone is working with (or heard about) Fidelity Media? I'm thinking to monetize part of my traffic with them on CPM basis. Please let me know if you have any information about it.
Our team works with the mopub , therefore we are not able to integrate with the any other adnetwork sdk. Please help me to find adnetworks with js tag and s2s integration (without sdk)
you can try the RTB platform of BLUAGILE
they are a DSP connected to different ad exchanges and they have a self serve platform too.
they can support 3rd party tags (JS TAGS, IFRAMES, ROTATING TAGS, ADTAGS)
You can search for their company. Bluagile DSP
Try adotize. it also best
Try Adcrax
You can try our company as well. Our cpc rates are about 0.03 to 0.05 . Payment terms are weekly with 10$ minimum payout.
dgorlov said:
Our team works with the mopub , therefore we are not able to integrate with the any other adnetwork sdk. Please help me to find adnetworks with js tag and s2s integration (without sdk)
Click to expand...
Click to collapse
Hi! Our Ad network - Hyper(hyperadx.com) provide publishers with s2s monetization solution. Also we have Mopub adapter for android.
Hope our solutions are something you were looking for.
Hi,
We can do big tier-1/2 installs volume from our existed app network on Google Play.
Looking for interesting SDK for monetization, which can bring $1 from active user per month.
Not interested in standart ad formats, just something which can bring big money, all solutions allowed - we can discuss risks for GPlay ban.
Please, write in PM with numbers and offers.
Thanks
Hi, what location do you prefer? Or it doesn't matter?