gpt4 book ai didi

ajax - IFRAME 中的 Adsense

转载 作者:行者123 更新时间:2023-12-03 05:10:34 25 4
gpt4 key购买 nike

我创建了一个完全基于 AJAX 的网络应用程序,但是 Adsense 似乎无法为 AJAX 传送的内容生成任何相关广告。

为了展示相关广告,我创建了一个 I-Frame,它会显示一个缓存文件,其中包含 html 格式的 AJAX 获取内容的硬拷贝,并在其中包含 adsense.js 脚本。

这是一个例子:

adsenseexample.html 


<html>
<head>
<title>User Cache</title>
</head>
<body>
<div style="height:200px;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxxxx";
google_ad_slot = "xxxxxxxxxxxxx";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
(This is where the cached content is. It's not visible to the user but
a complete duplicate of what they are viewing. It's in
plain text with no pictures for faster loading).
</head>
</body>

加载到 iframe 中:

<iframe src="adsenseexample.html"> </iframe>

有人知道为什么我仍然没有收到任何相关广告。这种方法从一开始就有缺陷吗?

最佳答案

嗯,您是否尝试过将参数传递到您的 iframe src,例如来自引用 http 请求的关键字、描述?然后,您需要将关键字参数和描述添加到元标记中。

关于ajax - IFRAME 中的 Adsense,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4892758/

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