1

I just wrote and released to the market my first 'ad-supported' android app. I see ads served on the emulator and my device but Im earning a few cents a day with close to 1000 downloads (700 active) in the released world. I have been investigating how to increase revenue from the app (just pennies right now) by going into the Admob App Settings for my App. I see a setting there for 'Disable Test Mode for all Requests' - should I enable that? Its currently set to 'Use test mode setting set in client code'. Have I been serving customers the 'Test' ads only? The Admob is very vague on the topic.

Thanks much.

4

1 回答 1

6

随意更改该选项,但这不应该有所作为;Google AdMob SDK 可防止您在脚下开枪。

您的应用可以调用adRequest.addTestDevice(AdRequest.TEST_EMULATOR)以在模拟器上获取测试广告,并adRequest.addTestDevice("YOUR_HASHED_DEVICE_ID_FROM_ADMOB_LOGS")在您的特定设备上获取测试广告。但即使您使用该代码发布,所有不属于您或不是模拟器的设备都会收到网络广告。

于 2012-06-21T18:58:06.747 回答