且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Windows Phone 8中使用Google广告?

更新时间:2023-11-10 14:19:28

您不能将Google广告放入移动应用中。这违反了他们的条款。



您需要设置AdMob或DFP广告管理系统帐户。



完成后,他们将提供带有文档API的SDK,包括代码示例。
You cannot just put Google ads in a mobile app. This violates their terms.

Instead you need to set up an account with AdMob or DoubleClick for Publishers.

Once you have done that they will provide an SDK with a documented API, including code samples.


事实证明,谷歌非常擅长搜索与谷歌有关的事情。如果我是你,我会开始这里 [ ^ ]并按照此处的兔子洞文档进行操作。
Well, it turns out that Google is very good at searching for things related to Google. If I were you, I would start here[^] and follow the documentation down the rabbit hole from here.