FTP #button-contact-vr { position: fixed; bottom: 0; z-index: 99999; } /*phone*/ #button-contact-vr .button-contact { position: relative; margin-top: -5px; } #button-contact-vr .button-contact .phone-vr { position: relative; visibility: visible; background-color: transparent; width: 90px; height: 90px; cursor: pointer; z-index: 11; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); transition: visibility .5s; left: 0; bottom: 0; display: block; } .phone-vr-circle-fill { width: 65px; height: 65px; top: 12px; left: 12px; position: absolute; box-shadow: 0 0 0 0 #c31d1d; background-color: rgba(230, 8, 8, 0.7); border-radius: 50%; border: 2px solid transparent; -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out; animation: phone-vr-circle-fill 2.3s infinite ease-in-out; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animuiion: zoom 1.3s infinite; animation: zoom 1.3s infinite; } .phone-vr-img-circle { background-color: #e60808; width: 40px; height: 40px; line-height: 40px; top: 25px; left: 25px; position: absolute; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; animation: phone-vr-circle-fill 1s infinite ease-in-out; } .phone-vr-img-circle a { display: block; line-height: 37px; } .phone-vr-img-circle img { max-height: 25px; max-width: 27px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); } @-webkit-keyframes phone-vr-circle-fill { 0% {-webkit-transform: rotate(0) scale(1) skew(1deg); } 10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 50% {-webkit-transform: rotate(0) scale(1) skew(1deg);} 100% {-webkit-transform: rotate(0) scale(1) skew(1deg);} } @-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}} .phone-bar a { position: absolute; margin-top: -65px; left: 30px; z-index: -1; color: #fff; font-size: 16px; padding: 7px 15px 7px 50px; border-radius: 100px; white-space: nowrap; } .phone-bar a:hover { opacity: 0.8;color: #fff; } @media(max-width: 736px){ .phone-bar{display: none;} } #zalo-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #zalo-vr .phone-vr-img-circle { background-color: #2196F3; } #viber-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #714497; background-color: rgba(113, 68, 151, 0.8); } #viber-vr .phone-vr-img-circle { background-color: #714497; } #contact-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #contact-vr .phone-vr-img-circle { background-color: #2196F3; } div#whatsapp-vr .phone-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #1fd744; background-color: rgb(35 217 72 / 70%); } div#whatsapp-vr .phone-vr .phone-vr-img-circle { background: #1cd741; } div#whatsapp-vr .phone-vr .phone-vr-img-circle img { max-width: 100%; max-height: 100%; border-radius: 50%; } #fanpage-vr img { max-width: 35px; max-height: 35px; } #fanpage-vr .phone-vr-img-circle { background-color: #1877f2; } #fanpage-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 rgb(24 119 242 / 65%); background-color: rgb(24 119 242 / 70%); } /*css all in one*/ #gom-all-in-one .button-contact { transition: 1.6s all; -moz-transition: 1.6s all; -webkit-transition: 1.6s all; } #button-contact-vr.active #gom-all-in-one .button-contact { margin-left: -100%; } #all-in-one-vr .phone-bar { position: absolute; top: 50%; transform: translateY(-50%); left: 100%; color: #fff; padding: 5px 15px 5px 48px; border-radius: 50px; margin-left: -64px; width: max-content; cursor: pointer; } #popup-showroom-vr, div#popup-form-contact-vr { display: none; } #popup-showroom-vr.active, div#popup-form-contact-vr.active { display: block; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; z-index: 99999; } .bg-popup-vr { position: absolute; left: 0; top: 0; background: rgb(51 51 51 / 50%); width: 100%; height: 100vh; } .content-popup-vr { background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 95%; border-radius: 5px; box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%); max-width: 600px; display: flex; } .content-popup-vr input, .content-popup-vr textarea { width: 100%; max-height: 100px; min-height: 38px; border: 1px solid #b1b1b1; margin-bottom: 10px; padding: 0 7px; background: #fff; } .content-popup-vr label { width: 100%; } .content-popup-vr input.wpcf7-form-control.wpcf7-submit { max-width: fit-content; padding: 5px 32px 2px; background: #2196f3; border: 0; color: #fff; font-size: 16px; border-radius: 5px; margin: 10px auto 0; display: block; box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%); font-weight: 400;min-height: auto;line-height: 30px;} .content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover { opacity: 0.7; } .content-popup-vr .close-popup-vr { font-family: sans-serif; width: 23px; height: 23px; background: black; position: absolute; top: -10px; right: -10px; color: #fff; text-align: center; line-height: 23px; font-size: 17px; border-radius: 50%; cursor: pointer; } .content-popup-vr .close-popup-vr:hover { background: #b50000; } .content-popup-vr .content-popup-div-vr { width: 100%; padding: 25px; } .content-popup-vr .content-popup-img-vr { width: 100%; max-width: 45%; border-radius: 10px 0 0 10px; overflow: hidden; } #loco-top, #loco-bottom { display: block; } #loco-top .content-popup-img-vr, div#popup-form-contact-vr #loco-bottom .content-popup-img-vr { max-width: 100%; text-align: center; } #contact-showroom.no-event a { pointer-events: none; } .content-popup-vr .content-popup-div-vr ul {color: #333;list-style: none;font-size: 15px;} @media(max-width: 673px){ div#popup-form-contact-vr .content-popup-vr { display: block; } div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr { max-width: 100%; display: none; } } Weekly News: Google lets users limit three more types of ads on YouTube, GDN - TopListWP
-1.3 C
New York
Tuesday, January 14, 2025
Eduma Premium Education WordPress Theme

