The AdWhirl instructions are extremely crappy. All I want to know is how to set up the layout XML and get the source code into the Java of my application.
Can someone please give me an example for, let's say, a simple application with just buttons and text and pictures with the AdWhirl ads on the page?
I would suggest working with Admob Mediation as that contains a more up to date development of Adwhirl. Adwhirl is actually developed in some part by Admob and so has been neglected with the release of Admob Mediation.
Look at this link to see how Admob relates to Adwhirl and works with multiple banner ads. Admob implementation also has a lot more documentation online. Make sure you have an account already.
I am thinking the answer' did not know the context of the question.
I was recently stumped about this when developing with the adwhirl server.
So incase anyone else is curious:
1) Install a firephp plugin in your favorite browser
2) update to latest version of FirePHP
3) refresh your page
4) have fun
Related
I have bought an android source code that includes Admob ads yet the ads does not show up so i asked the source code publisher it appears that it is using some old Admob SDK or something. The developer wants me to pay more so that he updates the source code. And that is not fair :/. Would you please help me learning to do it myself. I looked into the libs the source code is using GoogleAdmMobAdsSdk-6.4.1.jar. So how do i update to latests Admob SDK so that the ads show up.
You will need to modify the code.
Start with the Admob developer resources.
https://developers.google.com/admob/android/quick-start
Thank you but i found the answer. What should be done is deleting the old SDK and every single code integrated in the java of that old Admob and then integrate the new sdk and code :)
I am developing an application and I want to integrate Ads inside it.
How? I am aware of AdMob if I am right it gives an option to put Ads using AdWords(=Key words???).
But... If I want an external company to pay me for putting the Ads inside it, how do I do it. I think AdMob does not support the Specific Ads feature.
I can create a webservice that will D/L the banners, but I will need all the UI feature (The Ad moving and disapppearing etc. that already suppoted by the Ads packages).
I will also need the same for iPhone version ( for minimum logic changes etc)
Any good ideas?
You can use Admob's AdWhirl. AFAIK it should work with the same platforms that admob works on.
I signed to adsense and got my id to use adsense mechanism. I followed the tutorial http://code.google.com/intl/iw/mobile/afma_ads/docs/android/ and did exactly like the incomprehensible tutorial (Very surprising). Also the jar file that i supposed to add to my libs not available in the site and i downloaded it from http://www.java2s.com/Code/Jar/g/DownloadGoogleAdViewjar.htm. When i load my app i get a banner filled with "AD TEST" strings. When i tried to change the boolean parameter in setAdTestEnabled to false i got empty banner (not visible).
Does anyone run into such behavior using adsense?
Does anyone know better tutorial?
Does AdMob and Adsense connected to google?
If the test ad worked it could be that you have either not set your unique ID in your adWords account or its just not been activated yet therefor there are no images to retrieve.
Another reason could be that the image that it did retrieve doesnt fit into the view you have gave it. Something like that should throw an exception so have a look through your code in debug and see if it does throw an error
You are looking at an old old version of the Ads SDK. The download link probably isn't on the site anymore because it is now recommended/required to use the Google AdMob Ads SDK. It is a rewrite of the Google Ads SDK, and it has active support and documentation. I recommend trying it out, and any questions you may have you can ask on the support forum.
Side Note: I say using the new SDK is required because if you read through the the documentation, you will find a warning saying all new sites and apps created after October 14th, 2011 have to use the Google AdMob Ads SDK.
Alright, I've done my googling and found this article to help me out with my small app. However, that one is getting old so I just have to ask, do I really need admod and adwhirl accounts and jars to display simple google ads?
From what I understand I could have used simple adsense .. if my app was a webapp, which it isn't.
Are all those steps still necesarry?
regards
I just setup AdMob in my Android application for the first time last night. I used their developer guide and it was really easy to get everything setup and working. It only took like 30-45 mins start to finish (in an app I already had written).
I didn't feel like it was too much setup.
If you just want Admob or adsense ads, then you certainly don't need to use AdWhirl. The main reason to use ad mediators and other ad networks is to get better paying ads (or make sure you get a higher fill rate).
I added test ads, and everything ok, but how to add REAL ADS on my program?
The question is a bit vague.
Are you saying you have an adMob publisher Id, have the admob-sdk-android.jar integrated in your project, have added the attrs.xml, and are using the com.admob.android.ads.AdView view to get test ads and now want to know how to get AdMob to serve up real ads?
If so, it's pretty obvious how to do that from the AdMob publisher controls page: (if you have a publisher Id already) Or..use help link there and see the content about Publishing for your Android app.
If youre asking how to get started using the AdMob SDK with your project, you might try: http://developer.admob.com/wiki/Android
I found it pretty painless. Hope that helps.