0

最近我收到了 Admob 的通知,原因是我的应用和政策违规之一是

**Valuable inventory: Scraped content**

As stated in our Program policies, we may not show Google ads on pages or apps with little or no value and/or excessive advertising to the user. This includes pages or apps that are scraping or rewriting of content from other sources without adding value. Please see Google’s Webmaster quality guidelines for thin content with little or no added value for more information.

For more information, review the following resources:

Policy tips for creating high quality sites (part 1)
Policy tips for creating high quality sites (part 2)
Webmaster quality guidelines
AdSense Program policies

如果我删除 Admob 广告(谷歌)并显示 Facebook 广告可以吗?

以下是我的应用程序 https://play.google.com/store/apps/details?id=com.freeyourself.amitabhbachchanhits

4

1 回答 1

0

你的应用程序的一些视频被屏蔽了,你必须去 Youtube 应用程序才能观看它们......我想这是一个动机,所以即使在 Facebook 上,这个问题也会继续存在。删除这些视频并为您的应用制定隐私政策,声明您不拥有其中任何一个。您可以在 Play 商店中找到一些应用来建立隐私政策。

此外,在新的 Android 11 发布后,您需要在 ANDROID MANIFEST.xml 中声明您的应用正在使用的 API,只需添加:

<queries>
   <intent>
     <action android:name="com.google.android.youtube.api.service.START"/>
   </intent>
</queries>
于 2021-03-25T13:19:08.713 回答