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: What digital marketers should know about Google Analytics 4 - TopListWP
-0.3 C
New York
Thursday, February 6, 2025
Eduma Premium Education WordPress Theme

Weekly News: What digital marketers should know about Google Analytics 4

What digital marketers should know about Google Analytics 4

Google Analytics 4 (or GA4) is a completely new version of Google Analytics. The goal of this post is to share the key differences between Google Analytics 4 and the previous version of Google Analytics that you are probably familiar with and highlight the key features that you should be aware of as a Digital Marketer.

google analytics detail

What makes Google Analytics 4 unique

If you were around back in 2013 you might remember when the last version of Google Analytics was launched, called “Universal Analytics”. At that time, you needed to update your tracking code to migrate to the new version, but everything else stayed pretty much the same.

Unfortunately, this is not true about the upgrade to Google Analytics 4. Data is collected differently, stored differently, and even visualized differently. All of this change can be frustrating, but GA4 is quite a bit more advanced than the previous version. Those Digital Marketers who migrate to the new version will be rewarded with an Analytics tool that provides a better representation of user behavior, respects user privacy preferences, and allows you to spend less time collecting and aggregating data. 

This is possible because of three technologies that Google has been working on for the past few years.

From goals to conversion events

As you may recall, a user completes a goal in Google Analytics when they take some action during their session. If the action is taken multiple times during the session, we would still only count that as a single goal completion.

GA4 has eliminated the concept of a goal and replaced it with conversion events.

Read more: What digital marketers should know about Google Analytics 4

Read more:  Weekly News: The LinkedIn Funny emoji is here

Google is hiring a Search Quality Analyst to fight search spam

Google is hiring a new Search Quality Analyst who would work on fighting spam in the Google Search results. A new job posting by Google is currently accepting applications, the job seems to require you to be available to work on-site at the Mountain View, California office.

Job details. The job description defines the job of a Search Quality Analyst as someone who “will be working to measure and prevent inorganic user behavior through enforcement and development of our webmaster guidelines.” It also requires you to “support search ranking launches through qualitative and quantitative analyses.” As a Search Quality Analyst, Google said, “you will solve problems across data sets, with the power of Google’s technology to identify issues occurring in Google Search and related product areas.”

Make a difference. Google said this job will make a difference and have a “direct impact on users every day.” Plus you will get to work “closely with engineers and other analysts to launch algorithms and lead efforts that improve the overall search experience.” In short, you get to understand the search ranking algorithms in a deeper way and actually work on overall search quality.

Responsibilities. Google lists out these are the core responsibilities of the job:

  • Prevent abuse of Google Search by analyzing search trends, identifying inorganic activity, and developing solutions.
  • Solve analytical problems and apply analytical methods as needed within datasets.
  • Engage cross-functionally with a wide variety of people and teams. Work closely with Engineers and Analysts to lead the development of long-lasting solutions.
  • Prepare and present recommendations to multiple levels of stakeholders.

Read more: Google is hiring a Search Quality Analyst to fight search spam

Read more:  Weekly News: Twitter To Let Users Filter Unwanted Replies

Google’s New Business Profile: When Search Becomes a Political Tool

Google’s New Business Profile: When Search Becomes a Political Tool

Google recently rebranded Google My Business as “Business Profile.” They have been heavily promoting the new name and features via email to get small businesses to interact with the new search and maps interface. Clicking though I discovered Google had an additional and more nefarious use for this campaign.

Screen Shot 2021 11 05 at 4.57.01 PM

I was shocked that the first call to action wasn’t an invitation to edit my listing or even an incentive to buy Google Ads. It was a call to support Google’s fight against possible antitrust regulations.

With all of the buzz around the rebranding, Google apparently couldn’t resist the opportunity, however brazen, deceptive and totally misguided, to enlist the small business community in its antitrust fights.

Read more: Google’s New Business Profile: When Search Becomes a Political Tool

Google Confirms Intrusive Interstitials Ding Will Apply To Desktop Sites

With the Google page experience update coming to desktop sites in February 2022, that means that intrusive interstitials as a signal will also apply to desktop sites. John Mueller of Google confirmed this on Twitter saying “Yes, that’s my understanding. Essentially all of the Page Experience factors would then apply to desktop too.”

One of the factors of the page experience update is to not have intrusive interstitials. While that first only launched as a mobile signal back well before the page experience update – back in 2016-2017 – it will now apply to desktop sites.

Here is where Glenn Gabe pointed it out and John Mueller confirmed:

Read more: Google Confirms Intrusive Interstitials Ding Will Apply To Desktop Sites

Read more:  Weekly News: YouTube is testing a new “Promotions” Tab

SEOs Feel That Optimizing for Page Experience Wasn’t Worth It

When Google’s Page Experience update began rolling out in June, SEOs were sold the dream that this would be what pushed them ahead of their competitors on SERPs. 

Many of us had spent months optimizing for Core Web Vitals and other page experience ranking signals, and if you were one of them, you know that it was anything but easy. In fact, preparing for Page Experience was such a massive undertaking that Google gave us an unprecedented amount of forewarning – a full year – to get our sites up to scratch. For a search engine that loves nothing more than pulling the rug out from under us, this seemed to signal that the update would be colossal.

So, we got to work, and we worked for months. A reward for our efforts was dangled like a carrot – but, as George Nguyen at Search Engine Land pointed out in a blog, many SEOs feel this reward was never received. 

Now that the Page Experience update has been live for a couple of days shy of two months, we can begin to evaluate the effects. And it’s safe to say that very few SEOs, if any, have seen significant ranking changes since Core Web Vitals became a set of ranking signals. Even sites that originally had terrible scores and managed to get them all in the green barely reaped a single reward, and many are saying the time investment simply wasn’t worth it.

Read more:  SEOs Feel That Optimizing for Page Experience Wasn’t Worth It

More news:

Google to add page experience ranking signals to desktop search in February 2022

Holiday shopping SEO: Last-minute tips and techniques for e-commerce sites

Facebook is now Meta: Tech giant announces rebrand

Related Articles

The Extremely Best Real-life Slot Machine Games To Play In The Casin

The Extremely Best Real-life Slot Machine Games To Play In The CasinoHow To Earn At Slot MachinesIf an individual know how several paylines your...

Resmi Sitesi Çevrimiçi Oyna, Para İle Oyn

Resmi Sitesi Çevrimiçi Oyna, Para İle OynaSweet Bonanza Ücretsiz Demo Sürümünü OynayınContentFaq Sweet BonanzaOyunu Sweet Bonanza MostbetSweet Bonanza Slot Demonstration OyunuSweet Bonanza Slotlarını Ücretsiz...

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 Пошаговая Инструкция Для новичковКазино Pin Up%3A движемся Вместе К вожделенной Мечте!ContentПлатежные Методы%2C Лимиты И Комиссии При Выводе неснижаемыха Играть У него...

Бесплатные Игровые Автоматы Без Регистрации И Смс Онлайн Для Украинцев%3A Демо Слоты

Бесплатные Игровые Автоматы Без Регистрации И Смс Онлайн Для Украинцев%3A Демо Слоты"Официальный Сайт Jet Casino%3A Регистрация%2C Бонусы%2C Игровые АвтоматыContentОфициальное Казино Вулкан – Играть ОнлайнМобильная...
Latest Articles