ga4_google_analytics
A simple drupal module to integrate Google Analytics 4 (GA4) tracking into your website, providing advanced insights into user behavior and engagement.
With easy installation and configuration, our module empowers website owners to harness the power of GA4's event-driven tracking, allowing you to monitor pageviews, clicks, conversions, and more. Gain a deeper understanding of your audience and optimize your website's performance using the latest in web analytics technology, all within the familiar Drupal environment.
INSTALLATION
- GA4 Google Analytics, like all drupal modules, must be installed via Composer.
composer require drupal/ga4_google_analytics - Or install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
CONFIGURATION
- Navigate to Administration » Extend and enable the module.
- Navigate to Configuration » Web services » GA4 Google Analytics Settings
-
Configure:
- GA4 Measurement ID
- Pages: Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. An example path is /user/* for every user page. or leave empty to use analytics for all pages.
- Roles: Specify user roles to use analytics with your site when the user has the specific roles or leave empty for all user roles.
How to find your Google Analytics GA4 Measurement ID
Your Google Analytics GA4 Measurement ID can be found by logging into your Google account.
- Go to Admin Panel in Google Analytics 4.
- Select the property that you want to get the Measurement ID for.
- Click on "Data Stream", then click on the Data Stream name.
- On the next screen, in the top right corner, you will find the Measurement ID that starts with G-
Configure your GA4 settings to filter out URLs matching patterns like /admin/*, /user/*, /node/*/edit etc. from here Configuration » Web services » GA4 Google Analytics Settings. By implementing these exclusions, you can ensure that user-specific or administrative activities are not included in your analytics data, providing a clearer picture of user behavior and website performance.
Steps to Integrate GA4 with Klaro
- Enable Klaro module: First, make sure the Klaro module is installed and enabled on your Drupal site. You can find more information on Klaro here.
- Enable Google Analytics Service in Klaro: In the Klaro module settings, enable the Google Analytics service.
- Configure GA4 Google Analytics Settings: Go to Configuration » Web services » GA4 Google Analytics Settings.
- Add Custom Attributes for GA4 Scripts: In the GA4 Scripts Custom Attributes field, add the following code:
type="text/plain" data-type="application/javascript" data-name="ga"Where
data-name="ga"corresponds to the machine name of the Klaro service for Google Analytics.
By adding these attributes, Klaro will block the GA4 tracking script from loading until the user has consented to cookies. This ensures compliance with privacy laws (e.g., GDPR).