简体   繁体   English

AdSense:如何使用已登录的用户内容更新广告

[英]AdSense: How to keep Ads updated with logged in user content

I want my Ads to work like Gmail, so it will show Ads according to the content of the user. 我希望我的广告能够像Gmail一样运作,因此它将根据用户的内容展示广告。 All the users on my site have to login to insert content. 我网站上的所有用户都必须登录才能插入内容。

I use AdSense site authentication and it works fine, I can see the crawler reading the pages. 我使用AdSense网站身份验证,并且运行正常,可以看到抓取工具正在阅读这些页面。

I configured my site the following way: 我通过以下方式配置网站:

Every time the user redirects to a page I added his ID so the request is : X?id=123 每次用户重定向到页面时,我都会添加他的ID,因此请求是:X?id = 123

And when the crawler user entered the same page, it shows a list of links to the same page with different IDs (each link shows different user content according to the ID) : 当搜寻器用户进入同一页面时,它会显示具有相同ID的同一页面的链接列表(每个链接根据ID显示不同的用户内容):

X?id=1 X?id = 1

X?id=2 X?id = 2

X?id=3 …. X?id = 3…。

It worked great !! 它很棒!! If for example the user entered cars content he got cars Ads. 例如,如果用户输入了汽车内容,那么他​​会获得汽车广告。

But after a while it stopped working, Even though the crawler keeps reading the pages the Ads aren't relevant to the user content. 但是一段时间后,它停止工作了,即使抓取工具一直在阅读这些页面,这些广告也与用户内容无关。

Is there a way to keep updating the Ads? 有没有办法继续更新广告? (The content the crawler sees keep updating) (抓取工具看到的内容会不断更新)

Is there a better way of doing this? 有更好的方法吗?

I use: ASP.NET MSSQL 2005 我使用:ASP.NET MSSQL 2005

Thanks 谢谢

Can a non-authenticated, non-javascript-running Bot that google is running see the context on these pages? Google正在运行的未经身份验证,未运行JavaScript的Bot能否在这些页面上看到上下文? Use Google Webmaster Tools ( tutorial ) to learn exactly what the googlebot sees on your site. 使用Google网站管理员工具( 教程 )确切了解googlebot在您的网站上看到的内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM