简体   繁体   English

Android广告

[英]Android advertisement

I am starting to develop an Android app and I have seen that in other apps are things like: download this free game and you will earn 10 coins for you. 我开始开发一个Android应用程序,并且在其他应用程序中看到的东西是:下载此免费游戏,您将为您赢得10个硬币。

I suppose that there some company that gives that service (am I right?) and the app developers get paid for this action. 我想有些公司提供这项服务(对吗?),应用程序开发人员会为此获得报酬。

Does anybody know a company that gives this service, I mean I put some apps to download and I get paid for each download. 有人知道提供这项服务的公司吗?我的意思是,我放置了一些应用程序进行下载,每次下载我都会获得报酬。

How is this type of advertisement called? 这种广告如何称呼? Any companies that give this service? 有提供这项服务的公司吗? Thanks 谢谢

update: I think I have expressed want I wanted wrong. 更新:我想我已经表达过想要我想要错了。 I know about advertisement companies and how to add their code. 我了解广告公司以及如何添加其代码。 Just want to know about a company that show offers to the client. 只想了解向客户展示报价的公司。 The client completes an offer and I get paid. 客户完成报价后,我就付款了。 Then I give something for the game to the client. 然后,我把游戏的东西给客户。 Just like in app payment but the client doesn't have to spend money. 就像在应用程序付款中一样,但客户不必花钱。

There are mobile advertisement companies (InMobi, Google, MoPub etc...) that help you in this direction. 有移动广告公司(InMobi,Google,MoPub等...)可以帮助您朝这个方向发展。

What I believe your question is : "Let's say you have a game and after user completes level 1 he will get an Ad saying install some xyz app and unlock next level - If user install xyz app you get money for that and user gets next level unlocked" 我认为您的问题是:“假设您有一个游戏,并且在用户完成第1级操作后,他会收到一条广告,提示您安装一些xyz应用程序并解锁下一个级别-如果用户安装xyz应用程序,您会为此赚钱,而用户会获得下一个级别解锁”

Few things 一些事情

Ad network serves you Ad 广告网络为您提供广告

Ad gets rendered 广告被呈现

When user clicks ad a click is recorded in some click tracking server 用户点击广告时,点击记录在某些点击跟踪服务器中

When user opens xyz app that user installed via ad another response is recorded in server 当用户打开通过广告安装的xyz应用时,服务器中会记录另一个响应

I think the app logic should handle to check whether both click and response of xyz app open is present in order to allow user to go next level 我认为应用程序逻辑应处理检查xyz应用程序打开是否同时存在点击和响应,以便允许用户进入下一个级别

You must take a look at this 你必须看看这个

http://code.google.com/intl/es-ES/mobile/ads/docs/android/fundamentals.html http://code.google.com/intl/es-ES/mobile/ads/docs/android/fundamentals.html

You can find here how to insert ads in your app with some very usefull tutorials. 您可以在此处找到一些非常有用的教程,了解如何在您的应用中插入广告。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM