Want to see the result of an experiment we did on one of our high-traffic Drupal websites? Read on. This article is also a 'how-to' with an example of setup a JavaScript-based variable to track the content age group in GTM.
A central dashboard to track and analyse web form conversions is something that every website act as a lead generation platform needs. We did some experiments on this recently with a few projects using forms from Hubspot. This article tries to document the process we follow for tracking the conversions on GA4 using Google Tag Manager.
This article illustrates how we have implemented the FAQ structured markup using Drupal's data modelling capabilities and got the result with in a few days on SERP
As part of its efforts to monitor and assess progress, the 2030 Agenda for Sustainable Development of United Nations, encourages member States to conduct regular, inclusive reviews at the national and subnational levels. These reviews, called Voluntary National Reviews (VNRs), are led and driven by the respective countries.
Drupal is the default choice of WebCMS for many public service organizations. Here is a list of United Nations and World Bank organizations' websites built with Drupal.
Why Drupal 9 should be a part of your martech stack? Drupal 9 is a superior and efficient DXP and improves your MarTech stack’s performance to a greater level.
"The website encountered an unexpected error. Please try again later." this is the most common error encountered by a Drupal developer. Usually, errors are logged by Drupal and the logs can be accessed from Admin->Reports->Recent log messages. But when you get "The website encountered an unexpected error. Please try again later." you cannot even access the reports dashboard.
In pre Drupal 8 era, the global variable $user was available every where, from you can easily get the current logged in user id. For all new version of Drupal, you should use
\Drupal::currentUser()->id()
Once you have the user id, you can use the User::load to get the user object.
If you installed the latest version of drupal9 it will have the following directories. compare to other versions of Drupal, drupal9 does not have a libraries folder