farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

Not Getting Ads #202

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Hey i  am using Millennial Media  integrating with adwhirl. when i am using 
following codes
Hashtable<String, String> map = new Hashtable<String, String>();
               map.put("age", "45");
               map.put("zip", "90210");
               map.put("income", "50000");
               //include additional metadata or settings in the hashmap
               MMAdView adView = new MMAdView(this, "39614", MMAdView.BANNER_AD_BOTTOM, 30, map);
            //   AdView adView = new AdView(this, AdSize.BANNER, "1dee8bb96d8d41fabd4c302ad1f45e88");
               adView.setId(MMAdViewSDK.DEFAULT_VIEWID);
               FrameLayout adFrameLayout = (FrameLayout)findViewById(R.id.adFrameLayout);
               LayoutParams lp = new LayoutParams(LayoutParams.FILL_PARENT,LayoutParams.WRAP_CONTENT);
                       adFrameLayout.addView(adView, lp);

I am getting ads. but when i am using adwhirl code then  Ads are not 
displaying.... so let me know the reason why is it so happening. and please 
help me by giving info  how to display ads with millennial while integrating 
with  adwhirl.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by bhagyash...@gmail.com on 31 Mar 2011 at 9:43

GoogleCodeExporter commented 9 years ago
use adwhirl 3.0.0

Original comment by wesgood...@google.com on 31 Mar 2011 at 7:06