无法在admob上通过我的应用获利 [英] can't monetize my app on admob

查看:91
本文介绍了无法在admob上通过我的应用获利的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是在Android应用程序上使用admob的初学者,并且我已经创建了admob帐户,但是由于我的应用程序中没有广告单元,因此我尚未在市场上上传我的应用程序,因此无法通过我的应用程序获利,并制作广告单元代码,您必须在市场上利用您上载的应用获利,所以我不打算处理此问题。

I am a beginner at using admob with android app and I have already created an admob account but I can't monetize my app because I haven't uploaded my app on the market because there is no ad unit in my app, and to make an ad unit code you have to monetize your uploaded app on the market, so I don't how to deal with this issue.

我应该上传我的应用在市场上没有任何广告,然后对其进行注释,然后通过在市场上对其进行更新来将广告单元添加到我的应用程序中?

should I upload my app on the market without any ad and after that menotize it and then add the ad unit to my app by updating it in the market ?

推荐答案

在集成广告单元之前,您不必发布应用。

You don't have to publish your app before integrating ad units.

您可以手动添加应用。

添加应用后将生成广告单元。将其集成到您的应用中并发布。

Ad units will be generated after adding your app. Integrate it in your app and publish it.

发布到Play商店48小时后,您可以链接您的应用。

After 48hrs of publishing to the play store, you can then "link your app".

为防止点击欺诈(导致帐户被禁止),请确保您没有点击广告。但是,如果您想在测试时点击广告,请使用测试设备ID。

To prevent click fraud(which leads to account bans), make sure you don't click the ads. However, if you want to click on the ads when testing, use test devices ids.

示例:

  AdView adView = (AdView)this.findViewById(R.id.adView);
  AdRequest adRequest = new AdRequest.Builder()
    .addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
    .addTestDevice("TEST_DEVICE_ID")
    .build();
  adView.loadAd(adRequest);

这篇关于无法在admob上通过我的应用获利的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