Weekly News: Google lets users limit three more types of ads on YouTube, GDN

Google lets users limit three more types of ads on YouTube, GDN

Google is giving users the option to see three more types of ads less often:

  • Pregnancy and parenting.
  • Dating.
  • Weight loss.

The company today announced a global expansion of user controls that were introduced in 2020, which limited alcohol and gambling ads.

YouTube and Google Display ads. Initially, users could only limit alcohol and gambling ads on YouTube. With today’s announcement, users can now also limit these ads on Display. Users can also choose to limit the three new ad categories on both YouTube and Display.

Fewer, not zero. There’s an important distinction here: Google only limits these types of ads. That doesn’t mean a user will never, at some point, see a weight loss or gambling ad. It simply means they will see “fewer” of them.

As we noted in 2020, short of an ad ban, it’s nearly impossible to guarantee that a user who opts out will never see an ad in one of these categories. 

Given the sensitive nature of these categories, there may be additional restrictions, depending on your country.

How users opt-out. This feature can be found in users’ Ad Settings, under the Google Account dashboard. Here’s what it looks like:

sensitive add categories youtube

More to come? Google seems to be considering expanding this feature further. According to Karin Hennessy, Group Product Manager for Ads Privacy:

“People want more control over their ads experience, including blocking ads or categories they prefer not to see. Providing transparency and control has always been a priority for us so we’re expanding our tools, enabling the choice to see fewer pregnancy & parenting, dating, and weight loss ads. We’ll continue to listen to user feedback and study which categories to expand this feature to in the future.” 

Source: Google lets users limit three more types of ads on YouTube, GDN

Cloudflare Names OVH and Hetzner as Origins of DDOS Attack

cloudflare names ovh hetzner

Cloudflare published a report of a massive DDOS attack, naming several well known cloud hosting data centers as the origins of the attack. The attack appeared to follow a trend of attacks increasingly being launched from data centers instead of the traditional residential botnets.

Read more:  Weekly News: Microsoft Bing drops anonymous sitemap submission due to spam issues

Major Cloud Data Centers

Cloudflare named several cloud-based data centers as origins of the attack, two of which are already well known in the publishing community as common sources of spam and unwanted bot visitors.

The two biggest sources of this DDOS attack, according to Cloudflare’s data, were OVH and Hetzner.

OVH and Hetzner as Sources of Spam

In addition to being origins of DDOS attacks, OVH and Hetzner are known to be sources of spam-related attacks.

According to SaaS spam protection service CleanTalk data, spam bots originating from OVH comprise 10.97% of detected activity from IP addresses associated with OVH.

Spam activity originating from Hetzner that was detected by CleanTalk, out of 213,621 IP addresses detected as a source of traffic, 14,997 (7.02%) of those IP addresses were associated with spam attacks.

While DDOS and spam attacks are two different things, these statistics are cited to show how both of those cloud data centers are used for a variety of malicious activity, not just for DDOS attacks.

A publisher over at WebmasterWorld Forum recently observed that they were experiencing bot traffic from OVH that was greater than from legitimate human traffic from known ISPs.

Unwanted bot traffic from OVH is such a common problem that when an OVH datacenter in France burned down a WebmasterWorld member practically applauded the event by posting:

“Looking on the bright side, our websites will have less bot traffic now.”

The question maybe that needs asking is, why is there so much rogue bot traffic originating from OVH and Hetzner?

This isn’t something new, either. Webmaster and publisher complaints about bot traffic from OVH go back a long time.

These are examples of discussions on WebmasterWorld involving OVH:

  • Am I Blocking This OVH IP Correctly? (2020)
  • OVH Visitors – Genuine Or Not? (2013)
  • Server Farms – August 2014
  • Server Farms – Jan 2018

OVH and Hetzner Are Origins of Bots and DDOS Attacks

It’s well-documented by Saas spam blocking services that OVH and Hetzner are sources of spam. Now we have documentation from Cloudflare that OVH and Hetzner cloud hosting services serve as origins of DDOS attacks.

Read more:  Weekly News: Bing content submission API now available to all

Cloudflare identified the attacks as coming from a botnet on those cloud hosts. So that may mean that various servers were compromised.

Source: Cloudflare Names OVH and Hetzner as Origins of DDOS Attack

