gpt4 book ai didi

java - 如何在 GWT 中加入 Google Adsense

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:54:39 28 4
gpt4 key购买 nike

有人知道如何将 Google adsense 广告放入 GWT 网络应用程序吗?

最佳答案

您可以将来自 Adsense 的 javascript 代码放在 GWT 开始的单个 HTML 页面中。这样广告将不会显示在与 GTW 相同的区域,而是显示在 GWT 代码的上方/下方。对于可能没问题的广告。

此示例在应用程序上方放置横幅:

  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>www.javaoracleblog.com</title>
<script type="text/javascript" language="javascript" src="com.javaoracleblog.aggregator.nocache.js"></script>
</head>
<body>
<script type="text/javascript"..
ADsense code here
</script>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
</body>
</html>

为了向 Google WT 表明可以信任 Google adsense 站点,您需要将正则表达式匹配 URL 添加到 -whitelist 命令行参数。

请注意,这可能无法解决上面“我为什么放弃 GWT”一文中描述的问题。

关于java - 如何在 GWT 中加入 Google Adsense,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/538674/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com