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: YouTube launching new search insights tool - TopListWP
8.1 C
New York
Tuesday, December 10, 2024
Eduma Premium Education WordPress Theme

Weekly News: YouTube launching new search insights tool

YouTube launching new search insights tool

YouTube Search Insights, which was previewed as an experimental feature in November, will become available to all creators and brands by the end of this month, the company announced. 

The tool shows you data based on searches across all of YouTube, as well as just your viewers’ searches. There is also a content gap filter, which shows you searches for which searchers were unable to find a video. These are bucketed by search volume (high, medium, and low). 

Where to find the tool. Head to YouTube Studio. After you click on Analytics, the search insights will be available under the Research tab. Because this doesn’t launch fully until the end of April, you might not see it yet.

youtube new search insights tool
YouTube’s Research Tab lets you explore what viewers are searching for on YouTube.

Data the tool provides It will only provide aggregated data from the past 28 days on English language search terms from the U.S., UK, Canada, Australia, and India. The company plans to roll this out to more languages and regions as soon as possible. That’s according to this video published on the Creator Insider YouTube channel.

Source: YouTube launching new search insights tool

Marketers report Meta bug turning off Facebook ads

Many advertisers woke up this morning and upon opening their Meta for Business accounts, found that ads were turned off late last night. Adding to the injury, in many cases the ads turned off were some of the best-performing assets.

Meta has not issued a statement, but if you are running Facebook Ads it would be prudent to log into your accounts and check to see if any of your ads were inadvertently turned off on or around 7 p.m. PST Tuesday.

Read more:  Weekly News: Upwork Suspends Operations In Russia

What to do. Rok Hladnik shared on Twitter an easy way to diagnose if the ads were running and subsequently turned off. To view, simply view ads in ad manager that have been serving, then view “ad delivery.’” Within the ad delivery selector, you will be able to choose the “off”  button to showcase ads that are off.

Source: Marketers report Meta bug turning off Facebook ads

Google Ads launches manager account dashboards

Google Ads today announced that advertisers can now use dashboards at the manager account level. 

What it looks like. The dashboard is broken down into these areas:

  • Top Level summary
  • Conversions over time
  • Top search terms
  • Campaign Performance Report
  • Search Auction Insights
  • Top Locations

Here’s a screenshot from Google:

google ads dashboard

How to get it. Simple. Go to the Reports menu of your Google Ads manager account and click on Dashboards to get started. 

Additional changes to dashboards. Google said they have also made five improvements. You can now:

  • Change date ranges and filters for the entire dashboard.
  • Add interactive table cards, rich formatting features, and conditional formatting
  • Download higher-quality reports more quickly.
  • Resize cards and layouts dynamically based on window size
  • Create a dashboard card by copying over existing saved reports

Source: Google Ads launches manager account dashboards

Google’s new highly cited label for top stories is now live

Google’s new highly cited label for top stories in the mobile US English search results are now rolling out. Google announced this feature a few weeks ago and told us it would be rolling out soon, and now it is.

Read more:  Weekly News: Google confirmed an indexing issue affecting a large number of sites

What it looks like. Here is a screenshot I took last night on my iPhone (while in New York) of the label showing up in this story. I first noticed this from @JoePawl on Twitter. Notice the “highly cited” label in the top left corner of the story’s image, you can click on the image to enlarge it.

highly cited label

Highly cited label. The highly cited label will help searchers identify stories that have been frequently cited by other news organizations. Google said this will help elevate original reporting that it first spoke about in 2019 as an area Google wanted to improve on. This label will give confidence to searchers that the story is cited by many other journalists and probably offers unique and valuable information that you can rely on. Google said this helps searchers find the “most helpful or relevant information for a news story.” A Google spokesperson told us this label is building on the search company’s efforts for the fact check explorer.

Source: Google’s new highly cited label for top stories now live

Google shares deeper insight into audience signals in Performance Max campaigns

Google has shared additional insight on how advertisers can help steer their most recent Google Ads campaign type, Performance Max. A Google spokesperson gave Search Engine Land additional clarity around ‘audience signals,’ one of the levers that advertisers can utilize when setting up these highly automated campaign types.

Audience signals as a jumpstart. Last week Ginny Marvin, Google Ads product liaison, indicated that the audience signals are used to “jumpstart” Performance Max campaigns only.

Read more:  Weekly News: Microsoft FY23 Q1: LinkedIn up 17%, search and news revenue up 11%

Google, however, added additional context around how audience signals can impact early performance within campaigns. “Including them early in the campaign lifecycle can be useful to help jumpstart performance, but they will also continue to inform our systems over the campaign lifecycle, especially as first-party data, in particular, is updated,” the company said.

So not only can that audience signal help to jumpstart the campaigns, but will also inform throughout the lifecycle of the campaign. Additionally, these signals can help to inform systems over time.

Of course, these audience signals are different than traditional audiences in Google Ads. Performance Max will expand beyond the audience signals provided and by nature there is no way to limit that expansion.

 Knowing that the audience signals are used as directional help, we asked for clarification on when additional campaigns should be created. For example, would it be beneficial to duplicate campaigns and simply change the audience signal in each to see if one helped jumpstart faster? “Advertisers should create one campaign if they’re using the same targeting and assets … you can associate audiences with assets and asset groups, and you can create multiple such groups in a campaign,” Google said. They added that the multiple groups in a campaign “will help consolidate learnings and give ML more data to work with.”

Source: Google shares deeper insight into audience signals in Performance Max campaigns

More news:

Pinterest Bans Climate Change Misinformation

Google multi-search – search by image and text at the same time

Pinterest prohibits climate misinformation in ads, content 

Related Articles

Pragmatic Play Gam

Pragmatic Play GameSugar Rush Google Play'de UygulamalarContentSugar Rush 1000’i Nerede Oynayabilirim? Sugar Rush – Bonus Oyunu Sugar Rush Oynamak Için Herhangi Bir Yazılım Indirmem...

Казино Вулкан%3A ‎️%3A ‎ Играть Онлайн В Игровые Автоматы На Официал�ьном Сайт

Казино Вулкан%3A ‎️%3A ‎ Играть Онлайн В Игровые Автоматы На Официал�ьном СайтеОфициальный Сайт Фонтан Fontan Казино%2C Регистрация%2C БездепContentАссортимент Игрового Зала Казино ВулканИнструкция Для Пополнения...

How to Create a Website Using WordPress

At the start, building a website was such a large plan for every developer since it was hard and costly. Year by year, with...

Top 10 Mobile Internet Casinos Real Money Games In 202

Top 10 Mobile Internet Casinos Real Money Games In 2024Best Mobile Casinos & Real Money Casino Applications Jul 2024ContentStart Gambling With Funds App Today!...

Лучшиe Oнлaйн Кaзинo Нa Peaльныe Дeньги Pунeтa Poccии C Вывoдo

Лучшиe Oнлaйн Кaзинo Нa Peaльныe Дeньги Pунeтa Poccии C ВывoдoмЛицензированное Онлайн Казино Slots%26bets Играть и Online Casino а Реальные ДеньгиContentKatsubet CasinoРассматриваем Ассортимент Игр И...
Latest Articles