问题描述
我收到了来自 Google AdMob 的邮件,标题为 AdMob 正在启动对 app-ads.txt 的支持
I received mail from Google AdMob titled AdMob is launching support for app-ads.txt
谁能建议我在现有的 Android 应用程序中必须做什么?
Can anyone suggest what I have to do in my existing Android Application?
推荐答案
首先你要知道——什么是app-ads.txt?
App-ads.txt 是应用开发者上传到其开发者网站的文本文件,其中列出了授权销售该开发者库存的广告来源.就像在网络上一样,IAB 创建了一个系统,让买家知道谁有权买卖特定的应用内广告资源,谁没有.
app-ads.txt 将如何实施?
第 1 步:在您的应用列表中提供开发者网站 URL
确保您的开发者网站在应用商店中更新.本网站将被广告平台用于验证app-ads.txt文件.
Ensure that your developer website is updated in the app stores. This website will be used by advertising platforms to verify the app-ads.txt file.
第 2 步:接触所有广告来源
根据以下 IAB 的结构,与您的直接广告来源联系并询问他们的 app-ads.txt 行:
Get in touch with your direct ad sources and ask for their app-ads.txt line, according to the IAB’s structure below:
广告来源域、您的发布商 ID、关系类型(直接或经销商)、广告来源 ID
例如:ironsrc.com、1234、DIRECT、5678
您的直接需求合作伙伴应列为直接".如果您的合作伙伴使用第三方经销商来销售您的广告资源,则此类提供商应列为经销商".在任何情况下,除非您或您的合作伙伴与他们有直接关系,否则您不应将任何提供商添加到您的 app-ads.txt 文件中.
Your direct demand partners should be listed as "direct." If your partners are using third-party resellers to sell your inventory, such providers should be listed as "reseller." In any case, you should not add any provider to your app-ads.txt file unless you or your partner have a direct relationship with them.
第 3 步:发布 app-ads.txt 文件
在记事本中创建一个 app-ads.txt 文件,列出您收到的所有行,然后保存.
Create an app-ads.txt file in Notepad listing out all the lines you received, and save.
第 4 步.上传
在您的域网站的根目录中上传文件(例如:https://www.example.com/app-ads.txt).
Upload the file in the root of your domain website (example: https://www.example.com/app-ads.txt).
这篇关于什么是 app-ads.txt,如何在 AdMob 中实施?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!