We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
事实证明,您可以在 iframe 中使用 AdSense,这是一个合理的解决方案。此外,即将推出的 AdSense for Ajax 也正是我想要的,但它似乎仍处于私人测试阶段。
Turns out you can use AdSense in an iframe, which is a reasonable solution. Also the upcoming AdSense for Ajax is pretty much exactly what I'm looking for, but it appears to be in private beta still.
ContextWeb 和 Kontera 是为动态内容提供实时相关广告的两家公司。
ContextWeb and Kontera are 2 that deliver real-time relevant ads for dynamic content.
我现在能建议的最好的办法是创造性的替代解决方案,这是一种粗略的解决方法,它至少会稍微提高广告的相关性,从而增加 AdSense 收入。
你知道在哪里宣传你的服务——金融、工程、小说作家等等。
为每个主要类别创建不同的 htmlized-doc 视图页面,并提供示例文档。确保这些页面被蜘蛛抓取。当您转换 Word 文档时,根据其中的单词确定要重定向到哪个页面以查看其文档。
它是粗粒度的,但比什么都不做要好。
The best I can suggest for right now is a creative alternative solution, a crude workaround, that would at least increase the relevance of ads a little bit, and hence increase adsense revenue.
You know where you advertise your service - financial, engineering, fiction writers, whatever.
Create distinct htmlized-doc view pages for each of the main categories, with a sample doc in place. Make sure these pages get spidered. When you convert a word doc, from the words in it, work out which page to redirect to for the view of their doc.
It's coarse grained, but better than not doing anything at all.
与内容一起展示相关的 AdSense 广告应该不会太麻烦。主要是让Google爬虫能够访问用户看到的页面。您必须确保转换后的文档的 URL 中包含足够的信息,以唯一地标识和服务所述页面。如果该页面受密码保护,请在您的系统中添加一个登录名,以允许访问所有这些页面,然后转到您的 AdSense 控制台,将登录名添加到 Google 的系统中,以便它可以进入。
如果可以,请在生成的 URL,要么基于标题,要么寻找最常用的关键词短语。
当然,您需要留意不当/非法内容。某种基本扫描,用于过滤掉不符合 AdSense 政策的内容。
It shouldn't be too much trouble to display relevant AdSense ads with the content. The main thing is to allow the Google crawler to access the pages that the user sees. You would have to make sure that the URL of the converted document includes enough information in it to uniquely identify and serve said page. If the page is password-protected, add a login to your system that allows access to all those pages and go to your AdSense console to add the login to Google's system so that it can get in.
If you can, include a topic keyword in the generated URL, either based on the title or perhaps looking for the most used keyword phrase.
Of course, you'll need to keep an eye out for inappropriate/illegal content. Some kind of basic scanning to filter out things that don't fit with AdSense policies.
我相信 http://www.retailigence.com 有一个 API,您可以使用它来实时查找位置和上下文广告。
I believe http://www.retailigence.com has an API that you can use for real-time lookup of location and contextual ads.