【问题标题】:Using @media & Google AdSense TOS使用 @media 和 Google AdSense TOS
【发布时间】:2014-11-23 20:32:13
【问题描述】:

我正在使用@media css 来隐藏桌面模板上的元素。

方法如下:

@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {
.ad728x90,
.ad300x600,
.ad336x280 { display:none; }
.ad300x250 { display: inline-block; }
}

只有 300x250 的广告会在 320 像素和 480 像素的屏幕上显示。

这在 google adsense TOS 上是否允许?

【问题讨论】:

  • 请修改您的问题标题,以反映您询问的是 Google AdSense TOS 的内容,而不是 CSS。
  • 隐藏广告不正确,可能违反 TOS。正确的方法是根据屏幕宽度更改广告的大小。
  • @hon2a 嗨,感谢您的回复。
  • @SalmanA 嗨,感谢您的建议。 Adsense 团队只需回复我的电子邮件。

标签: css adsense


【解决方案1】:

我刚刚收到来自 Adsense 团队的电子邮件。

基本上我一天能挣 400-500 美元..

答案是:

希望这将有助于其他用户。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-10-10
    • 1970-01-01
    • 2013-03-31
    • 2016-06-03
    • 2014-01-16
    • 1970-01-01
    • 2021-01-28
    • 1970-01-01
    相关资源
    最近更新 更多