根据用户代理切换 google adsense 广告(移动广告与常规广告)

发布于 2024-10-17 07:25:48 字数 136 浏览 5 评论 0原文

我正在优化一个网站,以便在移动浏览器上仅显示移动 Adsense 广告,在桌面上仅显示常规广告。问题是谷歌代码在页面上这些广告的位置留下了空白。

我想知道是否有一种简单的方法可以根据用户代理以编程方式插入广告(JS)。

谢谢。

I'm optimizing a site so that on a mobile browser it only shows the mobile adsense ad, and on desktop it only shows the regular one. Problem is the google code leaves a white space where these ads are on the page.

I want to know if there is an easy way to programmatically insert the ad (JS) based on the user agent.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小梨窩很甜 2024-10-24 07:25:48

这非常简单,请参阅伪装您的浏览器了解有关用户如何-代理标头有效。另请参阅 HTTP 规范

您还没有说您正在使用哪种服务器端语言。在 PHP 中,您将查看 $_SERVER['HTTP_USER_AGENT'] 的值。

It's very simple, see Masquerading Your Browser for details on how the User-Agent header works. See also the HTTP specification.

You haven't said which server side language you're using. In PHP you would look at the value of $_SERVER['HTTP_USER_AGENT'].

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文