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.
Integrate HubSpot forms with GA4 using our step-by-step guide. Optimize website conversion rates and improve marketing strategy with accurate tracking. Get started now!
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.
Explore our curated list of the top 16 Drupal websites built by leading organizations. See how Drupal can help create stunning websites for any industry.
Compare Drupal vs AEM vs Liferay to choose the best DXP for your organization. Our blog provides an in-depth analysis of each platform's strengths and weaknesses to help you make an informed decision.
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