Bingbot user-agent change coming in the Fall of 2022

In 2019, Microsoft Bing announced new Bingbot user-agent names that fit better with its evergreen Bingbot crawling and rendering service. Microsoft’s Fabrice Canel has now said that by the Fall of 2022 the old user-agent will stopped being used and the search company will transition to the new user-agents fully.

Old user-agent. Microsoft said it will stop using its historical user-agent by Fall 2022. That user-agent looks like this:
Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)

New user-agent. Bing will use a user-agent that identifies the specific version of Microsoft Edge is crawling your site. Here is the format for both desktop and mobile:

Desktop – Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/W.X.Y.Z Safari/537.36

Mobile – Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)

“W.X.Y.Z” will be substituted with the latest Microsoft Edge version Bing is using, for eg. “100.0.4896.127″.

Source: Bingbot user-agent change coming in the Fall of 2022

Zuckerberg Highlights Meta’s Future

zuckerberg highlights metas future
meta logo, metaverse. facebook. zuckerberg. the Infinity symbol, vector illustration. gradient

In its quarterly earnings call on Wednesday, April 27, Meta Founder and CEO Mark Zuckerberg expressed optimism about the direction of the company, even though the company missed its earnings per share goal.

Meta, which met targets for revenue and new users, plans to slow the pace of some investments due to current growth levels.

Zuckerberg addressed some of the challenges Meta is facing in a Facebook post the same day, including the transition to short-form video, which he acknowledged “doesn’t monetize as well for now, but which we’re quite optimistic about over the long term.”

Other issues impacting the company include signal loss from Apple’s iOS changes, the slowing of e-commerce growth and the war in Ukraine, Zuckerberg said.

Read more:  Weekly News: Twitter receives goodbye as it nears its end

Video, Ads, And The Metaverse Will Drive Growth

Last year, Meta divided its business into two categories: Family of Apps, which includes Facebook, Instagram and Messenger, and Reality Labs, which is focused on building the social media platform of the future.

Meta plans to use three main investment priorities to drive this growth: Reels, ads, and the metaverse.

AI Video Recommendations Seek To Increase Value To Users

Reels, which launched globally in February 2022, is Meta’s short-form video feature created to rival TikTok. Meta plans to capitalize on the increasing popularity of video content by enhancing AI recommendations.

Meta’s advances in AI are intended to make it a discovery engine that will show users valuable and relevant content shared across the company’s properties.

Meta Building New Platform Around Virtual And Augmented Reality

Zuckerberg also discussed Meta’s plans to launch a new social media platform known as Horizon later this year.

“(Horizon) will make it easy for people to step into metaverse experiences from a lot more platforms, even without needing a headset,” Zuckerberg said.

This platform will work with virtual reality platforms like Meta-owned Quest and feature both recreational activities like gaming and work use cases.

“Making this available everywhere will mean you can interact with anyone on whatever device or platform that they want to use,” Zuckerberg said.

Source: Zuckerberg Highlights Meta’s Future

Outrank in organic search with these 5 core tactics

Not all SEO tactics are created equal. In fact, many SEO teams spend time working on issues that rarely move the needle.

If you want to generate impression share, drive clicks and bring intent-driven traffic to your site, you need to learn and implement these five core SEO tactics today. 

To learn more, register today for “Outrank in Organic Search with These 5 Core Tactics,” presented by Strategic SEO Solutions.

Source: Outrank in organic search with these 5 core tactics

More News:

Twitter Accepts Elon Musk’s $43B Purchase Offer

TikTok’s In-Feed Ads get more visual with Interactive Add-Ons

WhatsApp is bringing polls to group chats: Here’s how it will work

Related Articles

Weekly News: Is Google Search getting worse?

Is Google Search getting worse? Marissa Mayer, the former CEO of Yahoo, was Google’s 20th employee and the one-time leader of its search team, said...

Jeu Aviator Pour De L’argent Réel: Stratégies, Added Bonus Et Meilleurs Web Sites Pour Joue

Jeu Aviator Pour De L'argent Réel: Stratégies, Added Bonus Et Meilleurs Web Sites Pour JouerSite Officiel Du Tableau AviatorContentEssayez Una Version Démo Para Betwinner...

Weekly News: Google allows ads for sports betting in Louisiana

Google allows ads for sports betting in Louisiana Google will begin accepting and running ads for sports betting and daily fantasy sports from certified, state-licensed...

“азино 777 Официальный Сайт%3A Играть В Казино Azino Онлай

"азино 777 Официальный Сайт%3A Играть В Казино Azino ОнлайнКазино Вулкан Россия Игровые Автоматы На Официальном СайтеContentТехническая Поддержка ИгроковСтавки На Спорт В Casino XКазино Эльдорадо...

Weekly News: YouTube lifts some restrictions for mastheads ads

YouTube lifts some restrictions for mastheads ads Google has just announced that they are pulling back restrictions on some previously prohibited categories from showing on...
Latest Articles